Skip to content

Commit 628634f

Browse files
fix(deps): update all non-major dependencies
1 parent 47f9cb5 commit 628634f

5 files changed

Lines changed: 900 additions & 886 deletions

File tree

.github/workflows/chromatic.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
should_run: ${{ steps.should_run.outputs.should_run }}
1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v4.3.1
16+
uses: actions/checkout@v4.4.0
1717

1818
- name: print latest_commit
1919
run: echo ${{ github.sha }}
@@ -30,19 +30,19 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout code
33-
uses: actions/checkout@v4.3.1
33+
uses: actions/checkout@v4.4.0
3434
with:
3535
fetch-depth: 0
3636

3737
- name: Install pnpm
3838
uses: pnpm/action-setup@v4.4.0
3939
with:
40-
version: 10.34.3
40+
version: 10.34.5
4141

4242
- name: Setup Node
4343
uses: actions/setup-node@v4.4.0
4444
with:
45-
node-version: "24.13.0"
45+
node-version: "24.19.0"
4646
cache: "pnpm"
4747

4848
- name: Install dependencies

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v4.3.1
27+
uses: actions/checkout@v4.4.0
2828

2929
- name: Install pnpm
3030
uses: pnpm/action-setup@v4.4.0
3131
with:
32-
version: 10.34.3
32+
version: 10.34.5
3333

3434
- name: Setup Node
3535
uses: actions/setup-node@v4.4.0
3636
with:
37-
node-version: "24.13.0"
37+
node-version: "24.19.0"
3838
cache: "pnpm"
3939

4040
- name: Setup Pages

.github/workflows/validate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ 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
1414
with:
15-
version: 10.34.3
15+
version: 10.34.5
1616

1717
- name: Setup Node
1818
uses: actions/setup-node@v4.4.0
1919
with:
20-
node-version: "24.13.0"
20+
node-version: "24.19.0"
2121
cache: "pnpm"
2222

2323
- name: Install dependencies

package.json

Lines changed: 29 additions & 29 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",
35-
"@types/react-dom": "19.2.3",
23+
"@dnd-kit/abstract": "0.5.0",
24+
"@dnd-kit/collision": "0.5.0",
25+
"@dnd-kit/dom": "0.5.0",
26+
"@dnd-kit/helpers": "0.5.0",
27+
"@dnd-kit/react": "0.5.0",
28+
"@radix-ui/react-checkbox": "1.3.11",
29+
"@radix-ui/react-dialog": "1.1.23",
30+
"@radix-ui/react-popover": "1.1.23",
31+
"@radix-ui/react-slot": "1.3.3",
32+
"@radix-ui/react-switch": "1.3.7",
33+
"@radix-ui/react-tooltip": "1.2.16",
34+
"@types/react": "19.2.18",
35+
"@types/react-dom": "19.2.4",
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.18.1",
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.43.0",
44+
"react": "19.2.8",
45+
"react-dom": "19.2.8",
4646
"rehype": "13.0.2",
4747
"rehype-katex": "7.0.1",
4848
"rehype-prism-plus": "2.0.2",
@@ -51,36 +51,36 @@
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": {
59-
"@faker-js/faker": "10.4.0",
59+
"@faker-js/faker": "10.5.0",
6060
"@pretty-cozy/eslint-config": "0.9.0",
6161
"@storybook/addon-a11y": "9.1.20",
6262
"@storybook/addon-docs": "9.1.20",
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.3",
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",
73-
"eslint": "9.39.4",
73+
"eslint": "9.39.5",
7474
"eslint-plugin-storybook": "9.1.20",
75-
"happy-dom": "20.9.0",
75+
"happy-dom": "20.11.1",
7676
"knip": "5.88.1",
77-
"prettier": "3.8.3",
77+
"prettier": "3.9.6",
7878
"storybook": "9.1.20",
79-
"tailwindcss": "4.2.2",
79+
"tailwindcss": "4.3.3",
8080
"tailwindcss-animate": "1.0.7",
8181
"typescript": "5.9.3",
82-
"vite": "7.3.2",
82+
"vite": "7.3.6",
8383
"vite-tsconfig-paths": "6.1.1",
84-
"vitest": "4.1.4"
84+
"vitest": "4.1.10"
8585
}
8686
}

0 commit comments

Comments
 (0)