Skip to content

Commit 94d869a

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

4 files changed

Lines changed: 378 additions & 481 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.15.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.15.0"
2121
cache: "pnpm"
2222

2323
- name: Install dependencies

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@yaasl/react": "0.15.0-alpha.1",
3939
"class-variance-authority": "0.7.1",
4040
"goober": "2.1.18",
41-
"lucide-react": "1.8.0",
41+
"lucide-react": "1.14.0",
4242
"motion": "12.38.0",
4343
"react": "19.2.5",
4444
"react-dom": "19.2.5",
@@ -52,19 +52,19 @@
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",
55+
"@tailwindcss/vite": "4.2.4",
5656
"@vitejs/plugin-react": "6.0.1",
5757
"eslint": "9.39.4",
58-
"knip": "6.4.1",
59-
"tailwindcss": "4.2.2",
58+
"knip": "6.8.0",
59+
"tailwindcss": "4.2.4",
6060
"tailwindcss-animate": "1.0.7",
61-
"typescript": "6.0.2",
62-
"vite": "8.0.8",
61+
"typescript": "6.0.3",
62+
"vite": "8.0.10",
6363
"vite-bundle-analyzer": "^1.3.7"
6464
},
6565
"overrides": {
6666
"@radix-ui/react-slot": "1.2.4",
67-
"typescript": "6.0.2",
68-
"vite": "8.0.8"
67+
"typescript": "6.0.3",
68+
"vite": "8.0.10"
6969
}
7070
}

0 commit comments

Comments
 (0)