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 Dec 13, 2024
1 parent d9967f5 commit e753572
Show file tree
Hide file tree
Showing 6 changed files with 487 additions and 206 deletions.
2 changes: 1 addition & 1 deletion devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"knitwork": "^1.1.0",
"nuxt": "^3.14.1592",
"prettier": "^3.4.2",
"zod": "^3.23.8"
"zod": "^3.24.1"
}
}
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"dependencies": {
"@iconify-json/logos": "^1.2.3",
"@iconify-json/lucide": "^1.2.18",
"@iconify-json/simple-icons": "^1.2.14",
"@iconify-json/vscode-icons": "^1.2.3",
"@iconify-json/simple-icons": "^1.2.15",
"@iconify-json/vscode-icons": "^1.2.4",
"@nuxt/content": "https://pkg.pr.new/@nuxt/content@6371a19",
"@nuxt/image": "^1.8.1",
"@nuxt/ui": "latest",
"@nuxt/ui-pro": "https://pkg.pr.new/@nuxt/ui-pro@f6b134f",
"@nuxthub/core": "^0.8.7",
"@nuxthub/core": "^0.8.8",
"@nuxtjs/plausible": "^1.2.0",
"@octokit/rest": "^21.0.2",
"@vueuse/nuxt": "^12.0.0",
Expand All @@ -25,9 +25,9 @@
"ufo": "^1.5.4",
"valibot": "^0.42.1",
"yup": "^1.5.0",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"devDependencies": {
"wrangler": "^3.93.0"
"wrangler": "^3.95.0"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,17 @@
"@iconify/vue": "^4.2.0",
"@internationalized/date": "^3.6.0",
"@internationalized/number": "^3.6.0",
"@nuxt/devtools-kit": "^1.6.3",
"@nuxt/devtools-kit": "^1.6.4",
"@nuxt/fonts": "^0.10.3",
"@nuxt/icon": "^1.9.1",
"@nuxt/icon": "^1.10.1",
"@nuxt/kit": "^3.14.1592",
"@nuxt/schema": "^3.14.1592",
"@nuxtjs/color-mode": "^3.5.2",
"@tailwindcss/postcss": "4.0.0-beta.6",
"@tailwindcss/vite": "4.0.0-beta.6",
"@tanstack/vue-table": "^8.20.5",
"@types/color": "^4.2.0",
"@unhead/vue": "^1.11.13",
"@unhead/vue": "^1.11.14",
"@vueuse/core": "^12.0.0",
"@vueuse/integrations": "^12.0.0",
"color": "^4.2.3",
Expand All @@ -102,23 +102,23 @@
"fuse.js": "^7.0.0",
"get-port-please": "^3.1.2",
"knitwork": "^1.1.0",
"magic-string": "^0.30.14",
"magic-string": "^0.30.15",
"mlly": "^1.7.3",
"ohash": "^1.1.4",
"reka-ui": "1.0.0-alpha.6",
"reka-ui": "1.0.0-alpha.7",
"pathe": "^1.1.2",
"scule": "^1.3.0",
"sirv": "^3.0.0",
"tailwind-variants": "^0.3.0",
"tailwindcss": "4.0.0-beta.6",
"tinyglobby": "^0.2.10",
"unplugin": "^1.16.0",
"unplugin-auto-import": "^0.18.6",
"unplugin-auto-import": "^0.19.0",
"unplugin-vue-components": "^0.27.5",
"vaul-vue": "^0.2.0"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.7.2",
"@nuxt/eslint-config": "^0.7.3",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/test-utils": "^3.15.1",
"@release-it/conventional-changelog": "^9.0.3",
Expand All @@ -138,7 +138,7 @@
"vitest-environment-nuxt": "^1.0.1",
"vue-tsc": "^2.1.10",
"yup": "^1.5.0",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"peerDependencies": {
"typescript": "^5.6.3"
Expand Down
2 changes: 1 addition & 1 deletion playground-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "^5.7.2",
"unplugin-auto-import": "^0.18.6",
"unplugin-auto-import": "^0.19.0",
"unplugin-vue-components": "^0.27.5",
"vite": "^5.4.11",
"vue-tsc": "^2.1.10"
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@iconify-json/lucide": "^1.2.18",
"@iconify-json/simple-icons": "^1.2.14",
"@iconify-json/simple-icons": "^1.2.15",
"@nuxt/ui": "latest",
"nuxt": "^3.14.1592"
}
Expand Down
Loading

0 comments on commit e753572

Please sign in to comment.