Skip to content

Commit

Permalink
Merge pull request #84 from zxing-js/feature/use-latest-library
Browse files Browse the repository at this point in the history
Latest Library version
  • Loading branch information
werthdavid authored Feb 6, 2022
2 parents 31e4082 + f853b4b commit 1ea0c63
Show file tree
Hide file tree
Showing 2 changed files with 1,014 additions and 1,233 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zxing/browser",
"version": "0.0.10",
"version": "0.1.0",
"description": "ZXing for JS's browser layer.",
"keywords": [
"reader",
Expand Down Expand Up @@ -54,24 +54,24 @@
"cypress:debug": "BROWSER=none CYPRESS_REMOTE_DEBUGGING_PORT=9222 cypress open"
},
"peerDependencies": {
"@zxing/library": "^0.18.5"
"@zxing/library": "^0.19.1"
},
"optionalDependencies": {
"@zxing/text-encoding": "^0.9.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^9.0.0",
"@types/chai": "^4.1.4",
"@zxing/library": "^0.18.5",
"chai": "^4.1.2",
"cypress": "^5.0.0",
"eslint": "^4.19.1",
"pm2": "^4.4.1",
"rollup": "^2.32.0",
"shx": "^0.3.2",
"terser": "^5.3.7",
"tslint": "^5.11.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@types/chai": "^4.3.0",
"@zxing/library": "^0.19.1",
"chai": "^4.3.6",
"cypress": "^9.4.1",
"eslint": "^8.8.0",
"pm2": "^5.1.2",
"rollup": "^2.67.0",
"shx": "^0.3.4",
"terser": "^5.10.0",
"tslint": "^5.20.1",
"tslint-no-circular-imports": "^0.7.0",
"typescript": "^3.9.7"
"typescript": "^4.5.5"
}
}
Loading

0 comments on commit 1ea0c63

Please sign in to comment.