Skip to content
Open
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typecheck": "yarn tsc && yarn workspaces foreach -Apt run typecheck"
},
"resolutions": {
"vite": "^7.2.6"
"vite": "^7.3.0"
},
"devDependencies": {
"@biomejs/biome": "^2.3.8",
Expand Down Expand Up @@ -57,7 +57,7 @@
"tsup": "^8.5.1",
"typescript": "~5.9.3",
"typescript-eslint": "^8.48.1",
"vite": "^7.2.6",
"vite": "^7.3.0",
"vitest": "^4.0.15"
},
"packageManager": "yarn@4.12.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@babel/core": "^7.28.5",
"esbuild": "^0.27.0",
"react": "19.2.0",
"vite": "^7.2.6"
"vite": "^7.3.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4332,7 +4332,7 @@ __metadata:
"@react-universal/core": "workspace:*"
esbuild: "npm:^0.27.0"
react: "npm:19.2.0"
vite: "npm:^7.2.6"
vite: "npm:^7.3.0"
peerDependencies:
"@babel/core": ^7.0.0
react: ^19.0.0
Expand Down Expand Up @@ -7928,7 +7928,7 @@ __metadata:
languageName: node
linkType: hard

"esbuild@npm:^0.25.0, esbuild@npm:^0.25.12":
"esbuild@npm:^0.25.12":
version: 0.25.12
resolution: "esbuild@npm:0.25.12"
dependencies:
Expand Down Expand Up @@ -13292,7 +13292,7 @@ __metadata:
tsup: "npm:^8.5.1"
typescript: "npm:~5.9.3"
typescript-eslint: "npm:^8.48.1"
vite: "npm:^7.2.6"
vite: "npm:^7.3.0"
vitest: "npm:^4.0.15"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -15886,11 +15886,11 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^7.2.6":
version: 7.2.6
resolution: "vite@npm:7.2.6"
"vite@npm:^7.3.0":
version: 7.3.0
resolution: "vite@npm:7.3.0"
dependencies:
esbuild: "npm:^0.25.0"
esbuild: "npm:^0.27.0"
fdir: "npm:^6.5.0"
fsevents: "npm:~2.3.3"
picomatch: "npm:^4.0.3"
Expand Down Expand Up @@ -15937,7 +15937,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 10c0/d444a159ab8f0f854d596d1938f201b449d59ed4d336e587be9dc89005467214d85848c212c2495f76a8421372ffe4d061d023d659600f1aaa3ba5ac13e804f7
checksum: 10c0/0457c196cdd5761ec351c0f353945430fbad330e615b9eeab729c8ae163334f18acdc1d9cd7d9d673dbf111f07f6e4f0b25d4ac32360e65b4a6df9991046f3ff
languageName: node
linkType: hard

Expand Down
Loading