Skip to content

Commit

Permalink
chore(deps): bump deps version
Browse files Browse the repository at this point in the history
* update and pin all deps version
* fix #390
  • Loading branch information
Sec-ant authored and gruhn committed Oct 24, 2023
1 parent e395245 commit 68361de
Show file tree
Hide file tree
Showing 3 changed files with 1,357 additions and 1,501 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,33 +37,33 @@
],
"dependencies": {
"barcode-detector": "2.1.0",
"webrtc-adapter": "^8.2.3"
"webrtc-adapter": "8.2.3"
},
"devDependencies": {
"@tsconfig/node20": "20.1.2",
"@types/node": "20.5.6",
"@types/w3c-image-capture": "^1.0.8",
"@vite-pwa/vitepress": "^0.2.0",
"@vitejs/plugin-vue": "4.3.3",
"@vue/compiler-sfc": "3.3.4",
"@types/node": "20.8.8",
"@types/w3c-image-capture": "1.0.9",
"@vite-pwa/vitepress": "0.2.3",
"@vitejs/plugin-vue": "4.4.0",
"@vue/compiler-sfc": "3.3.6",
"@vue/eslint-config-prettier": "8.0.0",
"@vue/eslint-config-typescript": "11.0.3",
"@vue/eslint-config-typescript": "12.0.0",
"@vue/tsconfig": "0.4.0",
"eslint": "8.48.0",
"eslint-plugin-prettier": "5.0.0",
"eslint": "8.52.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-vue": "9.17.0",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"prettier": "3.0.2",
"rimraf": "5.0.1",
"semantic-release": "21.1.1",
"typescript": "5.1.6",
"vite": "4.4.9",
"vite-plugin-dts": "3.5.2",
"vitepress": "1.0.0-rc.4",
"vue": "3.3.4",
"vue-tsc": "1.8.8",
"workbox-window": "^7.0.0"
"lint-staged": "15.0.2",
"prettier": "3.0.3",
"rimraf": "5.0.5",
"semantic-release": "22.0.5",
"typescript": "5.2.2",
"vite": "4.5.0",
"vite-plugin-dts": "3.6.1",
"vitepress": "1.0.0-rc.24",
"vue": "3.3.6",
"vue-tsc": "1.8.20",
"workbox-window": "7.0.0"
},
"bugs": "https://github.com/gruhn/vue-qrcode-reader/issues",
"homepage": "https://vue-qrcode-reader.netlify.app",
Expand Down
Loading

0 comments on commit 68361de

Please sign in to comment.