mirror of
https://github.com/andrei0x309/clear-wallet.git
synced 2024-11-18 23:41:10 +00:00
changes: for v1.2.2
This commit is contained in:
parent
389b5e292e
commit
d632262531
@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## Manifest Version 1.2.2
|
||||
|
||||
- updated dependencies
|
||||
|
||||
## Manifest Version 1.2.1
|
||||
|
||||
- added support fro eth_getTransactionCount method
|
||||
|
52
package.json
52
package.json
@ -14,45 +14,45 @@
|
||||
"pub": "yarn build && yarn release && ts-node ./release-scripts/create-release.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@capacitor/app": "^4.1.0",
|
||||
"@capacitor/core": "^4.4.0",
|
||||
"@capacitor/haptics": "^4.0.1",
|
||||
"@capacitor/keyboard": "^4.0.1",
|
||||
"@capacitor/status-bar": "^4.0.1",
|
||||
"@ionic/vue": "^6.3.3",
|
||||
"@ionic/vue-router": "^6.3.3",
|
||||
"@types/chrome": "^0.0.200",
|
||||
"core-js": "^3.26.0",
|
||||
"@capacitor/app": "^4.1.1",
|
||||
"@capacitor/core": "^4.6.2",
|
||||
"@capacitor/haptics": "^4.1.0",
|
||||
"@capacitor/keyboard": "^4.1.1",
|
||||
"@capacitor/status-bar": "^4.1.1",
|
||||
"@ionic/vue": "^6.5.2",
|
||||
"@ionic/vue-router": "^6.5.2",
|
||||
"@types/chrome": "^0.0.211",
|
||||
"core-js": "^3.27.2",
|
||||
"ethers": "^5.7.2",
|
||||
"vue": "^3.2.41",
|
||||
"vue": "^3.2.47",
|
||||
"vue-router": "^4.1.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@capacitor/cli": "^4.4.0",
|
||||
"@capacitor/cli": "^4.6.2",
|
||||
"@crxjs/vite-plugin": "^1.0.14",
|
||||
"@types/archiver": "^5.3.1",
|
||||
"@types/jest": "^29.2.0",
|
||||
"@types/node": "^18.11.7",
|
||||
"@typescript-eslint/eslint-plugin": "^5.41.0",
|
||||
"@typescript-eslint/parser": "^5.41.0",
|
||||
"@vitejs/plugin-vue": "^3.2.0",
|
||||
"@types/jest": "^29.4.0",
|
||||
"@types/node": "^18.11.18",
|
||||
"@typescript-eslint/eslint-plugin": "^5.50.0",
|
||||
"@typescript-eslint/parser": "^5.50.0",
|
||||
"@vitejs/plugin-vue": "^4.0.0",
|
||||
"@vue/eslint-config-typescript": "^11.0.2",
|
||||
"archiver": "^5.3.1",
|
||||
"eslint": "^8.26.0",
|
||||
"eslint-plugin-vue": "^9.6.0",
|
||||
"eslint": "^8.33.0",
|
||||
"eslint-plugin-vue": "^9.9.0",
|
||||
"http-browserify": "^1.7.0",
|
||||
"https-browserify": "^1.0.0",
|
||||
"jest": "^29.2.2",
|
||||
"rollup-plugin-polyfill-node": "^0.11.0",
|
||||
"sass": "^1.55.0",
|
||||
"jest": "^29.4.1",
|
||||
"rollup-plugin-polyfill-node": "^0.12.0",
|
||||
"sass": "^1.58.0",
|
||||
"stream-browserify": "^3.0.0",
|
||||
"ts-jest": "^29.0.3",
|
||||
"ts-jest": "^29.0.5",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.8.4",
|
||||
"typescript": "^4.9.5",
|
||||
"util": "^0.12.5",
|
||||
"vite": "^3.2.0",
|
||||
"vue-tsc": "^1.0.9",
|
||||
"yarn-upgrade-all": "^0.7.1"
|
||||
"vite": "^4.1.1",
|
||||
"vue-tsc": "^1.0.24",
|
||||
"yarn-upgrade-all": "^0.7.2"
|
||||
},
|
||||
"description": "An Ionic project"
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
"name": "__MSG_appName__",
|
||||
"description": "__MSG_appDesc__",
|
||||
"default_locale": "en",
|
||||
"version": "1.2.1",
|
||||
"version_name": "1.2.1",
|
||||
"version": "1.2.2",
|
||||
"version_name": "1.2.2",
|
||||
"icons": {
|
||||
"16": "assets/extension-icon/wallet_16.png",
|
||||
"32": "assets/extension-icon/wallet_32.png",
|
||||
|
Loading…
Reference in New Issue
Block a user