Skip to content

Commit 5701ffd

Browse files
fix(deps): add unenv (#413)
Co-authored-by: harlan <[email protected]>
1 parent c2e0816 commit 5701ffd

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
"sirv": "^3.0.1",
103103
"std-env": "^3.8.1",
104104
"ufo": "^1.5.4",
105+
"unenv": "^2.0.0-rc.12",
105106
"unplugin": "^2.2.0",
106107
"unstorage": "^1.15.0",
107108
"valibot": "^1.0.0-rc.3"
@@ -115,6 +116,7 @@
115116
"@nuxt/test-utils": "3.17.1",
116117
"@types/semver": "^7.5.8",
117118
"@typescript-eslint/typescript-estree": "^8.26.0",
119+
"@unhead/ssr": "^1.11.20",
118120
"acorn-loose": "^8.4.0",
119121
"bumpp": "^10.0.3",
120122
"changelogen": "^0.6.1",

pnpm-lock.yaml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/runtime/validation/mock.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import noop from 'unenv/runtime/mock/noop'
1+
import noop from 'unenv/mock/noop'
22

33
export const parse = noop
44
export const object = noop

0 commit comments

Comments
 (0)