Skip to content

Commit

Permalink
chore(deps): update playground (#1051)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 27, 2024
1 parent 6926f8b commit 8d80108
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions playground/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@internationalized/date": "^3.5.2",
"@internationalized/date": "^3.5.4",
"radix-vue": "link:../../packages/radix-vue"
},
"devDependencies": {
"@floating-ui/vue": "^1.0.2",
"@iconify/vue": "^4.1.1",
"@floating-ui/vue": "^1.0.7",
"@iconify/vue": "^4.1.2",
"@nuxt/devtools": "latest",
"@nuxtjs/tailwindcss": "^6.8.0",
"@nuxtjs/tailwindcss": "^6.12.0",
"@radix-ui/colors": "^1.0.1",
"@types/node": "^18.18.6",
"@types/node": "^18.19.39",
"nuxt": "^3.12.2"
}
}
14 changes: 7 additions & 7 deletions playground/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
},
"dependencies": {
"radix-vue": "link:../../packages/radix-vue",
"vue": "^3.3.8"
"vue": "^3.4.30"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.8",
"@iconify/vue": "^4.1.1",
"@iconify/vue": "^4.1.2",
"@radix-ui/colors": "^1.0.1",
"@rollup/plugin-alias": "^5.0.1",
"@rollup/plugin-alias": "^5.1.0",
"@vitejs/plugin-vue": "^4.4.0",
"autoprefixer": "^10.4.16",
"autoprefixer": "^10.4.19",
"eslint": "^8.51.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3",
"unplugin-vue-components": "^0.25.2",
"tailwindcss": "^3.4.4",
"unplugin-vue-components": "^0.27.2",
"vite": "^4.5.0",
"vue-tsc": "^1.8.19"
"vue-tsc": "^1.8.27"
}
}

0 comments on commit 8d80108

Please sign in to comment.