Skip to content

Commit

Permalink
Merge pull request #62 from jamenamcinteer/update-packages-to-latest
Browse files Browse the repository at this point in the history
Update packages to latest
  • Loading branch information
jamenamcinteer authored Oct 7, 2024
2 parents c567d7c + 08ea608 commit f8d9259
Show file tree
Hide file tree
Showing 4 changed files with 1,750 additions and 12 deletions.
12 changes: 6 additions & 6 deletions docs/assets/index-CWl5wOAk.js → docs/assets/index-xGliBnUt.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>React QR Barcode Scanner</title>
<script type="module" crossorigin src="./assets/index-CWl5wOAk.js"></script>
<script type="module" crossorigin src="./assets/index-xGliBnUt.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-BilPpT7k.css">
</head>
<body>
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-qr-barcode-scanner",
"version": "1.0.6",
"version": "2.0.0",
"description": "A simple React Component using the client's webcam to read barcodes and QR codes.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -37,13 +37,13 @@
},
"dependencies": {
"@types/react": "^18.2.0",
"@zxing/library": "^0.20.0",
"@zxing/library": "^0.21.3",
"react-webcam": "^7.1.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint": "^8.50.0",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"eslint": "^9.12.0",
"eslint-plugin-react": "^7.33.2",
"typescript": "^5.2.2"
}
Expand Down
Loading

0 comments on commit f8d9259

Please sign in to comment.