mirror of
https://github.com/andrei0x309/clear-wallet.git
synced 2024-12-26 12:10:46 +00:00
chore: updated all deps
This commit is contained in:
parent
b0b0c7d8c2
commit
f028919d68
51
package.json
51
package.json
@ -16,39 +16,38 @@
|
|||||||
"pub": "yarn build && yarn release && yarn tsx ./release-scripts/create-release.ts"
|
"pub": "yarn build && yarn release && yarn tsx ./release-scripts/create-release.ts"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ionic/vue": "^7.8.6",
|
"@ionic/vue": "^8.2.6",
|
||||||
"@ionic/vue-router": "^7.8.6",
|
"@ionic/vue-router": "^8.2.6",
|
||||||
"core-js": "^3.37.1",
|
"core-js": "^3.38.0",
|
||||||
"ethers": "^6.13.1",
|
"ethers": "^6.13.2",
|
||||||
"vue": "^3.4.29",
|
"vue": "^3.4.37",
|
||||||
"vue-router": "^4.3.3"
|
"vue-router": "^4.4.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@capacitor/cli": "^5.2.3",
|
"@crxjs/vite-plugin": "2.0.0-beta.25",
|
||||||
"@crxjs/vite-plugin": "^2.0.0-beta.23",
|
"@types/archiver": "^6.0.2",
|
||||||
"@types/archiver": "^5.3.4",
|
"@types/chrome": "^0.0.269",
|
||||||
"@types/chrome": "^0.0.268",
|
"@types/jest": "^29.5.12",
|
||||||
"@types/jest": "^29.5.3",
|
"@types/node": "^22.2.0",
|
||||||
"@types/node": "^20.14.5",
|
"@typescript-eslint/eslint-plugin": "^8.0.1",
|
||||||
"@typescript-eslint/eslint-plugin": "^7.13.0",
|
"@typescript-eslint/parser": "^8.0.1",
|
||||||
"@typescript-eslint/parser": "^7.13.1",
|
"@vitejs/plugin-vue": "^5.1.2",
|
||||||
"@vitejs/plugin-vue": "^5.0.5",
|
|
||||||
"@vue/eslint-config-typescript": "^13.0.0",
|
"@vue/eslint-config-typescript": "^13.0.0",
|
||||||
"archiver": "^5.3.1",
|
"archiver": "^7.0.1",
|
||||||
"eslint": "^8.56.0",
|
"eslint": "^9.9.0",
|
||||||
"eslint-plugin-vue": "^9.26.0",
|
"eslint-plugin-vue": "^9.27.0",
|
||||||
"http-browserify": "^1.7.0",
|
"http-browserify": "^1.7.0",
|
||||||
"https-browserify": "^1.0.0",
|
"https-browserify": "^1.0.0",
|
||||||
"jest": "^29.6.2",
|
"jest": "^29.7.0",
|
||||||
"sass": "^1.77.6",
|
"sass": "^1.77.8",
|
||||||
"stream-browserify": "^3.0.0",
|
"stream-browserify": "^3.0.0",
|
||||||
"ts-jest": "^29.1.1",
|
"ts-jest": "^29.2.4",
|
||||||
"tsx": "^4.15.6",
|
"tsx": "^4.17.0",
|
||||||
"typescript": "^5.4.5",
|
"typescript": "^5.5.4",
|
||||||
"util": "^0.12.5",
|
"util": "^0.12.5",
|
||||||
"vite": "^5.3.1",
|
"vite": "^5.4.0",
|
||||||
"vue-tsc": "^2.0.21",
|
"vue-tsc": "^2.0.29",
|
||||||
"yarn-upgrade-all": "^0.7.2"
|
"yarn-upgrade-all": "^0.7.4"
|
||||||
},
|
},
|
||||||
"disabledNativeDependencies": {
|
"disabledNativeDependencies": {
|
||||||
"@capacitor/app": "^5.0.6",
|
"@capacitor/app": "^5.0.6",
|
||||||
|
Loading…
Reference in New Issue
Block a user