Skip to content

Commit c07e8ab

Browse files
fix(deps): update all non-major dependencies
1 parent 6bcd97a commit c07e8ab

4 files changed

Lines changed: 1152 additions & 1070 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v6.0.3
29+
uses: actions/checkout@v6.1.0
3030
with:
3131
fetch-depth: 0
3232
fetch-tags: true
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Node
4040
uses: actions/setup-node@v4.4.0
4141
with:
42-
node-version: "24.18.0"
42+
node-version: "24.19.0"
4343
cache: "pnpm"
4444

4545
- name: Install dependencies

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v4.3.1
10+
uses: actions/checkout@v4.4.0
1111

1212
- name: Install pnpm
1313
uses: pnpm/action-setup@v4.4.0
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node
1818
uses: actions/setup-node@v4.4.0
1919
with:
20-
node-version: "24.18.0"
20+
node-version: "24.19.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
@@ -21,27 +21,27 @@
2121
"analyze": "analyze"
2222
},
2323
"dependencies": {
24-
"@floating-ui/react": "0.27.19",
24+
"@floating-ui/react": "0.27.20",
2525
"@lingui/core": "5.9.5",
2626
"@lingui/react": "5.9.5",
27-
"@radix-ui/react-checkbox": "1.3.7",
28-
"@radix-ui/react-dialog": "1.1.19",
29-
"@radix-ui/react-popover": "1.1.19",
30-
"@radix-ui/react-select": "2.3.3",
31-
"@radix-ui/react-switch": "1.3.3",
32-
"@radix-ui/react-tooltip": "1.2.12",
27+
"@radix-ui/react-checkbox": "1.3.11",
28+
"@radix-ui/react-dialog": "1.1.23",
29+
"@radix-ui/react-popover": "1.1.23",
30+
"@radix-ui/react-select": "2.3.7",
31+
"@radix-ui/react-switch": "1.3.7",
32+
"@radix-ui/react-tooltip": "1.2.16",
3333
"@rolldown/plugin-babel": "0.2.3",
34-
"@types/react": "19.2.17",
35-
"@types/react-dom": "19.2.3",
34+
"@types/react": "19.2.18",
35+
"@types/react-dom": "19.2.4",
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",
4040
"goober": "2.1.19",
41-
"lucide-react": "1.24.0",
42-
"motion": "12.42.2",
43-
"react": "19.2.7",
44-
"react-dom": "19.2.7",
41+
"lucide-react": "1.33.0",
42+
"motion": "12.43.0",
43+
"react": "19.2.8",
44+
"react-dom": "19.2.8",
4545
"tailwind-merge": "3.6.0",
4646
"wouter": "3.10.0",
4747
"zod": "4.4.3"
@@ -50,21 +50,21 @@
5050
"@lingui/babel-plugin-lingui-macro": "5.9.5",
5151
"@lingui/cli": "5.9.5",
5252
"@lingui/vite-plugin": "5.9.5",
53-
"@pretty-cozy/eslint-config": "0.9.0",
54-
"@pretty-cozy/release-tools": "0.9.0",
55-
"@tailwindcss/vite": "4.3.2",
56-
"@vitejs/plugin-react": "6.0.3",
57-
"eslint": "9.39.4",
58-
"knip": "6.26.0",
59-
"tailwindcss": "4.3.2",
53+
"@pretty-cozy/eslint-config": "0.10.0",
54+
"@pretty-cozy/release-tools": "0.9.1",
55+
"@tailwindcss/vite": "4.3.3",
56+
"@vitejs/plugin-react": "6.1.0",
57+
"eslint": "9.39.5",
58+
"knip": "6.32.2",
59+
"tailwindcss": "4.3.3",
6060
"tailwindcss-animate": "1.0.7",
6161
"typescript": "6.0.3",
62-
"vite": "8.1.4",
63-
"vite-bundle-analyzer": "1.3.7"
62+
"vite": "8.2.2",
63+
"vite-bundle-analyzer": "1.3.9"
6464
},
6565
"overrides": {
66-
"@radix-ui/react-slot": "1.3.0",
66+
"@radix-ui/react-slot": "1.3.3",
6767
"typescript": "6.0.3",
68-
"vite": "8.1.4"
68+
"vite": "8.2.2"
6969
}
7070
}

0 commit comments

Comments
 (0)