|
1 | 1 | {
|
2 | 2 | "name": "@umbra/frontend",
|
3 |
| - "version": "1.2.0", |
| 3 | + "version": "2.0.0", |
4 | 4 | "description": "Send and receive stealth payments with the Umbra protocol",
|
5 | 5 | "productName": "Umbra",
|
6 | 6 | "author": "Matt Solomon <[email protected]>",
|
|
17 | 17 | "precommit": "lint-staged"
|
18 | 18 | },
|
19 | 19 | "dependencies": {
|
20 |
| - "@ledgerhq/devices": "^7.0.0", |
| 20 | + "@ledgerhq/devices": "^7.0.5", |
21 | 21 | "@metamask/jazzicon": "^2.0.0",
|
22 |
| - "@quasar/extras": "^1.0.0", |
| 22 | + "@quasar/extras": "^1.15.8", |
23 | 23 | "@umbra/umbra-js": "^0.1.0",
|
24 | 24 | "@uniswap/token-lists": "^1.0.0-beta.19",
|
25 | 25 | "@unstoppabledomains/resolution": "8.3.1",
|
26 |
| - "@vue/composition-api": "^0.6.4", |
27 |
| - "@web3-onboard/coinbase": "^2.1.3", |
28 |
| - "@web3-onboard/core": "^2.9.0", |
29 |
| - "@web3-onboard/injected-wallets": "^2.2.4", |
30 |
| - "@web3-onboard/ledger": "^2.3.1", |
31 |
| - "@web3-onboard/trezor": "^2.3.1", |
32 |
| - "@web3-onboard/walletconnect": "^2.1.3", |
| 26 | + "@web3-onboard/coinbase": "^2.2.0", |
| 27 | + "@web3-onboard/core": "^2.11.1", |
| 28 | + "@web3-onboard/injected-wallets": "^2.4.0", |
| 29 | + "@web3-onboard/ledger": "^2.3.2", |
| 30 | + "@web3-onboard/trezor": "^2.3.2", |
| 31 | + "@web3-onboard/walletconnect": "^2.2.2", |
33 | 32 | "bnc-notify": "^1.5.1",
|
34 | 33 | "core-js": "^3.6.5",
|
35 |
| - "ethers": "^5.6.8", |
36 |
| - "quasar": "^1.0.0", |
37 |
| - "vue-i18n": "8.27.1", |
| 34 | + "ethers": "5.6.9", |
| 35 | + "quasar": "2.10.2", |
| 36 | + "vue": "3.2.45", |
| 37 | + "vue-i18n": "^9.2.2", |
| 38 | + "vue-router": "4.1.6", |
38 | 39 | "yaml-loader": "0.6.0"
|
39 | 40 | },
|
40 | 41 | "devDependencies": {
|
| 42 | + "@babel/eslint-parser": "^7.19.1", |
41 | 43 | "@intlify/vue-i18n-loader": "^4.2.0",
|
42 |
| - "@quasar/app": "^2.0.0", |
| 44 | + "@quasar/app-webpack": "3.6.2", |
43 | 45 | "@quasar/quasar-app-extension-dotenv": "^1.0.5",
|
44 | 46 | "@types/jest": "^27.4.1",
|
45 |
| - "@types/node": "^12.17.15", |
46 |
| - "@typescript-eslint/eslint-plugin": "^3.3.0", |
47 |
| - "@typescript-eslint/parser": "^3.3.0", |
48 |
| - "babel-eslint": "^10.0.1", |
49 |
| - "eslint-loader": "^3.0.3", |
50 |
| - "eslint-plugin-vue": "^6.1.2", |
| 47 | + "@types/node": "^14.11.8", |
| 48 | + "@typescript-eslint/eslint-plugin": "^5.46.1", |
| 49 | + "@typescript-eslint/parser": "^5.46.1", |
| 50 | + "eslint-config-standard": "^17.0.0", |
| 51 | + "eslint-plugin-import": "^2.19.1", |
| 52 | + "eslint-plugin-node": "^11.0.0", |
| 53 | + "eslint-plugin-promise": "^6.1.0", |
| 54 | + "eslint-plugin-quasar": "^1.0.0", |
| 55 | + "eslint-plugin-vue": "^9.8.0", |
| 56 | + "eslint-webpack-plugin": "^3.2.0", |
51 | 57 | "jest": "^27.5.1",
|
| 58 | + "node-polyfill-webpack-plugin": "^2.0.1", |
52 | 59 | "postinstall-postinstall": "^2.1.0",
|
53 | 60 | "quasar-app-extension-system-environment-variables": "^2.0.4",
|
54 | 61 | "ts-jest": "^27.1.3",
|
55 |
| - "vue-i18n-extract": "^2.0.6", |
56 |
| - "worker-loader": "^3.0.8" |
| 62 | + "vue-i18n-extract": "^2.0.7" |
57 | 63 | },
|
58 | 64 | "browserslist": [
|
59 | 65 | "last 10 Chrome versions",
|
|
0 commit comments