Skip to content

Commit 7eef17b

Browse files
fix(deps): update all non-major dependencies
1 parent a3ddb3f commit 7eef17b

5 files changed

Lines changed: 719 additions & 655 deletions

File tree

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup Node
4343
uses: actions/setup-node@v4
4444
with:
45-
node-version: "24.13.0"
45+
node-version: "24.16.0"
4646
cache: "pnpm"
4747

4848
- name: Install dependencies

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Node
3535
uses: actions/setup-node@v4
3636
with:
37-
node-version: "24.13.0"
37+
node-version: "24.16.0"
3838
cache: "pnpm"
3939

4040
- name: Setup Pages

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: "24.13.0"
20+
node-version: "24.16.0"
2121
cache: "pnpm"
2222

2323
- name: Install dependencies

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -20,29 +20,29 @@
2020
"lint:inspect": "eslint --inspect-config"
2121
},
2222
"dependencies": {
23-
"@dnd-kit/abstract": "0.2.4",
24-
"@dnd-kit/collision": "0.2.4",
25-
"@dnd-kit/dom": "^0.2.4",
26-
"@dnd-kit/helpers": "0.2.4",
27-
"@dnd-kit/react": "0.2.4",
28-
"@radix-ui/react-checkbox": "1.3.3",
29-
"@radix-ui/react-dialog": "1.1.15",
30-
"@radix-ui/react-popover": "1.1.15",
31-
"@radix-ui/react-slot": "1.2.4",
32-
"@radix-ui/react-switch": "1.2.6",
33-
"@radix-ui/react-tooltip": "1.2.8",
34-
"@types/react": "19.2.14",
23+
"@dnd-kit/abstract": "0.4.0",
24+
"@dnd-kit/collision": "0.4.0",
25+
"@dnd-kit/dom": "^0.4.0",
26+
"@dnd-kit/helpers": "0.4.0",
27+
"@dnd-kit/react": "0.4.0",
28+
"@radix-ui/react-checkbox": "1.3.4",
29+
"@radix-ui/react-dialog": "1.1.16",
30+
"@radix-ui/react-popover": "1.1.16",
31+
"@radix-ui/react-slot": "1.2.5",
32+
"@radix-ui/react-switch": "1.3.0",
33+
"@radix-ui/react-tooltip": "1.2.9",
34+
"@types/react": "19.2.17",
3535
"@types/react-dom": "19.2.3",
3636
"@yaasl/core": "0.14.0",
3737
"@yaasl/devtools": "0.14.0",
3838
"@yaasl/react": "0.14.0",
3939
"class-variance-authority": "0.7.1",
40-
"goober": "2.1.18",
41-
"katex": "^0.16.45",
40+
"goober": "2.1.19",
41+
"katex": "^0.17.0",
4242
"lucide-react": "0.577.0",
43-
"motion": "12.38.0",
44-
"react": "19.2.5",
45-
"react-dom": "19.2.5",
43+
"motion": "12.40.0",
44+
"react": "19.2.7",
45+
"react-dom": "19.2.7",
4646
"rehype": "13.0.2",
4747
"rehype-katex": "7.0.1",
4848
"rehype-prism-plus": "2.0.2",
@@ -51,9 +51,9 @@
5151
"remark-math": "6.0.0",
5252
"remark-parse": "11.0.0",
5353
"remark-rehype": "11.1.2",
54-
"tailwind-merge": "3.5.0",
54+
"tailwind-merge": "3.6.0",
5555
"unified": "11.0.5",
56-
"zod": "4.3.6"
56+
"zod": "4.4.3"
5757
},
5858
"devDependencies": {
5959
"@faker-js/faker": "10.4.0",
@@ -63,24 +63,24 @@
6363
"@storybook/addon-links": "9.1.20",
6464
"@storybook/react": "9.1.20",
6565
"@storybook/react-vite": "9.1.20",
66-
"@tailwindcss/typography": "0.5.19",
67-
"@tailwindcss/vite": "4.2.2",
66+
"@tailwindcss/typography": "0.5.20",
67+
"@tailwindcss/vite": "4.3.0",
6868
"@testing-library/jest-dom": "6.9.1",
6969
"@testing-library/react": "16.3.2",
7070
"@testing-library/user-event": "14.6.1",
7171
"@vitejs/plugin-react": "5.2.0",
7272
"chromatic": "13.3.5",
7373
"eslint": "9.39.4",
7474
"eslint-plugin-storybook": "9.1.20",
75-
"happy-dom": "20.9.0",
75+
"happy-dom": "20.10.2",
7676
"knip": "5.88.1",
77-
"prettier": "3.8.3",
77+
"prettier": "3.8.4",
7878
"storybook": "9.1.20",
79-
"tailwindcss": "4.2.2",
79+
"tailwindcss": "4.3.0",
8080
"tailwindcss-animate": "1.0.7",
8181
"typescript": "5.9.3",
82-
"vite": "7.3.2",
82+
"vite": "7.3.5",
8383
"vite-tsconfig-paths": "6.1.1",
84-
"vitest": "4.1.4"
84+
"vitest": "4.1.8"
8585
}
8686
}

0 commit comments

Comments
 (0)