Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1290)
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] committed Aug 22, 2024
1 parent 0ce6c67 commit 18e4d01
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 78 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
"engines": {
"node": "^14.16.0 || ^16.11.0 || >=17.0.0"
},
"packageManager": "pnpm@9.7.1"
"packageManager": "pnpm@9.8.0"
}
6 changes: 3 additions & 3 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.8",
"@unhead/schema": "^1.9.16",
"@unhead/schema": "^1.10.0",
"nitropack": "^2.9.7",
"unbuild": "latest",
"vite": "~5.4.1"
"vite": "~5.4.2"
},
"dependencies": {
"c12": "^1.11.1",
Expand All @@ -37,7 +37,7 @@
"std-env": "^3.7.0",
"ufo": "^1.5.4",
"unbuild": "2.0.0",
"unimport": "^3.10.0",
"unimport": "^3.11.0",
"untyped": "^1.4.2"
},
"engines": {
Expand Down
10 changes: 5 additions & 5 deletions packages/bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"@nuxt/schema": "3.12.4",
"@nuxt/ui-templates": "^1.3.4",
"@rollup/plugin-replace": "^5.0.7",
"@unhead/ssr": "^1.9.16",
"@unhead/vue": "^1.9.16",
"@unhead/ssr": "^1.10.0",
"@unhead/vue": "^1.10.0",
"@vitejs/plugin-legacy": "^5.4.2",
"@vitejs/plugin-vue2": "^2.3.1",
"acorn": "^8.12.1",
Expand Down Expand Up @@ -75,10 +75,10 @@
"terser": "^5.31.6",
"ufo": "^1.5.4",
"unctx": "^2.3.1",
"unimport": "^3.10.0",
"unimport": "^3.11.0",
"unplugin": "^1.12.2",
"untyped": "^1.4.2",
"vite": "~5.4.1",
"vite": "~5.4.2",
"vite-node": "^2.0.5",
"vue-bundle-renderer": "^2.1.0"
},
Expand All @@ -98,5 +98,5 @@
"engines": {
"node": "^14.16.0 || ^16.11.0 || >=17.0.0"
},
"packageManager": "pnpm@9.7.1"
"packageManager": "pnpm@9.8.0"
}
Loading

0 comments on commit 18e4d01

Please sign in to comment.