Skip to content

Commit 911d6f9

Browse files
authored
chore: update dependencies (#45)
1 parent f9a250c commit 911d6f9

5 files changed

Lines changed: 852 additions & 840 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
run: git fetch --unshallow --tags
2424
- uses: pnpm/action-setup@v4
2525

26-
- name: Use Node.js 20.x
26+
- name: Use Node.js 24.x
2727
uses: actions/setup-node@v3
2828
with:
29-
node-version: 20.x
29+
node-version: 24.x
3030
cache: "pnpm"
3131

3232
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
- name: Prepare repository
1313
run: git fetch --unshallow --tags
1414

15-
- name: Use Node.js 20.x
15+
- name: Use Node.js 24.x
1616
uses: actions/setup-node@v3
1717
with:
18-
node-version: 20.x
18+
node-version: 24.x
1919

2020
- uses: pnpm/action-setup@v4
2121

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -56,28 +56,28 @@
5656
"devDependencies": {
5757
"@auto-it/conventional-commits": "^11.3.0",
5858
"@auto-it/first-time-contributor": "^11.3.0",
59-
"@eslint/js": "9.28.0",
60-
"@storybook/addon-docs": "next",
59+
"@eslint/js": "9.39.0",
60+
"@storybook/addon-docs": "^10.0.0",
6161
"@storybook/icons": "^1.6.0",
62-
"@storybook/react-vite": "next",
63-
"@types/node": "^22.15.29",
64-
"@types/react": "^19.1.6",
65-
"@types/react-dom": "^19.1.5",
66-
"@vitejs/plugin-react": "^4.5.0",
62+
"@storybook/react-vite": "^10.0.0",
63+
"@types/node": "^24.10.0",
64+
"@types/react": "^19.2.2",
65+
"@types/react-dom": "^19.2.2",
66+
"@vitejs/plugin-react": "^5.1.0",
6767
"auto": "^11.3.0",
68-
"eslint": "^9.28.0",
69-
"eslint-config-prettier": "^10.1.5",
68+
"eslint": "^9.39.0",
69+
"eslint-config-prettier": "^10.1.8",
7070
"eslint-plugin-react": "^7.37.5",
7171
"npm-run-all": "^4.1.5",
72-
"prettier": "^3.5.3",
73-
"react": "^19.1.0",
74-
"react-dom": "^19.1.0",
75-
"rimraf": "^6.0.1",
76-
"storybook": "next",
72+
"prettier": "^3.6.2",
73+
"react": "^19.2.0",
74+
"react-dom": "^19.2.0",
75+
"rimraf": "^6.1.0",
76+
"storybook": "^10.0.0",
7777
"tsup": "^8.5.0",
78-
"typescript": "^5.8.3",
79-
"typescript-eslint": "8.33.0",
80-
"vite": "^6.3.5"
78+
"typescript": "^5.9.3",
79+
"typescript-eslint": "8.46.2",
80+
"vite": "^7.1.12"
8181
},
8282
"peerDependencies": {
8383
"storybook": "^10.0.0"
@@ -108,5 +108,5 @@
108108
"first-time-contributor"
109109
]
110110
},
111-
"packageManager": "pnpm@10.11.0"
111+
"packageManager": "pnpm@10.20.0"
112112
}

0 commit comments

Comments
 (0)