Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1284)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 20, 2024
1 parent 696452a commit 0ce6c67
Show file tree
Hide file tree
Showing 4 changed files with 1,302 additions and 395 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"changelogen": "^0.5.5",
"devalue": "^5.0.0",
"eslint": "^8.57.0",
"eslint-plugin-jsdoc": "^50.0.1",
"eslint-plugin-jsdoc": "^50.2.2",
"jiti": "^1.21.6",
"playwright-core": "^1.46.0",
"playwright-core": "^1.46.1",
"std-env": "^3.7.0",
"vitest": "^2.0.5"
},
Expand All @@ -40,5 +40,5 @@
"engines": {
"node": "^14.16.0 || ^16.11.0 || >=17.0.0"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
2 changes: 1 addition & 1 deletion packages/bridge-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@unhead/schema": "^1.9.16",
"nitropack": "^2.9.7",
"unbuild": "latest",
"vite": "~5.4.0"
"vite": "~5.4.1"
},
"dependencies": {
"c12": "^1.11.1",
Expand Down
14 changes: 7 additions & 7 deletions packages/bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@rollup/plugin-replace": "^5.0.7",
"@unhead/ssr": "^1.9.16",
"@unhead/vue": "^1.9.16",
"@vitejs/plugin-legacy": "^5.4.1",
"@vitejs/plugin-legacy": "^5.4.2",
"@vitejs/plugin-vue2": "^2.3.1",
"acorn": "^8.12.1",
"cookie-es": "^1.2.2",
Expand Down Expand Up @@ -67,18 +67,18 @@
"postcss": "^8.4.41",
"postcss-import": "^16.1.0",
"postcss-import-resolver": "^2.0.0",
"postcss-preset-env": "^10.0.0",
"postcss-preset-env": "^10.0.2",
"postcss-url": "^10.1.3",
"scule": "^1.3.0",
"semver": "^7.6.3",
"std-env": "^3.7.0",
"terser": "^5.31.5",
"terser": "^5.31.6",
"ufo": "^1.5.4",
"unctx": "^2.3.1",
"unimport": "^3.10.0",
"unplugin": "^1.12.1",
"unplugin": "^1.12.2",
"untyped": "^1.4.2",
"vite": "~5.4.0",
"vite": "~5.4.1",
"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.20.0",
"rollup": "^4.21.0",
"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": "[email protected].0"
"packageManager": "[email protected].1"
}
Loading

0 comments on commit 0ce6c67

Please sign in to comment.