Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 21, 2024
1 parent 6f6a84e commit 972e7e3
Show file tree
Hide file tree
Showing 3 changed files with 1,952 additions and 497 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"eslint": "^8.56.0",
"eslint-plugin-jsdoc": "^48.1.0",
"jiti": "^1.21.0",
"vitest": "^1.2.2"
"vitest": "^1.3.1"
},
"resolutions": {
"@nuxt/bridge": "workspace:*",
Expand All @@ -39,5 +39,5 @@
"engines": {
"node": "^14.16.0 || ^16.11.0 || >=17.0.0"
},
"packageManager": "pnpm@8.15.2"
"packageManager": "pnpm@8.15.3"
}
16 changes: 8 additions & 8 deletions packages/bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,20 @@
"@rollup/plugin-replace": "^5.0.5",
"@unhead/ssr": "^1.8.10",
"@unhead/vue": "^1.8.10",
"@vitejs/plugin-legacy": "^5.3.0",
"@vitejs/plugin-legacy": "^5.3.1",
"@vitejs/plugin-vue2": "^2.3.1",
"acorn": "^8.11.3",
"cookie-es": "^1.0.0",
"defu": "^6.1.4",
"destr": "^2.0.2",
"destr": "^2.0.3",
"enhanced-resolve": "^5.15.0",
"escape-string-regexp": "^5.0.0",
"estree-walker": "^3.0.3",
"externality": "^1.0.2",
"fs-extra": "^10.1.0",
"get-port-please": "^3.1.2",
"globby": "^14.0.1",
"h3": "^1.10.1",
"h3": "^1.10.2",
"hash-sum": "^2.0.0",
"hookable": "5.5.3",
"klona": "^2.0.6",
Expand All @@ -66,19 +66,19 @@
"postcss": "^8.4.35",
"postcss-import": "^16.0.1",
"postcss-import-resolver": "^2.0.0",
"postcss-preset-env": "^9.3.0",
"postcss-preset-env": "^9.4.0",
"postcss-url": "^10.1.3",
"scule": "^1.3.0",
"semver": "^7.6.0",
"std-env": "^3.7.0",
"terser": "^5.27.0",
"terser": "^5.27.2",
"ufo": "^1.4.0",
"unctx": "^2.3.1",
"unimport": "^3.7.1",
"unplugin": "^1.7.1",
"untyped": "^1.4.2",
"vite": "~5.0.11",
"vite-node": "^1.2.2",
"vite-node": "^1.3.1",
"vue-bundle-renderer": "^2.0.0"
},
"devDependencies": {
Expand All @@ -89,13 +89,13 @@
"@types/hash-sum": "^1.0.2",
"@types/node-fetch": "^3.0.2",
"nuxt": "^2.17.2",
"rollup": "^4.11.0",
"rollup": "^4.12.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": "pnpm@8.15.2"
"packageManager": "pnpm@8.15.3"
}
Loading

0 comments on commit 972e7e3

Please sign in to comment.