Skip to content

Commit

Permalink
chore: bump vite
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Jan 22, 2025
1 parent 4894ad5 commit e4a19db
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"publint": "^0.1.12",
"rimraf": "^5.0.1",
"tsup": "^7.2.0",
"vite": "^5.4.5",
"vite": "^5.4.12",
"vitest": "^2.1.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudflare-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"publint": "^0.1.12",
"rimraf": "^5.0.1",
"tsup": "^7.2.0",
"vite": "^5.2.10",
"vite": "^5.4.12",
"vitest": "^1.2.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"publint": "^0.2.5",
"rimraf": "^5.0.1",
"tsup": "^7.2.0",
"vite": "^5.2.10",
"vite": "^5.4.12",
"vitest": "^0.34.6",
"wrangler": "^3.63.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ssg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"publint": "^0.1.12",
"rimraf": "^5.0.1",
"tsup": "^7.2.0",
"vite": "^5.2.10",
"vite": "^5.4.12",
"vitest": "^1.2.1"
},
"peerDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ __metadata:
publint: ^0.1.12
rimraf: ^5.0.1
tsup: ^7.2.0
vite: ^5.4.5
vite: ^5.4.12
vitest: ^2.1.1
peerDependencies:
hono: "*"
Expand All @@ -961,7 +961,7 @@ __metadata:
publint: ^0.1.12
rimraf: ^5.0.1
tsup: ^7.2.0
vite: ^5.2.10
vite: ^5.4.12
vitest: ^1.2.1
peerDependencies:
hono: "*"
Expand All @@ -982,7 +982,7 @@ __metadata:
publint: ^0.2.5
rimraf: ^5.0.1
tsup: ^7.2.0
vite: ^5.2.10
vite: ^5.4.12
vitest: ^0.34.6
wrangler: ^3.63.1
peerDependencies:
Expand All @@ -1008,7 +1008,7 @@ __metadata:
publint: ^0.1.12
rimraf: ^5.0.1
tsup: ^7.2.0
vite: ^5.2.10
vite: ^5.4.12
vitest: ^1.2.1
peerDependencies:
hono: ">=4.0.0"
Expand Down Expand Up @@ -5909,7 +5909,7 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^3.0.0 || ^4.0.0 || ^5.0.0-0, vite@npm:^3.1.0 || ^4.0.0 || ^5.0.0-0, vite@npm:^5.0.0, vite@npm:^5.2.10":
"vite@npm:^3.0.0 || ^4.0.0 || ^5.0.0-0, vite@npm:^3.1.0 || ^4.0.0 || ^5.0.0-0, vite@npm:^5.0.0":
version: 5.3.1
resolution: "vite@npm:5.3.1"
dependencies:
Expand Down Expand Up @@ -5949,9 +5949,9 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^5.4.5":
version: 5.4.5
resolution: "vite@npm:5.4.5"
"vite@npm:^5.4.12":
version: 5.4.14
resolution: "vite@npm:5.4.14"
dependencies:
esbuild: ^0.21.3
fsevents: ~2.3.3
Expand Down Expand Up @@ -5988,7 +5988,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 19e7aa49cd72f93d4e152f23b736ff3de4fc4bccf81d99970b3e88bf399138cf1807314fde1f5ee6251f2007292d491bad97e444fb9d4d5628be4bf6cae62a42
checksum: 7360661da0415809454ff8809b6666e868ffc3e5ccfbd5fc17425341546cdc3dd3d37c68fcd6ed7305252aaecd0d251ede3745b57aaebd00b8aececc30b6697b
languageName: node
linkType: hard

Expand Down

0 comments on commit e4a19db

Please sign in to comment.