Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
endigma committed Jan 6, 2025
1 parent cf39c02 commit 90fbdd7
Show file tree
Hide file tree
Showing 2 changed files with 2,359 additions and 1,218 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
],
"license": "MIT",
"dependencies": {
"@radix-ui/colors": "3.0.0-rc.4",
"@unocss/core": "^0.55.7"
"@radix-ui/colors": "3.0.0",
"@unocss/core": "^0.65.3"
},
"sideEffects": false,
"module": "./dist/index.mjs",
Expand All @@ -39,13 +39,13 @@
"dist"
],
"devDependencies": {
"alpinejs": "^3.13.0",
"bumpp": "^9.2.0",
"typescript": "^5.2.2",
"unocss": "^0.55.7",
"vite": "^4.4.9",
"vite-plugin-dts": "^3.5.3",
"vitepress": "1.0.0-rc.14",
"vitest": "^0.34.4"
"alpinejs": "^3.14.8",
"bumpp": "^9.9.2",
"typescript": "^5.7.2",
"unocss": "^0.65.3",
"vite": "^6.0.7",
"vite-plugin-dts": "^4.4.0",
"vitepress": "1.5.0",
"vitest": "^2.1.8"
}
}
Loading

0 comments on commit 90fbdd7

Please sign in to comment.