Skip to content

Commit 1ea0c63

Browse files
authored
Merge pull request #84 from zxing-js/feature/use-latest-library
Latest Library version
2 parents 31e4082 + f853b4b commit 1ea0c63

File tree

2 files changed

+1014
-1233
lines changed

2 files changed

+1014
-1233
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zxing/browser",
3-
"version": "0.0.10",
3+
"version": "0.1.0",
44
"description": "ZXing for JS's browser layer.",
55
"keywords": [
66
"reader",
@@ -54,24 +54,24 @@
5454
"cypress:debug": "BROWSER=none CYPRESS_REMOTE_DEBUGGING_PORT=9222 cypress open"
5555
},
5656
"peerDependencies": {
57-
"@zxing/library": "^0.18.5"
57+
"@zxing/library": "^0.19.1"
5858
},
5959
"optionalDependencies": {
6060
"@zxing/text-encoding": "^0.9.0"
6161
},
6262
"devDependencies": {
63-
"@rollup/plugin-node-resolve": "^9.0.0",
64-
"@types/chai": "^4.1.4",
65-
"@zxing/library": "^0.18.5",
66-
"chai": "^4.1.2",
67-
"cypress": "^5.0.0",
68-
"eslint": "^4.19.1",
69-
"pm2": "^4.4.1",
70-
"rollup": "^2.32.0",
71-
"shx": "^0.3.2",
72-
"terser": "^5.3.7",
73-
"tslint": "^5.11.0",
63+
"@rollup/plugin-node-resolve": "^13.1.3",
64+
"@types/chai": "^4.3.0",
65+
"@zxing/library": "^0.19.1",
66+
"chai": "^4.3.6",
67+
"cypress": "^9.4.1",
68+
"eslint": "^8.8.0",
69+
"pm2": "^5.1.2",
70+
"rollup": "^2.67.0",
71+
"shx": "^0.3.4",
72+
"terser": "^5.10.0",
73+
"tslint": "^5.20.1",
7474
"tslint-no-circular-imports": "^0.7.0",
75-
"typescript": "^3.9.7"
75+
"typescript": "^4.5.5"
7676
}
7777
}

0 commit comments

Comments
 (0)