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 Oct 18, 2024
1 parent 3161fed commit 577fd49
Show file tree
Hide file tree
Showing 8 changed files with 1,196 additions and 1,084 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.0",
"@iconify-json/simple-icons": "1.2.5",
"@nuxt/content": "2.13.2",
"@nuxt/fonts": "0.9.2",
"@nuxt/ui-pro": "1.4.3",
"@iconify-json/heroicons": "1.2.1",
"@iconify-json/simple-icons": "1.2.8",
"@nuxt/content": "2.13.4",
"@nuxt/fonts": "0.10.0",
"@nuxt/ui-pro": "1.4.4",
"nuxt": "3.13.2",
"nuxt-og-image": "3.0.4"
"nuxt-og-image": "3.0.6"
},
"devDependencies": {
"@nuxt/eslint": "0.5.7",
"@nuxt/eslint": "0.6.0",
"@nuxthq/studio": "2.1.1",
"eslint": "9.11.1",
"eslint": "9.13.0",
"vue-tsc": "2.1.6"
}
}
2 changes: 1 addition & 1 deletion examples/showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@pinia/nuxt": "0.5.5",
"@nuxt/image": "1.8.1",
"nuxt": "3.13.2",
"vue": "3.5.11",
"vue": "3.5.12",
"vue-router": "4.4.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"nuxt": "3.13.2",
"vue": "3.5.11",
"vue": "3.5.12",
"vue-router": "4.4.5"
},
"devDependencies": {
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,9 +11,9 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@nuxtjs/tailwindcss": "6.12.1",
"@nuxtjs/tailwindcss": "6.12.2",
"nuxt": "3.13.2",
"vue": "3.5.11",
"vue": "3.5.12",
"vue-router": "4.4.5"
},
"devDependencies": {
Expand Down
24 changes: 12 additions & 12 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": "[email protected].0",
"packageManager": "[email protected].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.6.0",
"@nuxt/test-utils": "3.14.3",
"@vitest/coverage-v8": "2.1.3",
"@playwright/test": "1.48.1",
"@types/node": "22.7.6",
"changelogen": "0.5.7",
"chromatic": "11.11.0",
"eslint": "9.11.1",
"jiti": "2.1.2",
"chromatic": "11.12.6",
"eslint": "9.13.0",
"jiti": "2.3.3",
"nuxt": "3.13.2",
"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.6.3",
"vitest": "2.1.3"
},
"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.9",
"unbuild": "2.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/storybook-addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@
"@vitejs/plugin-vue": "5.1.4",
"@vitejs/plugin-vue-jsx": "4.0.1",
"changelogen": "0.5.7",
"typescript": "5.6.2",
"typescript": "5.6.3",
"unbuild": "2.0.0",
"nuxt": "3.13.2",
"vue": "3.5.11"
"vue": "3.5.12"
},
"publishConfig": {
"access": "public"
Expand Down
2,226 changes: 1,169 additions & 1,057 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 577fd49

Please sign in to comment.