Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 999f1e3

Browse files
committed
Update versions of lucide-react, @storybook, @types/node, and prettier-plugin-tailwindcss
The commit updates versions of several dependencies across the project. This includes the lucide-react, @storybook, @types/node, and prettier-plugin-tailwindcss packages. The updated versions contain new features and bug fixes that improve the overall functionality of the application.
1 parent a978db7 commit 999f1e3

File tree

4 files changed

+400
-430
lines changed

4 files changed

+400
-430
lines changed

apps/docs/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -20,36 +20,36 @@
2020
"@codefixlabs/ui": "workspace:*",
2121
"@faker-js/faker": "^8.4.1",
2222
"@hookform/resolvers": "^3.4.2",
23-
"@storybook/addon-a11y": "^8.1.4",
24-
"@storybook/addon-essentials": "^8.1.4",
25-
"@storybook/addon-interactions": "^8.1.4",
26-
"@storybook/addon-links": "^8.1.4",
27-
"@storybook/blocks": "^8.1.4",
28-
"@storybook/manager-api": "^8.1.4",
29-
"@storybook/nextjs": "^8.1.4",
30-
"@storybook/react": "^8.1.4",
23+
"@storybook/addon-a11y": "^8.1.5",
24+
"@storybook/addon-essentials": "^8.1.5",
25+
"@storybook/addon-interactions": "^8.1.5",
26+
"@storybook/addon-links": "^8.1.5",
27+
"@storybook/blocks": "^8.1.5",
28+
"@storybook/manager-api": "^8.1.5",
29+
"@storybook/nextjs": "^8.1.5",
30+
"@storybook/react": "^8.1.5",
3131
"@storybook/testing-library": "^0.2.2",
32-
"@storybook/theming": "^8.1.4",
33-
"@storybook/types": "^8.1.4",
32+
"@storybook/theming": "^8.1.5",
33+
"@storybook/types": "^8.1.5",
3434
"@tanstack/react-table": "^8.17.3",
3535
"class-variance-authority": "^0.7.0",
3636
"clsx": "^2.1.1",
3737
"date-fns": "^3.6.0",
38-
"lucide-react": "^0.379.0",
38+
"lucide-react": "^0.381.0",
3939
"next": "^14.2.3",
4040
"react": "^18.3.1",
4141
"react-day-picker": "^8.10.1",
4242
"react-dom": "^18.3.1",
4343
"react-hook-form": "^7.51.5",
44-
"storybook": "^8.1.4",
44+
"storybook": "^8.1.5",
4545
"tailwind-merge": "^2.3.0",
4646
"zod": "^3.23.8"
4747
},
4848
"devDependencies": {
4949
"@codefixlabs/tailwindcss": "workspace:*",
5050
"@codefixlabs/tsconfig": "workspace:*",
5151
"@next/eslint-plugin-next": "^14.2.3",
52-
"@types/node": "^20.12.12",
52+
"@types/node": "^20.12.13",
5353
"@types/react": "^18.3.3",
5454
"@types/react-dom": "^18.3.0",
5555
"autoprefixer": "^10.4.19",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"eslint": "^8.57.0",
4545
"lint-staged": "^15.2.5",
4646
"prettier": "^3.2.5",
47-
"prettier-plugin-tailwindcss": "^0.5.14",
47+
"prettier-plugin-tailwindcss": "^0.6.0",
4848
"simple-git-hooks": "^2.11.1",
4949
"turbo": "^1.13.3",
5050
"typescript": "^5.4.5"

packages/ui/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"clsx": "^2.1.1",
7979
"cmdk": "^1.0.0",
8080
"date-fns": "^3.6.0",
81-
"lucide-react": "^0.379.0",
81+
"lucide-react": "^0.381.0",
8282
"pluralize": "^8.0.0",
8383
"react": "^18.3.1",
8484
"react-day-picker": "^8.10.1",
@@ -90,7 +90,7 @@
9090
"devDependencies": {
9191
"@codefixlabs/tailwindcss": "workspace:*",
9292
"@codefixlabs/tsconfig": "workspace:*",
93-
"@types/node": "^20.12.12",
93+
"@types/node": "^20.12.13",
9494
"@types/pluralize": "^0.0.33",
9595
"@types/react": "^18.3.3",
9696
"autoprefixer": "^10.4.19",

0 commit comments

Comments
 (0)