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 27, 2024
1 parent 8a45c25 commit 02b8d3d
Show file tree
Hide file tree
Showing 5 changed files with 534 additions and 824 deletions.
2 changes: 1 addition & 1 deletion devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@nuxt/ui": "latest",
"knitwork": "^1.1.0",
"nuxt": "^3.14.1592",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"zod": "^3.23.8"
}
}
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"@nuxt/ui": "latest",
"@nuxt/ui-pro": "https://pkg.pr.new/@nuxt/ui-pro@1408077",
"@nuxthub/core": "^0.8.7",
"@nuxtjs/plausible": "^1.1.1",
"@nuxtjs/plausible": "^1.2.0",
"@octokit/rest": "^21.0.2",
"@vueuse/nuxt": "^12.0.0",
"joi": "^17.13.3",
"nuxt": "^3.14.1592",
"nuxt-component-meta": "^0.9.0",
"nuxt-og-image": "^3.1.1",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"shiki-transformer-color-highlight": "^0.2.0",
"superstruct": "^2.0.2",
"ufo": "^1.5.4",
Expand All @@ -28,6 +28,6 @@
"zod": "^3.23.8"
},
"devDependencies": {
"wrangler": "^3.90.0"
"wrangler": "^3.91.0"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@tailwindcss/postcss": "4.0.0-beta.2",
"@tailwindcss/vite": "4.0.0-beta.2",
"@tanstack/vue-table": "^8.20.5",
"@unhead/vue": "^1.11.11",
"@unhead/vue": "^1.11.13",
"@vueuse/core": "^12.0.0",
"@vueuse/integrations": "^12.0.0",
"consola": "^3.2.3",
Expand All @@ -100,7 +100,7 @@
"fuse.js": "^7.0.0",
"get-port-please": "^3.1.2",
"knitwork": "^1.1.0",
"magic-string": "^0.30.13",
"magic-string": "^0.30.14",
"mlly": "^1.7.3",
"ohash": "^1.1.4",
"pathe": "^1.1.2",
Expand All @@ -111,12 +111,12 @@
"tailwindcss": "4.0.0-beta.2",
"tinyglobby": "^0.2.10",
"unplugin": "^1.16.0",
"unplugin-auto-import": "^0.18.5",
"unplugin-vue-components": "^0.27.4",
"unplugin-auto-import": "^0.18.6",
"unplugin-vue-components": "^0.27.5",
"vaul-vue": "^0.2.0"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.7.1",
"@nuxt/eslint-config": "^0.7.2",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/test-utils": "^3.14.4",
"@release-it/conventional-changelog": "^9.0.3",
Expand All @@ -132,19 +132,19 @@
"release-it": "^17.10.0",
"superstruct": "^2.0.2",
"valibot": "^0.42.1",
"vitest": "^2.1.5",
"vitest": "^2.1.6",
"vitest-environment-nuxt": "^1.0.1",
"vue-tsc": "^2.1.10",
"yup": "^1.4.0",
"zod": "^3.23.8"
},
"peerDependencies": {
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"resolutions": {
"@nuxt/ui": "workspace:*",
"happy-dom": "14.12.3",
"rollup": "^4.24.0",
"typescript": "5.6.3"
"typescript": "^5.7.2"
}
}
8 changes: 4 additions & 4 deletions playground-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"dependencies": {
"@nuxt/ui": "latest",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
"vue-router": "^4.5.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.0",
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "^5.7.2",
"unplugin-auto-import": "^0.18.5",
"unplugin-vue-components": "^0.27.4",
"unplugin-auto-import": "^0.18.6",
"unplugin-vue-components": "^0.27.5",
"vite": "^5.4.11",
"vue-tsc": "^2.1.10"
}
Expand Down
Loading

0 comments on commit 02b8d3d

Please sign in to comment.