diff options
Diffstat (limited to 'packages/ui/package.json')
-rw-r--r-- | packages/ui/package.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/packages/ui/package.json b/packages/ui/package.json index dc17985..4a39102 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -18,13 +18,13 @@ "test": "vitest" }, "dependencies": { - "@headlessui/react": "^1.7.17", + "@headlessui/react": "^1.7.18", "@headlessui/tailwindcss": "^0.2.0", "@polyfrost/assets": "workspace:*", "@react-spring/web": "^9.7.3", "@tailwindcss/forms": "^0.5.7", "class-variance-authority": "^0.7.0", - "clsx": "^2.0.0", + "clsx": "^2.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.21.1", @@ -35,19 +35,19 @@ "zod": "^3.22.4" }, "devDependencies": { - "@babel/core": "^7.23.6", + "@babel/core": "^7.23.7", "@polyfrost/config": "workspace:*", - "@storybook/types": "^7.6.6", + "@storybook/types": "^7.6.7", "@tailwindcss/typography": "^0.5.10", - "@types/node": "~20.10.5", - "@types/react": "^18.2.45", + "@types/node": "~20.10.7", + "@types/react": "^18.2.47", "@types/react-dom": "^18.2.18", "autoprefixer": "^10.4.16", - "postcss": "^8.4.32", - "sass": "^1.69.5", - "tailwindcss": "^3.4.0", + "postcss": "^8.4.33", + "sass": "^1.69.7", + "tailwindcss": "^3.4.1", "tailwindcss-animate": "^1.0.7", "typescript": "^5.3.3", - "vitest": "^1.1.0" + "vitest": "^1.1.3" } } |