Skip to content

Commit 21cb602

Browse files
committed
roll back to vite 7.3.2
vite devtools are not ready for vite 8, as they base on vite-plugin-inspect, which is not ready for vite 8: antfu-collective/vite-plugin-inspect#167 (comment) Change-Id: If7a53c6280e25660009be6a06eabb2f219aa5e25
1 parent 09a58bc commit 21cb602

3 files changed

Lines changed: 656 additions & 786 deletions

File tree

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"devDependencies": {
33
"@eslint/js": "^10.0.1",
4-
"@typescript-eslint/parser": "^8.58.1",
4+
"@typescript-eslint/parser": "^8.58.2",
55
"@vue/compiler-dom": "3.5.32",
66
"@vue/eslint-config-prettier": "^10.2.0",
77
"@vue/eslint-config-typescript": "^14.7.0",
@@ -12,10 +12,10 @@
1212
"jsdom": "^29.0.2",
1313
"postcss-html": "^1.8.1",
1414
"sass-embedded": "^1.99.0",
15-
"stylelint": "^17.6.0",
15+
"stylelint": "^17.7.0",
1616
"stylelint-config-standard": "^40.0.0",
1717
"typescript-eslint": "8.58.1",
18-
"vitest": "^4.1.3",
18+
"vitest": "^4.1.4",
1919
"vitest-fail-on-console": "^0.10.1",
2020
"vue": "3.5.32",
2121
"vue-tsc": "^3.2.6",
@@ -24,7 +24,6 @@
2424
"pnpm": {
2525
"overrides": {
2626
"@yaireo/tagify": "4.22.0",
27-
"vite-plugin-inspect": "^12.0.0-beta.1",
2827
"typescript-eslint": "8.58.1",
2928
"glob": "^11.1.0",
3029
"js-yaml": "^4.1.0"

packages/cmk-frontend-vue/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"node": ">=22.0.0 <=23.0.0"
99
},
1010
"dependencies": {
11-
"@internationalized/date": "^3.7.0",
12-
"axios": "^1.14.0",
11+
"@internationalized/date": "^3.12.0",
12+
"axios": "^1.15.0",
1313
"class-variance-authority": "^0.7.1",
1414
"grid-layout-plus": "^1.1.1",
1515
"lucide-vue-next": "^1.0.0",
16-
"marked": "^17.0.5",
16+
"marked": "^17.0.6",
1717
"openapi-fetch": "^0.17.0",
18-
"reka-ui": "^2.9.3",
18+
"reka-ui": "^2.9.6",
1919
"sanitize-html": "^2.17.2",
2020
"uuid": "^13.0.0",
2121
"vue-component-type-helpers": "^3.2.6",
@@ -29,19 +29,19 @@
2929
"@testing-library/vue": "^8.1.0",
3030
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
3131
"@tsconfig/node22": "^22.0.5",
32-
"@types/node": "^22.19.15",
32+
"@types/node": "^22.19.17",
3333
"@types/sanitize-html": "^2.16.1",
34-
"@typescript-eslint/parser": "^8.58.0",
35-
"@vitejs/plugin-vue": "^6.0.5",
34+
"@typescript-eslint/parser": "^8.58.2",
35+
"@vitejs/plugin-vue": "^6.0.6",
3636
"@vue/tsconfig": "^0.9.1",
3737
"chai": "^6.2.2",
38-
"msw": "^2.12.14",
38+
"msw": "^2.13.3",
3939
"npm-run-all2": "^8.0.4",
40-
"prettier": "^3.8.1",
40+
"prettier": "^3.8.2",
4141
"rollup": "^4.60.1",
42-
"sass-embedded": "^1.98.0",
42+
"sass-embedded": "^1.99.0",
4343
"typescript": "^6.0.2",
44-
"vite": "^8.0.3",
44+
"vite": "^7.3.2",
4545
"vite-plugin-vue-devtools": "^8.1.1"
4646
},
4747
"msw": {

0 commit comments

Comments
 (0)