Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

chore(deps): update all non-major dependencies #10095

Merged
merged 1 commit into from
Jan 14, 2023
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 docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"nuxt-website-theme": "^0.3.6",
"pathe": "^1.0.0",
"scule": "^1.0.0",
"untyped": "^1.2.1"
"untyped": "^1.2.2"
},
"resolutions": {
"parse5": "6.0.1"
Expand Down
18 changes: 15 additions & 3 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/core@npm:^7.18.13, @babel/core@npm:^7.20.5":
"@babel/core@npm:^7.18.13, @babel/core@npm:^7.20.12, @babel/core@npm:^7.20.5":
version: 7.20.12
resolution: "@babel/core@npm:7.20.12"
dependencies:
Expand Down Expand Up @@ -637,7 +637,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/standalone@npm:^7.18.13":
"@babel/standalone@npm:^7.18.13, @babel/standalone@npm:^7.20.12":
version: 7.20.12
resolution: "@babel/standalone@npm:7.20.12"
checksum: dcf7220672b3f2f7ca7a81799d8b7be157442cd9ebb1eee28ddbda052414de410a8efde483a452286fab627922dd8a37cab65b965520fcd72982244309e7f015
Expand Down Expand Up @@ -4691,7 +4691,7 @@ __metadata:
nuxt-website-theme: ^0.3.6
pathe: ^1.0.0
scule: ^1.0.0
untyped: ^1.2.1
untyped: ^1.2.2
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -13070,6 +13070,18 @@ __metadata:
languageName: node
linkType: hard

"untyped@npm:^1.2.2":
version: 1.2.2
resolution: "untyped@npm:1.2.2"
dependencies:
"@babel/core": ^7.20.12
"@babel/standalone": ^7.20.12
"@babel/types": ^7.20.7
scule: ^1.0.0
checksum: 556bb7a3ee10f580c4e775ecbd02130e38635b290d312e65bbc29973a07346f34457850515e8e68add5ced79676336ef92574ca9a21fe1b0ae528a6838df8a74
languageName: node
linkType: hard

"update-browserslist-db@npm:^1.0.9":
version: 1.0.10
resolution: "update-browserslist-db@npm:1.0.10"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"nuxi": "workspace:*",
"nuxt": "workspace:*",
"nuxt3": "workspace:nuxt@*",
"unbuild": "^1.0.2",
"unbuild": "^1.1.1",
"vite": "^4.0.4",
"vue": "3.2.45"
},
Expand Down Expand Up @@ -71,7 +71,7 @@
"std-env": "^3.3.1",
"typescript": "^4.9.4",
"ufo": "^1.0.1",
"unbuild": "^1.0.2",
"unbuild": "^1.1.1",
"vite": "^4.0.4",
"vitest": "^0.27.1",
"vue-tsc": "^1.0.24"
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"semver": "^7.3.8",
"unctx": "^2.1.1",
"unimport": "^1.2.0",
"untyped": "^1.2.1"
"untyped": "^1.2.2"
},
"devDependencies": {
"@types/lodash.template": "^4",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"unenv": "^1.0.1",
"unimport": "^1.2.0",
"unplugin": "^1.0.1",
"untyped": "^1.2.1",
"untyped": "^1.2.2",
"vue": "^3.2.45",
"vue-bundle-renderer": "^1.0.0",
"vue-devtools-stub": "^0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"std-env": "^3.3.1",
"ufo": "^1.0.1",
"unimport": "^1.2.0",
"untyped": "^1.2.1"
"untyped": "^1.2.2"
},
"engines": {
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
Expand Down
Loading