Skip to content

Commit

Permalink
chore: bump vite and hono (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe authored Feb 13, 2024
1 parent b397fdd commit ee3edfb
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 31 deletions.
4 changes: 2 additions & 2 deletions packages/cloudflare-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"homepage": "https://github.com/honojs/vite-plugins",
"devDependencies": {
"glob": "^10.3.10",
"hono": "^3.11.7",
"hono": "^4.0.1",
"publint": "^0.1.12",
"rimraf": "^5.0.1",
"tsup": "^7.2.0",
"vite": "^5.0.12",
"vite": "^5.1.1",
"vitest": "^1.2.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
"devDependencies": {
"@playwright/test": "^1.37.1",
"glob": "^10.3.10",
"hono": "^3.12.6",
"hono": "^4.0.1",
"playwright": "^1.39.0",
"publint": "^0.2.5",
"rimraf": "^5.0.1",
"tsup": "^7.2.0",
"vite": "^5.0.12",
"vite": "^5.1.1",
"vitest": "^0.34.6"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ssg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"homepage": "https://github.com/honojs/vite-plugins",
"devDependencies": {
"glob": "^10.3.10",
"hono": "4.0.0-rc.2",
"hono": "^4.0.1",
"publint": "^0.1.12",
"rimraf": "^5.0.1",
"tsup": "^7.2.0",
"vite": "^5.0.12",
"vite": "^5.1.1",
"vitest": "^1.2.1"
},
"peerDependencies": {
Expand Down
87 changes: 62 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -743,11 +743,11 @@ __metadata:
resolution: "@hono/vite-cloudflare-pages@workspace:packages/cloudflare-pages"
dependencies:
glob: ^10.3.10
hono: ^3.11.7
hono: ^4.0.1
publint: ^0.1.12
rimraf: ^5.0.1
tsup: ^7.2.0
vite: ^5.0.12
vite: ^5.1.1
vitest: ^1.2.1
peerDependencies:
hono: "*"
Expand All @@ -761,14 +761,14 @@ __metadata:
"@hono/node-server": ^1.7.0
"@playwright/test": ^1.37.1
glob: ^10.3.10
hono: ^3.12.6
hono: ^4.0.1
miniflare: ^3.20231218.2
minimatch: ^9.0.3
playwright: ^1.39.0
publint: ^0.2.5
rimraf: ^5.0.1
tsup: ^7.2.0
vite: ^5.0.12
vite: ^5.1.1
vitest: ^0.34.6
peerDependencies:
hono: "*"
Expand All @@ -780,11 +780,11 @@ __metadata:
resolution: "@hono/vite-ssg@workspace:packages/ssg"
dependencies:
glob: ^10.3.10
hono: 4.0.0-rc.2
hono: ^4.0.1
publint: ^0.1.12
rimraf: ^5.0.1
tsup: ^7.2.0
vite: ^5.0.12
vite: ^5.1.1
vitest: ^1.2.1
peerDependencies:
hono: ">=4.0.0"
Expand Down Expand Up @@ -3373,24 +3373,10 @@ __metadata:
languageName: unknown
linkType: soft

"hono@npm:4.0.0-rc.2":
version: 4.0.0-rc.2
resolution: "hono@npm:4.0.0-rc.2"
checksum: 33cf82a066b33d64de846b2325d08264b466b906ac4146e0cd53d4c1ef2e0c7b97e44afe4581ff86aa4af73c12597f62f4ae209a666d60a23b9d855a07ef9dde
languageName: node
linkType: hard

"hono@npm:^3.11.7":
version: 3.11.7
resolution: "hono@npm:3.11.7"
checksum: 4d78f7be76cee442e5fad924826c708d59f26c4d4ced840d4eccc431bfc79109f60df4b743f3da4950447eb31eabfdd52ffb4a5fff2ee3988b896295d3c6e4bf
languageName: node
linkType: hard

"hono@npm:^3.12.6":
version: 3.12.6
resolution: "hono@npm:3.12.6"
checksum: e6dd505c57a0532cab79efa15bf49c5450c0c1ebddce7085681522b9f68efaef313b3a87dd71ae3f12a8532b5ebf971f85e2632a40a39ec42cfa12b3082db806
"hono@npm:^4.0.1":
version: 4.0.1
resolution: "hono@npm:4.0.1"
checksum: 5c5378e44ec77a06b004014b99f1165bc395e17b7ca104bba33559a1b7157f925854992412bd72b90bee5ec7e1b49125176302babd56d877bb230828bd4eb8cd
languageName: node
linkType: hard

Expand Down Expand Up @@ -4927,6 +4913,17 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:^8.4.35":
version: 8.4.35
resolution: "postcss@npm:8.4.35"
dependencies:
nanoid: ^3.3.7
picocolors: ^1.0.0
source-map-js: ^1.0.2
checksum: cf3c3124d3912a507603f6d9a49b3783f741075e9aa73eb592a6dd9194f9edab9d20a8875d16d137d4f779fe7b6fbd1f5727e39bfd1c3003724980ee4995e1da
languageName: node
linkType: hard

"preferred-pm@npm:^3.0.0":
version: 3.1.2
resolution: "preferred-pm@npm:3.1.2"
Expand Down Expand Up @@ -6304,7 +6301,7 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^5.0.0, vite@npm:^5.0.12":
"vite@npm:^5.0.0":
version: 5.0.12
resolution: "vite@npm:5.0.12"
dependencies:
Expand Down Expand Up @@ -6344,6 +6341,46 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^5.1.1":
version: 5.1.1
resolution: "vite@npm:5.1.1"
dependencies:
esbuild: ^0.19.3
fsevents: ~2.3.3
postcss: ^8.4.35
rollup: ^4.2.0
peerDependencies:
"@types/node": ^18.0.0 || >=20.0.0
less: "*"
lightningcss: ^1.21.0
sass: "*"
stylus: "*"
sugarss: "*"
terser: ^5.4.0
dependenciesMeta:
fsevents:
optional: true
peerDependenciesMeta:
"@types/node":
optional: true
less:
optional: true
lightningcss:
optional: true
sass:
optional: true
stylus:
optional: true
sugarss:
optional: true
terser:
optional: true
bin:
vite: bin/vite.js
checksum: 6aa7133ed1b455c63a164ba29e6627f4178884e74ec79937bf28492d95a4b9b3a30ce85d3162bb1854217b3adeb1f74bca87d38f394d5696df44f482c4bd3591
languageName: node
linkType: hard

"vitest@npm:^0.34.6":
version: 0.34.6
resolution: "vitest@npm:0.34.6"
Expand Down

0 comments on commit ee3edfb

Please sign in to comment.