Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 4, 2023
1 parent f3f838f commit f3bde04
Show file tree
Hide file tree
Showing 4 changed files with 536 additions and 412 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"@nuxt/test-utils": "^3.6.0",
"@nuxtjs/eslint-config": "^12.0.0",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"eslint": "^8.43.0",
"eslint-plugin-jsdoc": "^46.4.0",
"jiti": "^1.18.2",
"vitest": "^0.32.2"
"eslint": "^8.44.0",
"eslint-plugin-jsdoc": "^46.4.3",
"jiti": "^1.19.1",
"vitest": "^0.32.4"
},
"resolutions": {
"@nuxt/bridge": "workspace:*",
Expand All @@ -33,5 +33,5 @@
"engines": {
"node": "^14.16.0 || ^16.11.0 || >=17.0.0"
},
"packageManager": "[email protected].5"
"packageManager": "[email protected].6"
}
8 changes: 4 additions & 4 deletions packages/bridge-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,24 @@
"devDependencies": {
"@types/lodash.template": "^4.5.1",
"@types/semver": "^7.5.0",
"@unhead/schema": "^1.1.28",
"nitropack": "^2.5.1",
"@unhead/schema": "^1.1.29",
"nitropack": "^2.5.2",
"unbuild": "latest",
"vite": "~4.3.9"
},
"dependencies": {
"c12": "^1.4.2",
"create-require": "^1.1.1",
"defu": "^6.1.2",
"jiti": "^1.18.2",
"jiti": "^1.19.1",
"pathe": "^1.1.1",
"pkg-types": "^1.0.3",
"postcss-import-resolver": "^2.0.0",
"scule": "^1.0.0",
"std-env": "^3.3.3",
"ufo": "^1.1.2",
"unbuild": "1.2.1",
"unimport": "^3.0.10",
"unimport": "^3.0.12",
"untyped": "^1.3.2"
},
"engines": {
Expand Down
20 changes: 10 additions & 10 deletions packages/bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@nuxt/postcss8": "^1.1.3",
"@nuxt/schema": "3.6.0",
"@nuxt/ui-templates": "^1.2.0",
"@unhead/ssr": "^1.1.28",
"@unhead/vue": "^1.1.28",
"@unhead/ssr": "^1.1.29",
"@unhead/vue": "^1.1.29",
"@vitejs/plugin-legacy": "^4.0.5",
"@vitejs/plugin-vue2": "^2.2.0",
"acorn": "^8.9.0",
Expand All @@ -43,13 +43,13 @@
"externality": "^1.0.2",
"fs-extra": "^10.1.0",
"get-port-please": "^3.0.1",
"globby": "^13.2.0",
"h3": "^1.7.0",
"globby": "^13.2.1",
"h3": "^1.7.1",
"hash-sum": "^2.0.0",
"knitwork": "^1.0.0",
"magic-string": "^0.30.0",
"magic-string": "^0.30.1",
"mlly": "^1.4.0",
"nitropack": "^2.5.1",
"nitropack": "^2.5.2",
"node-fetch": "^3.3.1",
"nuxi": "3.6.0",
"ofetch": "^1.1.1",
Expand All @@ -67,11 +67,11 @@
"terser": "^5.18.2",
"ufo": "^1.1.2",
"unctx": "^2.3.1",
"unimport": "^3.0.10",
"unplugin": "^1.3.1",
"unimport": "^3.0.12",
"unplugin": "^1.3.2",
"untyped": "^1.3.2",
"vite": "~4.3.9",
"vite-node": "^0.32.2",
"vite-node": "^0.32.4",
"vue-bundle-renderer": "^1.0.3"
},
"devDependencies": {
Expand All @@ -89,5 +89,5 @@
"engines": {
"node": "^14.16.0 || ^16.11.0 || >=17.0.0"
},
"packageManager": "[email protected].5"
"packageManager": "[email protected].6"
}
Loading

0 comments on commit f3bde04

Please sign in to comment.