chore: update dependencies for major Qwik update (#94)
* chore: update dependencies for major Qwic update * fix: typo(qwik -> Qwik)pull/96/head
parent
567784a323
commit
fe125e02b3
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@hono/qwik-city': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
#94 81fe019: update Qwik
|
|
@ -27,12 +27,13 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/honojs/middleware",
|
"homepage": "https://github.com/honojs/middleware",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@builder.io/qwik-city": "^0.100.0",
|
"@builder.io/qwik": "^1.0.0",
|
||||||
"hono": "^3.1.5"
|
"@builder.io/qwik-city": "^1.0.0",
|
||||||
|
"hono": "3.1.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@builder.io/qwik": "^0.100.0",
|
"@builder.io/qwik": "^1.0.0",
|
||||||
"@builder.io/qwik-city": "^0.100.0",
|
"@builder.io/qwik-city": "^1.0.0",
|
||||||
"hono": "3.1.5"
|
"hono": "3.1.5"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
Loading…
Reference in New Issue