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 Jan 20, 2025
1 parent 33f1216 commit ce29c0d
Show file tree
Hide file tree
Showing 9 changed files with 2,382 additions and 1,848 deletions.
16 changes: 8 additions & 8 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@iconify-json/heroicons": "1.2.1",
"@iconify-json/simple-icons": "1.2.14",
"@iconify-json/heroicons": "1.2.2",
"@iconify-json/simple-icons": "1.2.20",
"@nuxt/content": "2.13.4",
"@nuxt/fonts": "0.10.3",
"@nuxt/ui-pro": "1.5.0",
"nuxt": "3.14.1592",
"nuxt-og-image": "4.0.0"
"@nuxt/ui-pro": "1.7.0",
"nuxt": "3.15.2",
"nuxt-og-image": "4.1.1"
},
"devDependencies": {
"@nuxt/eslint": "0.7.2",
"@nuxt/eslint": "0.7.5",
"@nuxthq/studio": "2.2.1",
"eslint": "9.16.0",
"vue-tsc": "2.1.10"
"eslint": "9.18.0",
"vue-tsc": "2.2.0"
}
}
6 changes: 3 additions & 3 deletions examples/showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@nuxt/image": "1.8.1",
"@nuxt/image": "1.9.0",
"@pinia/nuxt": "0.9.0",
"nuxt": "3.14.1592",
"nuxt": "3.15.2",
"pinia": "2.3.0",
"vue": "3.5.13",
"vue-router": "4.5.0",
"@nuxtjs/i18n": "8.3.1"
"@nuxtjs/i18n": "8.5.6"
},
"devDependencies": {
"@chromatic-com/storybook": "3.2.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build-storybook": "storybook build"
},
"dependencies": {
"nuxt": "3.14.1592",
"nuxt": "3.15.2",
"vue": "3.5.13",
"vue-router": "4.5.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@nuxtjs/tailwindcss": "6.12.2",
"nuxt": "3.14.1592",
"@nuxtjs/tailwindcss": "6.13.1",
"nuxt": "3.15.2",
"vue": "3.5.13",
"vue-router": "4.5.0"
},
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,22 @@
"test:coverage": "vitest --coverage",
"test:playwright": "pnpm exec playwright test"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].4",
"devDependencies": {
"@nuxt/eslint-config": "0.7.2",
"@nuxt/test-utils": "3.15.1",
"@nuxt/eslint-config": "0.7.5",
"@nuxt/test-utils": "3.15.4",
"@vitest/coverage-v8": "3.0.2",
"@playwright/test": "1.49.0",
"@types/node": "22.10.1",
"@playwright/test": "1.49.1",
"@types/node": "22.10.7",
"changelogen": "0.5.7",
"chromatic": "11.20.0",
"eslint": "9.16.0",
"jiti": "2.4.1",
"nuxt": "3.14.1592",
"chromatic": "11.25.0",
"eslint": "9.18.0",
"jiti": "2.4.2",
"nuxt": "3.15.2",
"prettier": "3.4.2",
"release-it": "18.1.1",
"semver": "7.6.3",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vitest": "3.0.2"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"devDependencies": {
"@nuxt/module-builder": "0.8.4",
"vite": "6.0.3",
"unbuild": "3.0.1"
"vite": "6.0.7",
"unbuild": "3.3.1"
}
}
6 changes: 3 additions & 3 deletions packages/storybook-addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@
"@vitejs/plugin-vue": "5.2.1",
"@vitejs/plugin-vue-jsx": "4.1.1",
"changelogen": "0.5.7",
"typescript": "5.7.2",
"unbuild": "3.0.1",
"nuxt": "3.14.1592",
"typescript": "5.7.3",
"unbuild": "3.3.1",
"nuxt": "3.15.2",
"vue": "3.5.13"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"@storybook/addon-essentials": "8.5.0",
"@storybook/addon-interactions": "8.5.0",
"@storybook/addon-links": "8.5.0",
"nuxt": "3.14.1592",
"nuxt": "3.15.2",
"vue": "3.5.13",
"storybook": "8.5.0",
"vite-plugin-inspect": "0.10.3",
"@nuxtjs/i18n": "8.3.1"
"vite-plugin-inspect": "0.10.6",
"@nuxtjs/i18n": "8.5.6"
}
}
Loading

0 comments on commit ce29c0d

Please sign in to comment.