|
1 | 1 | { |
2 | 2 | "name": "liquality-wallet", |
3 | | - "version": "0.77.0", |
| 3 | + "version": "0.81.0", |
4 | 4 | "private": true, |
5 | 5 | "author": "Liquality <info@liquality.io>", |
6 | 6 | "scripts": { |
|
21 | 21 | "test-full-regression": "node_modules/mocha/bin/mocha" |
22 | 22 | }, |
23 | 23 | "dependencies": { |
24 | | - "@liquality/cryptoassets": "1.16.2", |
| 24 | + "@liquality/cryptoassets": "2.1.0-next.2", |
| 25 | + "@liquality/error-parser": "2.0.1-next.2", |
25 | 26 | "@liquality/ethereum-utils": "^1.13.12", |
26 | 27 | "@liquality/terra-networks": "^1.13.12", |
27 | 28 | "@liquality/types": "^1.13.12", |
28 | | - "@liquality/wallet-core": "1.31.3", |
| 29 | + "@liquality/wallet-core": "3.0.0", |
29 | 30 | "@terra-money/terra.js": "^3.1.6", |
30 | 31 | "@testing-library/vue": "^5.8.2", |
31 | 32 | "amplitude-js": "8.18.2", |
|
41 | 42 | "date-fns": "2.28.0", |
42 | 43 | "ethers": "5.7.0", |
43 | 44 | "extension-port-stream": "^2.0.1", |
44 | | - "firebase": "^9.12.1", |
45 | 45 | "human-standard-token-abi": "^2.0.0", |
46 | 46 | "i18n-js": "^4.1.1", |
47 | 47 | "lodash-es": "^4.17.15", |
|
69 | 69 | "vuex-persist": "3.1.3" |
70 | 70 | }, |
71 | 71 | "devDependencies": { |
72 | | - "@testing-library/jest-dom": "5.16.2", |
| 72 | + "@testing-library/jest-dom": "5.16.5", |
73 | 73 | "@vue/cli-plugin-babel": "4.5.15", |
74 | 74 | "@vue/cli-plugin-eslint": "~4.5.0", |
75 | 75 | "@vue/cli-plugin-router": "4.5.15", |
76 | 76 | "@vue/cli-plugin-unit-jest": "^4.5.8", |
77 | 77 | "@vue/cli-plugin-vuex": "4.5.15", |
78 | 78 | "@vue/cli-service": "4.5.15", |
79 | 79 | "@vue/eslint-config-prettier": "^6.0.0", |
80 | | - "@vue/test-utils": "1.3.0", |
| 80 | + "@vue/test-utils": "1.3.3", |
81 | 81 | "babel-eslint": "^10.1.0", |
82 | 82 | "caniuse-lite": "^1.0.30001397", |
83 | 83 | "chai-match": "^1.1.1", |
| 84 | + "copy-webpack-plugin": "6", |
84 | 85 | "eslint": "^6.8.0", |
85 | 86 | "eslint-plugin-import": "^2.23.4", |
86 | 87 | "eslint-plugin-node": "^11.1.0", |
|
0 commit comments