Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.
Merged
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
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"scule": "^0.2.1",
"semver": "^7.3.7",
"unctx": "^1.1.4",
"unimport": "^0.2.9",
"unimport": "^0.3.0",
"untyped": "^0.4.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"ufo": "^0.8.4",
"unctx": "^1.1.4",
"unenv": "^0.5.2",
"unimport": "^0.2.9",
"unimport": "^0.3.0",
"unplugin": "^0.7.0",
"untyped": "^0.4.4",
"vue": "^3.2.37",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"scule": "^0.2.1",
"std-env": "^3.1.1",
"ufo": "^0.8.4",
"unimport": "^0.2.9"
"unimport": "^0.3.0"
},
"engines": {
"node": "^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0"
Expand Down
26 changes: 22 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1635,7 +1635,7 @@ __metadata:
semver: ^7.3.7
unbuild: latest
unctx: ^1.1.4
unimport: ^0.2.9
unimport: ^0.3.0
untyped: ^0.4.4
languageName: unknown
linkType: soft
Expand All @@ -1662,7 +1662,7 @@ __metadata:
std-env: ^3.1.1
ufo: ^0.8.4
unbuild: latest
unimport: ^0.2.9
unimport: ^0.3.0
vite: ^2.9.12
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -10306,7 +10306,7 @@ __metadata:
unbuild: latest
unctx: ^1.1.4
unenv: ^0.5.2
unimport: ^0.2.9
unimport: ^0.3.0
unplugin: ^0.7.0
untyped: ^0.4.4
vue: ^3.2.37
Expand Down Expand Up @@ -13450,7 +13450,7 @@ __metadata:
languageName: node
linkType: hard

"unimport@npm:^0.2.8, unimport@npm:^0.2.9":
"unimport@npm:^0.2.8":
version: 0.2.9
resolution: "unimport@npm:0.2.9"
dependencies:
Expand All @@ -13468,6 +13468,24 @@ __metadata:
languageName: node
linkType: hard

"unimport@npm:^0.3.0":
version: 0.3.0
resolution: "unimport@npm:0.3.0"
dependencies:
"@rollup/pluginutils": ^4.2.1
escape-string-regexp: ^5.0.0
fast-glob: ^3.2.11
local-pkg: ^0.4.1
magic-string: ^0.26.2
mlly: ^0.5.3
pathe: ^0.3.0
scule: ^0.2.1
strip-literal: ^0.4.0
unplugin: ^0.7.0
checksum: 7a612f00739d8f4b16c0c6ef0d7ad02106925af04a342101f69714679a02681a7e89c16476a0ac04ce86e5ba2d9b6a807e55413a9f2c9acdf79ffcbb72645af3
languageName: node
linkType: hard

"unique-filename@npm:^1.1.1":
version: 1.1.1
resolution: "unique-filename@npm:1.1.1"
Expand Down