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] authored May 2, 2023
1 parent c8ba167 commit 9bc575a
Show file tree
Hide file tree
Showing 5 changed files with 565 additions and 832 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@nuxt/test-utils": "^3.4.2",
"@nuxtjs/eslint-config": "^12.0.0",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"eslint": "^8.38.0",
"eslint-plugin-jsdoc": "^43.1.0",
"eslint": "^8.39.0",
"eslint-plugin-jsdoc": "^43.1.1",
"jiti": "^1.18.2",
"vitest": "^0.30.1"
},
Expand All @@ -33,5 +33,5 @@
"engines": {
"node": "^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"packageManager": "pnpm@8.2.0"
"packageManager": "pnpm@8.3.1"
}
6 changes: 3 additions & 3 deletions packages/bridge-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"devDependencies": {
"@types/lodash.template": "^4.5.1",
"@types/semver": "^7.3.13",
"@vueuse/head": "^1.1.23",
"@vueuse/head": "^1.1.26",
"nitropack": "^2.3.3",
"unbuild": "latest",
"vite": "~4.2.1"
"vite": "~4.3.4"
},
"dependencies": {
"c12": "^1.2.0",
"c12": "^1.4.1",
"create-require": "^1.1.1",
"defu": "^6.1.2",
"jiti": "^1.18.2",
Expand Down
24 changes: 12 additions & 12 deletions packages/bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"@nuxt/postcss8": "^1.1.3",
"@nuxt/schema": "3.4.2",
"@nuxt/ui-templates": "^1.1.1",
"@vitejs/plugin-legacy": "^4.0.2",
"@vitejs/plugin-legacy": "^4.0.3",
"@vitejs/plugin-vue2": "^2.2.0",
"acorn": "^8.8.2",
"cookie-es": "^0.5.0",
"defu": "^6.1.2",
"destr": "^1.2.2",
"enhanced-resolve": "^5.12.0",
"enhanced-resolve": "^5.13.0",
"escape-string-regexp": "^5.0.0",
"estree-walker": "^2.0.2",
"estree-walker": "^3.0.3",
"externality": "^1.0.0",
"fs-extra": "^10.1.0",
"get-port-please": "^3.0.1",
Expand All @@ -51,24 +51,24 @@
"node-fetch": "^3.3.1",
"nuxi": "3.4.2",
"ofetch": "^1.0.1",
"ohash": "^1.0.0",
"ohash": "^1.1.2",
"pathe": "^1.1.0",
"perfect-debounce": "^0.1.3",
"postcss": "^8.4.22",
"postcss": "^8.4.23",
"postcss-import": "^15.1.0",
"postcss-import-resolver": "^2.0.0",
"postcss-preset-env": "^8.3.2",
"postcss-url": "^10.1.3",
"scule": "^1.0.0",
"semver": "^7.4.0",
"semver": "^7.5.0",
"std-env": "^3.3.2",
"terser": "^5.16.9",
"terser": "^5.17.1",
"ufo": "^1.1.1",
"unctx": "^2.2.0",
"unctx": "^2.3.0",
"unimport": "^3.0.6",
"unplugin": "^1.3.1",
"untyped": "^1.3.2",
"vite": "~4.2.1",
"vite": "~4.3.4",
"vue-bundle-renderer": "^1.0.3"
},
"devDependencies": {
Expand All @@ -78,10 +78,10 @@
"@types/fs-extra": "^9.0.13",
"@types/hash-sum": "^1.0.0",
"@types/node-fetch": "^3.0.2",
"@vueuse/head": "^1.1.23",
"@vueuse/head": "^1.1.26",
"nuxt": "^2.16.2",
"unbuild": "1.2.1",
"vue": "^2.7.14",
"vue": "^3.2.47",
"vue-router": "^3.6.5"
},
"peerDependencies": {
Expand All @@ -95,5 +95,5 @@
"engines": {
"node": "^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"packageManager": "pnpm@8.2.0"
"packageManager": "pnpm@8.3.1"
}
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@nuxt/bridge": "latest",
"@vueuse/head": "^1.1.23",
"@vueuse/head": "^1.1.26",
"nuxt": "^2.16.2"
}
}
Loading

0 comments on commit 9bc575a

Please sign in to comment.