Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#984)
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 Nov 30, 2023
1 parent 532e9d7 commit dcfdcff
Show file tree
Hide file tree
Showing 4 changed files with 490 additions and 145 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
"engines": {
"node": "^14.16.0 || ^16.11.0 || >=17.0.0"
},
"packageManager": "pnpm@8.10.5"
"packageManager": "pnpm@8.11.0"
}
8 changes: 4 additions & 4 deletions packages/bridge-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"devDependencies": {
"@types/lodash.template": "^4.5.3",
"@types/semver": "^7.5.6",
"@unhead/schema": "^1.8.7",
"nitropack": "^2.8.0",
"@unhead/schema": "^1.8.8",
"nitropack": "^2.8.1",
"unbuild": "latest",
"vite": "~5.0.2"
"vite": "~5.0.4"
},
"dependencies": {
"c12": "^1.5.1",
Expand All @@ -37,7 +37,7 @@
"std-env": "^3.5.0",
"ufo": "^1.3.2",
"unbuild": "2.0.0",
"unimport": "^3.5.0",
"unimport": "^3.6.0",
"untyped": "^1.4.0"
},
"engines": {
Expand Down
16 changes: 8 additions & 8 deletions packages/bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@
"dependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-typescript": "^7.23.4",
"@babel/plugin-transform-typescript": "^7.23.5",
"@nuxt/bridge-schema": "0.0.1",
"@nuxt/devalue": "^2.0.2",
"@nuxt/kit": "3.8.2",
"@nuxt/postcss8": "^1.1.3",
"@nuxt/schema": "3.8.2",
"@nuxt/ui-templates": "^1.3.1",
"@rollup/plugin-replace": "^5.0.5",
"@unhead/ssr": "^1.8.7",
"@unhead/vue": "^1.8.7",
"@vitejs/plugin-legacy": "^5.1.0",
"@unhead/ssr": "^1.8.8",
"@unhead/vue": "^1.8.8",
"@vitejs/plugin-legacy": "^5.2.0",
"@vitejs/plugin-vue2": "^2.3.1",
"acorn": "^8.11.2",
"cookie-es": "^1.0.0",
Expand All @@ -53,7 +53,7 @@
"knitwork": "^1.0.0",
"magic-string": "^0.30.5",
"mlly": "^1.4.2",
"nitropack": "^2.8.0",
"nitropack": "^2.8.1",
"node-fetch": "^3.3.2",
"nypm": "^0.3.3",
"ofetch": "^1.3.3",
Expand All @@ -72,10 +72,10 @@
"terser": "^5.24.0",
"ufo": "^1.3.2",
"unctx": "^2.3.1",
"unimport": "^3.5.0",
"unimport": "^3.6.0",
"unplugin": "^1.5.1",
"untyped": "^1.4.0",
"vite": "~5.0.2",
"vite": "~5.0.4",
"vite-node": "^0.34.6",
"vue-bundle-renderer": "^2.0.0"
},
Expand All @@ -94,5 +94,5 @@
"engines": {
"node": "^14.16.0 || ^16.11.0 || >=17.0.0"
},
"packageManager": "pnpm@8.10.5"
"packageManager": "pnpm@8.11.0"
}
Loading

0 comments on commit dcfdcff

Please sign in to comment.