Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#898)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 10, 2023
1 parent 0d35d50 commit 59dce34
Show file tree
Hide file tree
Showing 4 changed files with 440 additions and 306 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"@nuxtjs/eslint-config": "^12.0.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"devalue": "^4.3.2",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"eslint-plugin-jsdoc": "^46.5.1",
"jiti": "^1.19.3",
"vitest": "^0.34.3"
"jiti": "^1.20.0",
"vitest": "^0.34.4"
},
"resolutions": {
"@nuxt/bridge": "workspace:*",
Expand All @@ -35,5 +35,5 @@
"engines": {
"node": "^14.16.0 || ^16.11.0 || >=17.0.0"
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].4"
}
6 changes: 3 additions & 3 deletions packages/bridge-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"devDependencies": {
"@types/lodash.template": "^4.5.1",
"@types/semver": "^7.5.1",
"@unhead/schema": "^1.5.2",
"nitropack": "^2.6.2",
"@unhead/schema": "^1.5.5",
"nitropack": "^2.6.3",
"unbuild": "latest",
"vite": "~4.4.9"
},
"dependencies": {
"c12": "^1.4.2",
"create-require": "^1.1.1",
"defu": "^6.1.2",
"jiti": "^1.19.3",
"jiti": "^1.20.0",
"pathe": "^1.1.1",
"pkg-types": "^1.0.3",
"postcss-import-resolver": "^2.0.0",
Expand Down
12 changes: 6 additions & 6 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.7.1",
"@nuxt/ui-templates": "^1.3.1",
"@unhead/ssr": "^1.5.2",
"@unhead/vue": "^1.5.2",
"@unhead/ssr": "^1.5.5",
"@unhead/vue": "^1.5.5",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-vue2": "^2.2.0",
"acorn": "^8.10.0",
Expand All @@ -42,14 +42,14 @@
"estree-walker": "^3.0.3",
"externality": "^1.0.2",
"fs-extra": "^10.1.0",
"get-port-please": "^3.0.2",
"get-port-please": "^3.1.1",
"globby": "^13.2.2",
"h3": "^1.8.1",
"hash-sum": "^2.0.0",
"knitwork": "^1.0.0",
"magic-string": "^0.30.3",
"mlly": "^1.4.2",
"nitropack": "^2.6.2",
"nitropack": "^2.6.3",
"node-fetch": "^3.3.2",
"nuxi": "3.7.3",
"ofetch": "^1.3.3",
Expand All @@ -71,7 +71,7 @@
"unplugin": "^1.4.0",
"untyped": "^1.4.0",
"vite": "~4.4.9",
"vite-node": "^0.34.3",
"vite-node": "^0.34.4",
"vue-bundle-renderer": "^2.0.0"
},
"devDependencies": {
Expand All @@ -89,5 +89,5 @@
"engines": {
"node": "^14.16.0 || ^16.11.0 || >=17.0.0"
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].4"
}
Loading

0 comments on commit 59dce34

Please sign in to comment.