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 Jul 15, 2023
1 parent 0cc0e8e commit 7ba0de5
Show file tree
Hide file tree
Showing 5 changed files with 1,344 additions and 1,779 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@nuxt/test-utils": "^3.6.3",
"@nuxtjs/eslint-config": "^12.0.0",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"eslint": "^8.44.0",
"eslint": "^8.45.0",
"eslint-plugin-jsdoc": "^46.4.3",
"jiti": "^1.19.1",
"vitest": "^0.33.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/bridge-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@unhead/schema": "^1.1.30",
"nitropack": "^2.5.2",
"unbuild": "latest",
"vite": "~4.4.3"
"vite": "~4.4.4"
},
"dependencies": {
"c12": "^1.4.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-typescript": "^7.22.5",
"@babel/plugin-transform-typescript": "^7.22.9",
"@nuxt/bridge-schema": "0.0.1",
"@nuxt/devalue": "^2.0.2",
"@nuxt/kit": "3.6.3",
Expand Down Expand Up @@ -56,7 +56,7 @@
"ohash": "^1.1.2",
"pathe": "^1.1.1",
"perfect-debounce": "^1.0.0",
"postcss": "^8.4.25",
"postcss": "^8.4.26",
"postcss-import": "^15.1.0",
"postcss-import-resolver": "^2.0.0",
"postcss-preset-env": "^9.0.0",
Expand All @@ -70,7 +70,7 @@
"unimport": "^3.0.14",
"unplugin": "^1.3.2",
"untyped": "^1.3.2",
"vite": "~4.4.3",
"vite": "~4.4.4",
"vite-node": "^0.33.0",
"vue-bundle-renderer": "^1.0.3"
},
Expand All @@ -81,7 +81,7 @@
"@types/fs-extra": "^9.0.13",
"@types/hash-sum": "^1.0.0",
"@types/node-fetch": "^3.0.2",
"nuxt": "^2.17.0",
"nuxt": "^2.17.1",
"unbuild": "1.2.1",
"vue": "^2.7.14",
"vue-router": "^3.6.5"
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"@nuxt/bridge": "latest",
"nuxt": "^2.17.0"
"nuxt": "^2.17.1"
}
}
Loading

0 comments on commit 7ba0de5

Please sign in to comment.