Skip to content

Commit 44dd387

Browse files
fix(deps): update all non-major dependencies
1 parent 89c4938 commit 44dd387

4 files changed

Lines changed: 1046 additions & 1095 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Node
4040
uses: actions/setup-node@v4
4141
with:
42-
node-version: "24.13.0"
42+
node-version: "24.18.0"
4343
cache: "pnpm"
4444

4545
- name: Install dependencies

.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.18.0"
2121
cache: "pnpm"
2222

2323
- name: Install dependencies

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -24,47 +24,47 @@
2424
"@floating-ui/react": "0.27.19",
2525
"@lingui/core": "5.9.5",
2626
"@lingui/react": "5.9.5",
27-
"@radix-ui/react-checkbox": "1.3.3",
28-
"@radix-ui/react-dialog": "1.1.15",
29-
"@radix-ui/react-popover": "1.1.15",
30-
"@radix-ui/react-select": "2.2.6",
31-
"@radix-ui/react-switch": "1.2.6",
32-
"@radix-ui/react-tooltip": "1.2.8",
27+
"@radix-ui/react-checkbox": "1.3.6",
28+
"@radix-ui/react-dialog": "1.1.18",
29+
"@radix-ui/react-popover": "1.1.18",
30+
"@radix-ui/react-select": "2.3.2",
31+
"@radix-ui/react-switch": "1.3.2",
32+
"@radix-ui/react-tooltip": "1.2.11",
3333
"@rolldown/plugin-babel": "0.2.3",
34-
"@types/react": "19.2.14",
34+
"@types/react": "19.2.17",
3535
"@types/react-dom": "19.2.3",
3636
"@yaasl/core": "0.15.0-alpha.1",
3737
"@yaasl/devtools": "0.15.0-alpha.1",
3838
"@yaasl/react": "0.15.0-alpha.1",
3939
"class-variance-authority": "0.7.1",
40-
"goober": "2.1.18",
41-
"lucide-react": "1.8.0",
42-
"motion": "12.38.0",
43-
"react": "19.2.5",
44-
"react-dom": "19.2.5",
45-
"tailwind-merge": "3.5.0",
46-
"wouter": "3.9.0",
47-
"zod": "4.3.6"
40+
"goober": "2.1.19",
41+
"lucide-react": "1.23.0",
42+
"motion": "12.42.2",
43+
"react": "19.2.7",
44+
"react-dom": "19.2.7",
45+
"tailwind-merge": "3.6.0",
46+
"wouter": "3.10.0",
47+
"zod": "4.4.3"
4848
},
4949
"devDependencies": {
5050
"@lingui/babel-plugin-lingui-macro": "5.9.5",
5151
"@lingui/cli": "5.9.5",
5252
"@lingui/vite-plugin": "5.9.5",
5353
"@pretty-cozy/eslint-config": "0.9.0",
5454
"@pretty-cozy/release-tools": "0.9.0",
55-
"@tailwindcss/vite": "4.2.2",
56-
"@vitejs/plugin-react": "6.0.1",
55+
"@tailwindcss/vite": "4.3.2",
56+
"@vitejs/plugin-react": "6.0.3",
5757
"eslint": "9.39.4",
58-
"knip": "6.4.1",
59-
"tailwindcss": "4.2.2",
58+
"knip": "6.23.0",
59+
"tailwindcss": "4.3.2",
6060
"tailwindcss-animate": "1.0.7",
61-
"typescript": "6.0.2",
62-
"vite": "8.0.8",
61+
"typescript": "6.0.3",
62+
"vite": "8.1.3",
6363
"vite-bundle-analyzer": "^1.3.7"
6464
},
6565
"overrides": {
66-
"@radix-ui/react-slot": "1.2.4",
67-
"typescript": "6.0.2",
68-
"vite": "8.0.8"
66+
"@radix-ui/react-slot": "1.3.0",
67+
"typescript": "6.0.3",
68+
"vite": "8.1.3"
6969
}
7070
}

0 commit comments

Comments
 (0)