Skip to content

Commit

Permalink
Update dependency vite to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent eccf40f commit 1445ad6
Show file tree
Hide file tree
Showing 5 changed files with 295 additions and 6 deletions.
2 changes: 1 addition & 1 deletion libs/biomejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"tslib": "^2.3.0",
"@nx/vite": "20.2.2",
"vite": "5.4.11"
"vite": "6.0.5"
},
"type": "commonjs",
"main": "./src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion libs/docker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"tslib": "^2.3.0",
"@nx/vite": "20.2.2",
"vite": "5.4.11"
"vite": "6.0.5"
},
"type": "commonjs",
"main": "./src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion libs/helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"tslib": "^2.3.0",
"@nx/vite": "20.2.2",
"vite": "5.4.11"
"vite": "6.0.5"
},
"type": "commonjs",
"main": "./src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"testcontainers": "10.16.0",
"tslib": "2.8.1",
"typescript": "5.7.2",
"vite": "5.4.11",
"vite": "6.0.5",
"vitest": "2.1.8"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 1445ad6

Please sign in to comment.