|
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | 6 | "serve": "vue-cli-service serve --open", |
7 | | - "build": "vue-cli-service build", |
| 7 | + "build": "NODE_OPTIONS='--openssl-legacy-provider' vue-cli-service build", |
8 | 8 | "lint": "vue-cli-service lint" |
9 | 9 | }, |
10 | 10 | "dependencies": { |
11 | | - "@airgap/beacon-sdk": "^3.3.2", |
| 11 | + "@airgap/beacon-sdk": "4.5.0", |
12 | 12 | "@baking-bad/vjsf": "^1.20.11", |
13 | 13 | "@braintree/sanitize-url": "^6.0.0", |
14 | 14 | "@sentry/tracing": "^6.19.2", |
15 | 15 | "@sentry/vue": "^6.19.2", |
16 | | - "@taquito/beacon-wallet": "^15.0.0", |
17 | | - "@taquito/taquito": "^15.0.0", |
| 16 | + "@taquito/beacon-wallet": "21.0.4", |
| 17 | + "@taquito/taquito": "21.0.4", |
18 | 18 | "async-wait-until": "^2.0.12", |
19 | 19 | "axios": "^0.21.4", |
20 | | - "bignumber.js": "^9.0.1", |
| 20 | + "bignumber.js": "^9.2.1", |
21 | 21 | "bs58check": "^2.1.2", |
22 | 22 | "codemirror": "^5.58.2", |
23 | 23 | "dayjs": "^1.8.23", |
|
30 | 30 | "is-ipfs": "^1.0.3", |
31 | 31 | "json-view": "^0.4.0", |
32 | 32 | "lodash.capitalize": "^4.2.1", |
| 33 | + "node-polyfill-webpack-plugin": "^4.1.0", |
33 | 34 | "null": "^2.0.0", |
34 | 35 | "portal-vue": "^2.1.7", |
35 | 36 | "redoc": "^2.0.0-rc.65", |
|
52 | 53 | "devDependencies": { |
53 | 54 | "@mdi/font": "^5.0.45", |
54 | 55 | "@mdi/js": "^5.0.45", |
55 | | - "@vue/cli": "^4.5.13", |
56 | | - "@vue/cli-plugin-eslint": "^4.2.3", |
57 | | - "@vue/cli-service": "^4.2.3", |
| 56 | + "@vue/cli": "^5.0.8", |
| 57 | + "@vue/cli-plugin-eslint": "^5.0.8", |
| 58 | + "@vue/cli-service": "^5.0.8", |
58 | 59 | "babel-eslint": "^10.1.0", |
59 | | - "eslint": "^5.16.0", |
60 | | - "eslint-plugin-vue": "^5.0.0", |
| 60 | + "eslint": "^7.32.0", |
| 61 | + "eslint-plugin-vue": "^7.20.0", |
| 62 | + "node-stdlib-browser": "^1.3.1", |
61 | 63 | "sass": "~1.32.6", |
62 | | - "sass-loader": "^8.0.2", |
| 64 | + "sass-loader": "^10.0.0", |
63 | 65 | "vue-cli-plugin-vuetify": "^2.0.5", |
64 | 66 | "vue-template-compiler": "^2.6.10", |
65 | 67 | "vuetify-loader": "^1.3.0" |
|
0 commit comments