Skip to content

Commit

Permalink
fix(deps): update all major updates (#528)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 9, 2024
1 parent ea2447e commit 48f9a08
Show file tree
Hide file tree
Showing 6 changed files with 282 additions and 201 deletions.
2 changes: 1 addition & 1 deletion .docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@nuxt/content": "^2.11.0",
"@nuxt/ui": "^2.13.0",
"@nuxt/ui-pro": "^0.7.5",
"@nuxt/ui-pro": "^1.0.0",
"@oku-ui/primitives": "^0.6.1",
"@oku-ui/primitives-nuxt": "^0.3.0",
"@pinia/nuxt": "^0.5.1",
Expand Down
49 changes: 19 additions & 30 deletions .docs/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"bumpp": "^9.3.0",
"changelogen": "^0.5.5",
"chokidar": "^3.5.3",
"chromatic": "^10.6.0",
"chromatic": "^11.0.0",
"eslint": "^8.56.0",
"eslint-plugin-storybook": "^0.8.0",
"esno": "^4.0.0",
Expand All @@ -108,7 +108,7 @@
"jiti": "^1.21.0",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.0",
"nx": "^18.0.0",
"nx": "^9999.0.0",
"ofetch": "^1.3.3",
"pathe": "^1.1.2",
"postcss": "^8.4.33",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"unplugin-vue-components": "^0.26.0",
"vite-plugin-pages": "^0.32.0",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.27"
"vue-tsc": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion playground/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "5.1.4",
"vue-tsc": "^1.8.27"
"vue-tsc": "^2.0.0"
}
}
Loading

0 comments on commit 48f9a08

Please sign in to comment.