diff options
author | Pauline <git@ethanlibs.co> | 2024-01-08 21:02:33 -0500 |
---|---|---|
committer | Pauline <git@ethanlibs.co> | 2024-01-08 21:02:33 -0500 |
commit | 75676183d008a07070db8fdd52af3fdf0bbfb8a7 (patch) | |
tree | 761fd3e81896e047953d8338056326f324c10d74 /packages | |
parent | 51b44050a25632387aad25e428bf474d6055e66f (diff) | |
download | Nexus-75676183d008a07070db8fdd52af3fdf0bbfb8a7.tar.gz Nexus-75676183d008a07070db8fdd52af3fdf0bbfb8a7.tar.bz2 Nexus-75676183d008a07070db8fdd52af3fdf0bbfb8a7.zip |
chore(deps): bump
Diffstat (limited to 'packages')
-rw-r--r-- | packages/config/package.json | 6 | ||||
-rw-r--r-- | packages/ui/package.json | 20 |
2 files changed, 13 insertions, 13 deletions
diff --git a/packages/config/package.json b/packages/config/package.json index 93eaa7a..6f68aed 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -13,10 +13,10 @@ "devDependencies": { "@vitejs/plugin-react": "^4.2.1", "regexpp": "^3.2.0", - "vite": "^5.0.10", + "vite": "^5.0.11", "vite-plugin-html": "^3.2.1", "vite-plugin-svgr": "^4.2.0", - "vite-tsconfig-paths": "^4.2.2", - "vitest": "^1.1.0" + "vite-tsconfig-paths": "^4.2.3", + "vitest": "^1.1.3" } } 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" } } |