|
24 | 24 | "serve:no-logging": "export NODE_ENV=nologging && vue-cli-service serve" |
25 | 25 | }, |
26 | 26 | "dependencies": { |
27 | | - "@capacitor/core": "^4.3.0", |
| 27 | + "@capacitor/core": "^4.8.2", |
28 | 28 | "@fontsource/roboto": "^4.5.8", |
29 | 29 | "@walletconnect/web3-provider": "^1.8.0", |
30 | | - "compare-versions": "^5.0.1", |
31 | | - "cordova-sqlite-storage": "^6.0.0", |
32 | | - "core-js": "^3.25.2", |
33 | | - "eslint-plugin-cypress": "^2.12.1", |
| 30 | + "compare-versions": "^5.0.3", |
| 31 | + "cordova-sqlite-storage": "^6.1.0", |
| 32 | + "core-js": "^3.46.0", |
| 33 | + "eslint-plugin-cypress": "^2.15.2", |
34 | 34 | "ethereum-blockies-base64": "^1.0.2", |
35 | | - "ethers": "^5.7.1", |
36 | | - "idb": "^7.1.0", |
| 35 | + "ethers": "^5.8.0", |
| 36 | + "idb": "^7.1.1", |
37 | 37 | "lodash": "^4.17.21", |
38 | | - "loglevel": "^1.8.0", |
39 | | - "pouchdb": "^7.3.0", |
| 38 | + "loglevel": "^1.9.2", |
| 39 | + "pouchdb": "^7.3.1", |
40 | 40 | "pouchdb-adapter-cordova-sqlite": "^2.0.8", |
41 | | - "query-string": "^7.1.1", |
| 41 | + "query-string": "^7.1.3", |
42 | 42 | "raiden-ts": "^3.0.0", |
43 | | - "rxjs": "^7.5.6", |
| 43 | + "rxjs": "^7.8.2", |
44 | 44 | "vue": "^2.7.10", |
45 | 45 | "vue-class-component": "^7.2.6", |
46 | | - "vue-i18n": "^8.27.2", |
| 46 | + "vue-i18n": "^8.28.2", |
47 | 47 | "vue-property-decorator": "^9.1.2", |
48 | | - "vue-qrcode-reader": "^3.1.0", |
| 48 | + "vue-qrcode-reader": "^3.2.1", |
49 | 49 | "vue-router": "^3.6.5", |
50 | | - "vuetify": "^2.6.10", |
| 50 | + "vuetify": "^2.6.13", |
51 | 51 | "vuex": "^3.6.2", |
52 | 52 | "vuex-persist": "^3.1.3", |
53 | | - "workbox-core": "^6.5.4", |
54 | | - "workbox-precaching": "^6.5.4", |
55 | | - "workbox-routing": "^6.5.4" |
| 53 | + "workbox-core": "^6.6.0", |
| 54 | + "workbox-precaching": "^6.6.0", |
| 55 | + "workbox-routing": "^6.6.0" |
56 | 56 | }, |
57 | 57 | "devDependencies": { |
58 | | - "@babel/core": "7.19.1", |
59 | | - "@babel/plugin-proposal-class-static-block": "^7.18.6", |
| 58 | + "@babel/core": "7.28.5", |
| 59 | + "@babel/plugin-proposal-class-static-block": "^7.21.0", |
60 | 60 | "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", |
61 | | - "@babel/plugin-proposal-optional-chaining": "^7.18.9", |
62 | | - "@babel/preset-typescript": "^7.18.6", |
63 | | - "@capacitor/android": "^4.3.0", |
64 | | - "@capacitor/cli": "^4.3.0", |
65 | | - "@capacitor/ios": "^4.3.0", |
66 | | - "@cypress/code-coverage": "^3.10.0", |
67 | | - "@cypress/webpack-preprocessor": "^5.12.2", |
| 61 | + "@babel/plugin-proposal-optional-chaining": "^7.21.0", |
| 62 | + "@babel/preset-typescript": "^7.28.5", |
| 63 | + "@capacitor/android": "^4.8.2", |
| 64 | + "@capacitor/cli": "^4.8.2", |
| 65 | + "@capacitor/ios": "^4.8.2", |
| 66 | + "@cypress/code-coverage": "^3.14.7", |
| 67 | + "@cypress/webpack-preprocessor": "^5.17.1", |
68 | 68 | "@kazupon/vue-i18n-loader": "^0.5.0", |
69 | | - "@mdi/font": "^7.0.96", |
| 69 | + "@mdi/font": "^7.4.47", |
70 | 70 | "@namics/stylelint-bem": "^7.0.0", |
71 | | - "@testing-library/jest-dom": "^5.16.5", |
| 71 | + "@testing-library/jest-dom": "^5.17.0", |
72 | 72 | "@types/jest": "^28.1.8", |
73 | | - "@types/lodash": "^4.14.185", |
74 | | - "@vue/cli": "~5.0.8", |
75 | | - "@vue/cli-plugin-babel": "~5.0.8", |
76 | | - "@vue/cli-plugin-eslint": "~5.0.8", |
77 | | - "@vue/cli-plugin-router": "~5.0.8", |
78 | | - "@vue/cli-plugin-typescript": "~5.0.8", |
79 | | - "@vue/cli-plugin-unit-jest": "~5.0.8", |
80 | | - "@vue/cli-plugin-vuex": "~5.0.8", |
81 | | - "@vue/cli-service": "~5.0.8", |
82 | | - "@vue/eslint-config-prettier": "^7.0.0", |
83 | | - "@vue/eslint-config-typescript": "^11.0.1", |
84 | | - "@vue/test-utils": "^1.3.0", |
| 73 | + "@types/lodash": "^4.17.20", |
| 74 | + "@vue/cli": "~5.0.9", |
| 75 | + "@vue/cli-plugin-babel": "~5.0.9", |
| 76 | + "@vue/cli-plugin-eslint": "~5.0.9", |
| 77 | + "@vue/cli-plugin-router": "~5.0.9", |
| 78 | + "@vue/cli-plugin-typescript": "~5.0.9", |
| 79 | + "@vue/cli-plugin-unit-jest": "~5.0.9", |
| 80 | + "@vue/cli-plugin-vuex": "~5.0.9", |
| 81 | + "@vue/cli-service": "~5.0.9", |
| 82 | + "@vue/eslint-config-prettier": "^7.1.0", |
| 83 | + "@vue/eslint-config-typescript": "^11.0.3", |
| 84 | + "@vue/test-utils": "^1.3.6", |
85 | 85 | "@vue/vue2-jest": "^28.1.0", |
86 | 86 | "babel-core": "^7.0.0-bridge.0", |
87 | 87 | "babel-jest": "^28.1.3", |
88 | | - "babel-loader": "^8.2.5", |
| 88 | + "babel-loader": "^8.4.1", |
89 | 89 | "babel-plugin-istanbul": "^6.1.1", |
90 | | - "canvas": "^2.10.1", |
| 90 | + "canvas": "^2.11.2", |
91 | 91 | "copy-webpack-plugin": "^11.0.0", |
92 | | - "cypress": "10.8.0", |
| 92 | + "cypress": "10.11.0", |
93 | 93 | "cypress-jest-adapter": "^0.1.1", |
94 | | - "eslint": "^8.23.1", |
| 94 | + "eslint": "^8.57.1", |
95 | 95 | "eslint-import-resolver-alias": "^1.1.2", |
96 | | - "eslint-plugin-vue": "^9.5.1", |
| 96 | + "eslint-plugin-vue": "^9.33.0", |
97 | 97 | "eslint-plugin-vue-i18n": "^0.3.0", |
98 | 98 | "eslint-plugin-vuetify": "^1.1.0", |
99 | 99 | "flush-promises": "^1.0.2", |
100 | 100 | "jest": "^28.1.3", |
101 | | - "jest-canvas-mock": "^2.4.0", |
| 101 | + "jest-canvas-mock": "^2.5.2", |
102 | 102 | "jest-environment-jsdom": "^28.1.3", |
103 | | - "jest-fail-on-console": "^3.0.1", |
| 103 | + "jest-fail-on-console": "^3.3.1", |
104 | 104 | "jest-junit": "^14.0.1", |
105 | 105 | "material-design-icons-iconfont": "^6.7.0", |
106 | 106 | "node-polyfill-webpack-plugin": "^2.0.1", |
107 | 107 | "nyc": "^15.1.0", |
108 | 108 | "postcss": "^8.4.16", |
109 | | - "postcss-html": "^1.5.0", |
110 | | - "postcss-scss": "^4.0.5", |
| 109 | + "postcss-html": "^1.8.0", |
| 110 | + "postcss-scss": "^4.0.9", |
111 | 111 | "sass": "~1.32", |
112 | | - "sass-loader": "^13.0.2", |
113 | | - "source-map-loader": "^4.0.0", |
114 | | - "stylelint": "^14.12.1", |
| 112 | + "sass-loader": "^13.3.3", |
| 113 | + "source-map-loader": "^4.0.2", |
| 114 | + "stylelint": "^14.16.1", |
115 | 115 | "stylelint-config-recommended-scss": "^7.0.0", |
116 | | - "stylelint-scss": "^4.3.0", |
| 116 | + "stylelint-scss": "^4.7.0", |
117 | 117 | "ts-jest": "^28.0.8", |
118 | | - "tslib": "^2.4.0", |
| 118 | + "tslib": "^2.8.1", |
119 | 119 | "typescript": "^4.8.3", |
120 | 120 | "vue-cli-plugin-capacitor": "~2.0.1", |
121 | | - "vue-cli-plugin-i18n": "^2.3.1", |
| 121 | + "vue-cli-plugin-i18n": "^2.3.2", |
122 | 122 | "vue-cli-plugin-vuetify": "^2.5.8", |
123 | 123 | "vue-template-compiler": "^2.7.10", |
124 | 124 | "vuetify-loader": "^1.9.2", |
125 | 125 | "webpack": "^5.74.0", |
126 | | - "webpack-version-file-plugin": "^0.4.0", |
127 | | - "workbox-webpack-plugin": "^6.5.4" |
| 126 | + "webpack-version-file-plugin": "^0.5.0", |
| 127 | + "workbox-webpack-plugin": "^6.6.0" |
128 | 128 | }, |
129 | 129 | "bugs": { |
130 | 130 | "url": "https://github.com/raiden-network/light-client/issues" |
|
0 commit comments