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 Nov 23, 2024
1 parent 736d46c commit d3ac754
Show file tree
Hide file tree
Showing 9 changed files with 2,603 additions and 2,732 deletions.
22 changes: 11 additions & 11 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.0",
"@iconify-json/simple-icons": "1.2.5",
"@nuxt/content": "2.13.2",
"@nuxt/fonts": "0.9.2",
"@nuxt/ui-pro": "1.4.3",
"nuxt": "3.13.2",
"nuxt-og-image": "3.0.4"
"@iconify-json/heroicons": "1.2.1",
"@iconify-json/simple-icons": "1.2.12",
"@nuxt/content": "2.13.4",
"@nuxt/fonts": "0.10.2",
"@nuxt/ui-pro": "1.5.0",
"nuxt": "3.14.1592",
"nuxt-og-image": "3.1.0"
},
"devDependencies": {
"@nuxt/eslint": "0.5.7",
"@nuxthq/studio": "2.1.1",
"eslint": "9.11.1",
"vue-tsc": "2.1.6"
"@nuxt/eslint": "0.7.1",
"@nuxthq/studio": "2.2.1",
"eslint": "9.15.0",
"vue-tsc": "2.1.10"
}
}
6 changes: 3 additions & 3 deletions examples/showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@pinia/nuxt": "0.5.5",
"@pinia/nuxt": "0.7.0",
"@nuxt/image": "1.8.1",
"nuxt": "3.13.2",
"vue": "3.5.11",
"nuxt": "3.14.1592",
"vue": "3.5.13",
"vue-router": "4.4.5"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"build-storybook": "storybook build"
},
"dependencies": {
"nuxt": "3.13.2",
"vue": "3.5.11",
"nuxt": "3.14.1592",
"vue": "3.5.13",
"vue-router": "4.4.5"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@nuxtjs/tailwindcss": "6.12.1",
"nuxt": "3.13.2",
"vue": "3.5.11",
"@nuxtjs/tailwindcss": "6.12.2",
"nuxt": "3.14.1592",
"vue": "3.5.13",
"vue-router": "4.4.5"
},
"devDependencies": {
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,23 +44,23 @@
"test:coverage": "vitest --coverage",
"test:playwright": "pnpm exec playwright test"
},
"packageManager": "pnpm@9.12.0",
"packageManager": "pnpm@9.14.2",
"devDependencies": {
"@nuxt/eslint-config": "0.5.7",
"@nuxt/test-utils": "3.14.2",
"@vitest/coverage-v8": "2.1.2",
"@playwright/test": "1.47.2",
"@types/node": "22.7.4",
"@nuxt/eslint-config": "0.7.1",
"@nuxt/test-utils": "3.14.4",
"@vitest/coverage-v8": "2.1.5",
"@playwright/test": "1.49.0",
"@types/node": "22.9.3",
"changelogen": "0.5.7",
"chromatic": "11.11.0",
"eslint": "9.11.1",
"jiti": "2.1.2",
"nuxt": "3.13.2",
"chromatic": "11.18.1",
"eslint": "9.15.0",
"jiti": "2.4.0",
"nuxt": "3.14.1592",
"prettier": "3.3.3",
"release-it": "17.7.0",
"release-it": "17.10.0",
"semver": "7.6.3",
"typescript": "5.6.2",
"vitest": "2.1.2"
"typescript": "5.7.2",
"vitest": "2.1.5"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion 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": "5.4.8",
"vite": "5.4.11",
"unbuild": "2.0.0"
}
}
12 changes: 6 additions & 6 deletions packages/storybook-addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@
},
"devDependencies": {
"@storybook/types": "^8.3.0",
"@types/json-stable-stringify": "1.0.36",
"@vitejs/plugin-vue": "5.1.4",
"@vitejs/plugin-vue-jsx": "4.0.1",
"@types/json-stable-stringify": "1.1.0",
"@vitejs/plugin-vue": "5.2.0",
"@vitejs/plugin-vue-jsx": "4.1.0",
"changelogen": "0.5.7",
"typescript": "5.6.2",
"typescript": "5.7.2",
"unbuild": "2.0.0",
"nuxt": "3.13.2",
"vue": "3.5.11"
"nuxt": "3.14.1592",
"vue": "3.5.13"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@storybook/addon-essentials": "^8.3.0",
"@storybook/addon-interactions": "^8.3.0",
"@storybook/addon-links": "^8.3.0",
"nuxt": "3.13.2",
"nuxt": "3.14.1592",
"storybook": "^8.3.0",
"vite-plugin-inspect": "0.8.7"
"vite-plugin-inspect": "0.8.8"
}
}
Loading

0 comments on commit d3ac754

Please sign in to comment.