Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency vite to v6.0.5 #1810

Merged
merged 1 commit into from
Dec 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"prisma-json-types-generator": "3.2.2",
"smtp-server": "3.13.6",
"typescript": "5.6.3",
"vite": "6.0.4",
"vite": "6.0.5",
"vitest": "2.1.8",
"xpath-ts2": "1.4.2",
"zod": "3.24.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@vitest/coverage-v8": "2.1.8",
"statuses": "2.0.1",
"vite": "6.0.4",
"vite": "6.0.5",
"vitest": "2.1.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"react-router-dom": "7.0.2",
"react-switch-selector": "2.3.0",
"sainte-lague": "3.0.0",
"vite": "6.0.4",
"vite": "6.0.5",
"vite-plugin-compression2": "1.3.3",
"vite-plugin-html": "3.2.2",
"vite-plugin-wasm": "3.3.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1474,7 +1474,7 @@ __metadata:
smtp-server: "npm:3.13.6"
typescript: "npm:5.6.3"
undici-types: "npm:7.2.0"
vite: "npm:6.0.4"
vite: "npm:6.0.5"
vitest: "npm:2.1.8"
xpath-ts2: "npm:1.4.2"
zod: "npm:3.24.1"
Expand All @@ -1501,7 +1501,7 @@ __metadata:
prettier: "npm:3.4.2"
statuses: "npm:2.0.1"
typescript: "npm:5.6.3"
vite: "npm:6.0.4"
vite: "npm:6.0.5"
vitest: "npm:2.1.8"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -1554,7 +1554,7 @@ __metadata:
react-switch-selector: "npm:2.3.0"
sainte-lague: "npm:3.0.0"
typescript: "npm:5.6.3"
vite: "npm:6.0.4"
vite: "npm:6.0.5"
vite-plugin-compression2: "npm:1.3.3"
vite-plugin-html: "npm:3.2.2"
vite-plugin-wasm: "npm:3.3.0"
Expand Down Expand Up @@ -7826,11 +7826,11 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:6.0.4":
version: 6.0.4
resolution: "vite@npm:6.0.4"
"vite@npm:6.0.5":
version: 6.0.5
resolution: "vite@npm:6.0.5"
dependencies:
esbuild: "npm:^0.24.0"
esbuild: "npm:0.24.0"
fsevents: "npm:~2.3.3"
postcss: "npm:^8.4.49"
rollup: "npm:^4.23.0"
Expand Down Expand Up @@ -7874,7 +7874,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 10c0/b1808f99250980bb1dc7805897ecfced4913adc7b4fd1cf7912e034f3e24e3e97a751ca3410620428bf073070f0b46071b94c4241cf9fc88b12f2d9dcafd7619
checksum: 10c0/d6927e1795abf0bffbf9183c3c3338c7cc1060bcfbfcd951aa4464c1e5478216f26c95077a2bbd29edbaebc079c1f08a37c7daac8f07c0a6bb53e79d502c70ef
languageName: node
linkType: hard

Expand Down
Loading