Skip to content

Commit

Permalink
fix(deps): update playground
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 42a0b02 commit a95dcd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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.6",
"@internationalized/date": "^3.6.0",
"radix-vue": "link:../../packages/radix-vue"
},
"devDependencies": {
"@floating-ui/vue": "^1.1.5",
"@iconify/vue": "^4.1.2",
"@nuxt/devtools": "latest",
"@nuxtjs/tailwindcss": "^6.12.1",
"@nuxtjs/tailwindcss": "^6.12.2",
"@radix-ui/colors": "^3.0.0",
"@types/node": "^22.7.4",
"nuxt": "^3.13.2"
"@types/node": "^22.10.0",
"nuxt": "^3.14.1592"
}
}
4 changes: 2 additions & 2 deletions playground/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"autoprefixer": "^10.4.20",
"eslint": "^9.9.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.4.13",
"unplugin-vue-components": "^0.27.4",
"tailwindcss": "^3.4.15",
"unplugin-vue-components": "^0.27.5",
"vite": "^4.5.0",
"vue-tsc": "^2.1.6"
}
Expand Down

0 comments on commit a95dcd5

Please sign in to comment.