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 Aug 7, 2023
1 parent 59db787 commit b5ba569
Show file tree
Hide file tree
Showing 4 changed files with 965 additions and 857 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"@nuxtjs/eslint-config": "^12.0.0",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"devalue": "^4.3.2",
"eslint": "^8.45.0",
"eslint-plugin-jsdoc": "^46.4.4",
"eslint": "^8.46.0",
"eslint-plugin-jsdoc": "^46.4.6",
"jiti": "^1.19.1",
"vitest": "^0.33.0"
"vitest": "^0.34.1"
},
"resolutions": {
"@nuxt/bridge": "workspace:*",
Expand All @@ -35,5 +35,5 @@
"engines": {
"node": "^14.16.0 || ^16.11.0 || >=17.0.0"
},
"packageManager": "[email protected].9"
"packageManager": "[email protected].12"
}
10 changes: 5 additions & 5 deletions packages/bridge-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"devDependencies": {
"@types/lodash.template": "^4.5.1",
"@types/semver": "^7.5.0",
"@unhead/schema": "^1.1.32",
"@unhead/schema": "^1.2.2",
"nitropack": "^2.5.2",
"unbuild": "latest",
"vite": "~4.4.6"
"vite": "~4.4.9"
},
"dependencies": {
"c12": "^1.4.2",
Expand All @@ -32,10 +32,10 @@
"postcss-import-resolver": "^2.0.0",
"scule": "^1.0.0",
"std-env": "^3.3.3",
"ufo": "^1.1.2",
"ufo": "^1.2.0",
"unbuild": "1.2.1",
"unimport": "^3.1.0",
"untyped": "^1.3.2"
"unimport": "^3.1.3",
"untyped": "^1.4.0"
},
"engines": {
"node": "^14.16.0 || ^16.10.0 || >=17.0.0"
Expand Down
30 changes: 15 additions & 15 deletions packages/bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@
"dependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-typescript": "^7.22.9",
"@babel/plugin-transform-typescript": "^7.22.10",
"@nuxt/bridge-schema": "0.0.1",
"@nuxt/devalue": "^2.0.2",
"@nuxt/kit": "3.6.5",
"@nuxt/postcss8": "^1.1.3",
"@nuxt/schema": "3.6.5",
"@nuxt/ui-templates": "^1.2.0",
"@unhead/ssr": "^1.1.32",
"@unhead/vue": "^1.1.32",
"@unhead/ssr": "^1.2.2",
"@unhead/vue": "^1.2.2",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-vue2": "^2.2.0",
"acorn": "^8.10.0",
"cookie-es": "^1.0.0",
"defu": "^6.1.2",
"destr": "^2.0.0",
"destr": "^2.0.1",
"enhanced-resolve": "^5.15.0",
"escape-string-regexp": "^5.0.0",
"estree-walker": "^3.0.3",
Expand All @@ -47,31 +47,31 @@
"h3": "^1.7.1",
"hash-sum": "^2.0.0",
"knitwork": "^1.0.0",
"magic-string": "^0.30.1",
"magic-string": "^0.30.2",
"mlly": "^1.4.0",
"nitropack": "^2.5.2",
"node-fetch": "^3.3.1",
"node-fetch": "^3.3.2",
"nuxi": "3.6.5",
"ofetch": "^1.1.1",
"ohash": "^1.1.2",
"pathe": "^1.1.1",
"perfect-debounce": "^1.0.0",
"postcss": "^8.4.26",
"postcss": "^8.4.27",
"postcss-import": "^15.1.0",
"postcss-import-resolver": "^2.0.0",
"postcss-preset-env": "^9.0.0",
"postcss-preset-env": "^9.1.1",
"postcss-url": "^10.1.3",
"scule": "^1.0.0",
"semver": "^7.5.4",
"std-env": "^3.3.3",
"terser": "^5.19.1",
"ufo": "^1.1.2",
"terser": "^5.19.2",
"ufo": "^1.2.0",
"unctx": "^2.3.1",
"unimport": "^3.1.0",
"unimport": "^3.1.3",
"unplugin": "^1.4.0",
"untyped": "^1.3.2",
"vite": "~4.4.6",
"vite-node": "^0.33.0",
"untyped": "^1.4.0",
"vite": "~4.4.9",
"vite-node": "^0.34.1",
"vue-bundle-renderer": "^1.0.3"
},
"devDependencies": {
Expand All @@ -89,5 +89,5 @@
"engines": {
"node": "^14.16.0 || ^16.11.0 || >=17.0.0"
},
"packageManager": "[email protected].9"
"packageManager": "[email protected].12"
}
Loading

0 comments on commit b5ba569

Please sign in to comment.