Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1300)
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 4, 2024
1 parent eeef3b6 commit a2e15d6
Show file tree
Hide file tree
Showing 4 changed files with 939 additions and 921 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.8.0"
"packageManager": "pnpm@9.9.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,13 +20,13 @@
"devDependencies": {
"@types/lodash.template": "^4.5.3",
"@types/semver": "^7.5.8",
"@unhead/schema": "^1.10.0",
"@unhead/schema": "^1.10.4",
"nitropack": "^2.9.7",
"unbuild": "latest",
"vite": "~5.4.2"
"vite": "~5.4.3"
},
"dependencies": {
"c12": "^1.11.1",
"c12": "^1.11.2",
"create-require": "^1.1.1",
"defu": "^6.1.4",
"jiti": "^1.21.6",
Expand Down
14 changes: 7 additions & 7 deletions packages/bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"@nuxt/schema": "3.13.0",
"@nuxt/ui-templates": "^1.3.4",
"@rollup/plugin-replace": "^5.0.7",
"@unhead/ssr": "^1.10.0",
"@unhead/vue": "^1.10.0",
"@unhead/ssr": "^1.10.4",
"@unhead/vue": "^1.10.4",
"@vitejs/plugin-legacy": "^5.4.2",
"@vitejs/plugin-vue2": "^2.3.1",
"acorn": "^8.12.1",
Expand Down Expand Up @@ -64,7 +64,7 @@
"pathe": "^1.1.2",
"perfect-debounce": "^1.0.0",
"pkg-types": "^1.2.0",
"postcss": "^8.4.41",
"postcss": "^8.4.45",
"postcss-import": "^16.1.0",
"postcss-import-resolver": "^2.0.0",
"postcss-preset-env": "^10.0.2",
Expand All @@ -76,9 +76,9 @@
"ufo": "^1.5.4",
"unctx": "^2.3.1",
"unimport": "^3.11.1",
"unplugin": "^1.12.2",
"unplugin": "^1.13.1",
"untyped": "^1.4.2",
"vite": "~5.4.2",
"vite": "~5.4.3",
"vite-node": "^2.0.5",
"vue-bundle-renderer": "^2.1.0"
},
Expand All @@ -90,13 +90,13 @@
"@types/hash-sum": "^1.0.2",
"@types/node-fetch": "^3.0.2",
"nuxt": "^2.18.1",
"rollup": "^4.21.0",
"rollup": "^4.21.2",
"unbuild": "2.0.0",
"vue": "^2.7.15",
"vue-router": "^3.6.5"
},
"engines": {
"node": "^14.16.0 || ^16.11.0 || >=17.0.0"
},
"packageManager": "pnpm@9.8.0"
"packageManager": "pnpm@9.9.0"
}
Loading

0 comments on commit a2e15d6

Please sign in to comment.