Skip to content

Commit

Permalink
chore: fix nested dep
Browse files Browse the repository at this point in the history
  • Loading branch information
clockworkgr committed Nov 2, 2023
1 parent 81adb36 commit 5b9c50d
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 27 deletions.
44 changes: 24 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions packages/vue-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@
"qrcode": "^1.5.1"
},
"peerDependencies": {
"vue": "3.2.38",
"vue-router": "4.1.6"
"vue": "^3.2.38",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@types/crypto-js": "^4.1.1",
"@types/jsdom": "^20.0.0",
"@types/node": "^18.11.8",
"@types/qrcode": "^1.5.0",
"@vitejs/plugin-vue": "3.2.0",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/tsconfig": "^0.1.3",
Expand All @@ -60,10 +60,10 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"typescript": "~4.8.4",
"vite": "3.2.1",
"vite": "^3.2.1",
"vite-plugin-dts": "1.6.6",
"vue": "3.2.41",
"vue-router": "4.1.6",
"vue-tsc": "1.0.9"
"vue": "^3.2.41",
"vue-router": "^4.1.6",
"vue-tsc": "^1.0.9"
}
}

0 comments on commit 5b9c50d

Please sign in to comment.