Skip to content

Commit

Permalink
Fix the CI by fixing the i18n dependencies, and updating vite to v6.0…
Browse files Browse the repository at this point in the history
….1 (#5198)

* Update vite

* Try fixing all i18n dependencies
  • Loading branch information
obulat authored Nov 28, 2024
1 parent be9481d commit decc584
Show file tree
Hide file tree
Showing 4 changed files with 875 additions and 391 deletions.
7 changes: 5 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@
},
"devDependencies": {
"@babel/parser": "^7.24.8",
"@intlify/core-base": "^10.0.4",
"@intlify/core": "10.0.5",
"@intlify/core-base": "10.0.5",
"@intlify/shared": "10.0.5",
"@nuxt/test-utils": "^3.14.4",
"@nuxtjs/i18n": "^9.1.0",
"@nuxtjs/storybook": "8.3.2",
Expand Down Expand Up @@ -115,7 +117,8 @@
"vitest-dom": "^0.1.1",
"vue": "3.5.12",
"vue-router": "^4.4.5",
"vue-tsc": "2.1.10"
"vue-tsc": "2.1.10",
"vue-i18n": "10.0.5"
},
"browserslist": [
"> 1%",
Expand Down
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,13 @@
"typescript": "5.6.3",
"typescript-eslint": "^8.12.2",
"vue-tsc": "2.1.10"
},
"pnpm": {
"overrides": {
"vite": "^6.0.1",
"@intlify/core-base": "10.0.5",
"@intlify/message-compiler": "10.0.5",
"@intlify/shared": "10.0.5"
}
}
}
2 changes: 1 addition & 1 deletion packages/js/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"openapi-typescript": "^7.3.2",
"rollup": "^4.22.4",
"typescript": "^5.5.4",
"vite": "5.4.10",
"vite": "^6.0.1",
"vitest": "^2.1.4"
},
"dependencies": {
Expand Down
Loading

0 comments on commit decc584

Please sign in to comment.