Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit eb56a06

Browse files
[skip netlify] Update Bumped minor version of packages
1 parent 1681bce commit eb56a06

File tree

4 files changed

+1059
-1293
lines changed

4 files changed

+1059
-1293
lines changed

libs/static/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
},
3131
"dependencies": {},
3232
"devDependencies": {
33-
"@vitest/coverage-c8": "^0.30.1",
33+
"@vitest/coverage-c8": "^0.31.0",
3434
"changelogen": "^0.5.3",
35-
"eslint": "^8.39.0",
35+
"eslint": "^8.40.0",
3636
"eslint-config-unjs": "^0.1.0",
3737
"prettier": "^2.8.8",
38-
"typescript": "^4.9.5",
38+
"typescript": "^5.0.4",
3939
"unbuild": "^1.2.1",
40-
"vitest": "^0.30.1"
40+
"vitest": "^0.31.0"
4141
},
4242
"packageManager": "[email protected]"
4343
}

libs/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"@histoire/plugin-vue2": "^0.16.1",
1414
"@vitejs/plugin-vue2": "^2.2.0",
15-
"eslint": "^8.39.0",
15+
"eslint": "^8.40.0",
1616
"eslint-plugin-vue": "^8.7.1",
1717
"histoire": "^0.16.1",
1818
"vite": "^3.2.6",

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@
7474
"@kodadot1/vuex-options": "0.1.4-beta.0",
7575
"@nuxtjs/apollo": "^4.0.1-rc.5",
7676
"@nuxtjs/i18n": "^7.3.1",
77-
"@nuxtjs/sentry": "^7.2.2",
78-
"@oruga-ui/oruga": "^0.5.10",
77+
"@nuxtjs/sentry": "^7.2.6",
78+
"@oruga-ui/oruga": "^0.6.0",
7979
"@paraspell/sdk": "^1.1.4",
80-
"@pinia/nuxt": "^0.4.9",
80+
"@pinia/nuxt": "^0.4.10",
8181
"@polkadot/api": "^10.6.1",
8282
"@polkadot/api-base": "^10.6.1",
8383
"@polkadot/apps-config": "^0.130.1",
@@ -97,11 +97,11 @@
9797
"chartjs-plugin-annotation": "^2.2.1",
9898
"chartjs-plugin-zoom": "^1.2.1",
9999
"css-loader": "5.2.7",
100-
"date-fns": "^2.29.3",
100+
"date-fns": "^2.30.0",
101101
"emoji-unicode": "^2.0.1",
102102
"graphql": "^16.6.0",
103103
"graphql-ws": "^5.12.1",
104-
"highlight.js": "^11.7.0",
104+
"highlight.js": "^11.8.0",
105105
"keen-slider": "^6.8.5",
106106
"lazysizes": "^5.3.2",
107107
"lodash": "^4.17.21",
@@ -129,37 +129,37 @@
129129
"workbox-window": "^6.5.4"
130130
},
131131
"devDependencies": {
132-
"@babel/core": "^7.21.4",
132+
"@babel/core": "^7.21.8",
133133
"@babel/helper-define-map": "^7.18.6",
134134
"@babel/helper-regex": "^7.10.5",
135135
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
136136
"@babel/plugin-proposal-private-property-in-object": "^7.21.0",
137137
"@babel/plugin-transform-runtime": "^7.21.4",
138-
"@babel/preset-env": "^7.21.4",
138+
"@babel/preset-env": "^7.21.5",
139139
"@kevinmarrec/nuxt-pwa": "0.15.0",
140140
"@nuxt/bridge": "npm:@nuxt/[email protected]",
141141
"@nuxt/test-utils": "^0.2.2",
142142
"@nuxt/types": "^2.16.3",
143143
"@nuxtjs/color-mode": "^3.2.0",
144144
"@open-wc/webpack-import-meta-loader": "^0.4.7",
145145
"@rollup/plugin-graphql": "^1.1.0",
146-
"@sentry/webpack-plugin": "^1.20.0",
146+
"@sentry/webpack-plugin": "^1.20.1",
147147
"@types/jest": "^27.5.2",
148148
"@types/markdown-it": "^12.2.3",
149-
"@typescript-eslint/eslint-plugin": "^5.59.0",
150-
"@typescript-eslint/parser": "^5.59.0",
149+
"@typescript-eslint/eslint-plugin": "^5.59.5",
150+
"@typescript-eslint/parser": "^5.59.5",
151151
"@vue/test-utils": "^1.3.5",
152152
"@vueuse/core": "^9.13.0",
153153
"@vueuse/nuxt": "^9.13.0",
154-
"all-contributors-cli": "^6.24.0",
154+
"all-contributors-cli": "^6.25.0",
155155
"c8": "^7.13.0",
156-
"consola": "^2.15.3",
156+
"consola": "^3.1.0",
157157
"cross-env": "^7.0.3",
158-
"cypress": "^12.10.0",
158+
"cypress": "^12.12.0",
159159
"cypress-file-upload": "^5.0.8",
160160
"cypress-network-idle": "^1.14.2",
161161
"cypress-real-events": "^1.7.6",
162-
"eslint": "^8.39.0",
162+
"eslint": "^8.40.0",
163163
"eslint-config-prettier": "^8.8.0",
164164
"eslint-plugin-prettier": "^4.2.1",
165165
"eslint-plugin-unicorn": "^42.0.0",
@@ -171,13 +171,13 @@
171171
"lint-staged": "^12.5.0",
172172
"prettier": "^2.8.8",
173173
"raw-loader": "^4.0.2",
174-
"sass": "^1.62.0",
174+
"sass": "^1.62.1",
175175
"sass-loader": "^10.4.1",
176-
"typescript": "^4.9.5",
176+
"typescript": "^5.0.4",
177177
"vite-plugin-vue2": "^2.0.3",
178-
"vitest": "^0.30.1",
178+
"vitest": "^0.31.0",
179179
"vue-debounce-decorator": "^1.0.1",
180-
"vue-eslint-parser": "^9.1.1",
180+
"vue-eslint-parser": "^9.2.1",
181181
"vue-gtag": "^2.0.1",
182182
"wait-on": "^6.0.1"
183183
},

0 commit comments

Comments
 (0)