Skip to content

Commit 6340cf0

Browse files
fix(deps): update playground
1 parent 6c49099 commit 6340cf0

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

playground/nuxt/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"postinstall": "nuxt prepare"
1010
},
1111
"dependencies": {
12-
"@internationalized/date": "^3.5.6",
12+
"@internationalized/date": "^3.6.0",
1313
"radix-vue": "link:../../packages/radix-vue"
1414
},
1515
"devDependencies": {
16-
"@floating-ui/vue": "^1.1.5",
17-
"@iconify/vue": "^4.1.2",
16+
"@floating-ui/vue": "^1.1.6",
17+
"@iconify/vue": "^4.3.0",
1818
"@nuxt/devtools": "latest",
19-
"@nuxtjs/tailwindcss": "^6.12.1",
19+
"@nuxtjs/tailwindcss": "^6.13.1",
2020
"@radix-ui/colors": "^3.0.0",
21-
"@types/node": "^22.7.4",
22-
"nuxt": "^3.13.2"
21+
"@types/node": "^22.10.6",
22+
"nuxt": "^3.15.2"
2323
}
2424
}

playground/vue3/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
},
1717
"devDependencies": {
1818
"@antfu/eslint-config": "^2.26.0",
19-
"@iconify/vue": "^4.1.2",
19+
"@iconify/vue": "^4.3.0",
2020
"@radix-ui/colors": "^3.0.0",
2121
"@rollup/plugin-alias": "^5.1.1",
2222
"@vitejs/plugin-vue": "^5.1.4",
2323
"autoprefixer": "^10.4.20",
2424
"eslint": "^9.9.0",
2525
"postcss": "^8.4.31",
26-
"tailwindcss": "^3.4.13",
27-
"unplugin-vue-components": "^0.27.4",
26+
"tailwindcss": "^3.4.17",
27+
"unplugin-vue-components": "^0.28.0",
2828
"vite": "^4.5.0",
2929
"vue-tsc": "^2.1.6"
3030
}

0 commit comments

Comments
 (0)