Skip to content

Commit 96f6c2f

Browse files
docs: bump node version
1 parent 1070343 commit 96f6c2f

3 files changed

Lines changed: 1213 additions & 211 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node.js
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: lts/Iron
24+
node-version-file: ".nvmrc"
2525

2626
- name: Cache node_modules
2727
id: cache-node-modules

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -44,51 +44,51 @@
4444
"upgrade-yarn": "yarn set version stable && yarn install"
4545
},
4646
"devDependencies": {
47-
"@conform-to/zod": "^1.12.0",
47+
"@conform-to/zod": "^1.13.0",
4848
"@emotion/react": "^11.14.0",
49-
"@eslint/js": "^9.37.0",
49+
"@eslint/js": "^9.38.0",
5050
"@picocss/pico": "^2.1.1",
5151
"@semantic-release/changelog": "^6.0.3",
5252
"@semantic-release/commit-analyzer": "^13.0.1",
5353
"@semantic-release/git": "^10.0.1",
54-
"@semantic-release/github": "^11.0.6",
55-
"@semantic-release/npm": "^12.0.2",
54+
"@semantic-release/github": "^12.0.0",
55+
"@semantic-release/npm": "^13.1.1",
5656
"@semantic-release/release-notes-generator": "^14.1.0",
57-
"@storybook/addon-docs": "^9.1.7",
58-
"@storybook/addon-links": "^9.1.7",
59-
"@storybook/react-vite": "^9.1.7",
57+
"@storybook/addon-docs": "^9.1.13",
58+
"@storybook/addon-links": "^9.1.13",
59+
"@storybook/react-vite": "^9.1.13",
6060
"@testing-library/dom": "^10.4.1",
6161
"@testing-library/jest-dom": "^6.9.1",
6262
"@testing-library/react": "^16.3.0",
6363
"@testing-library/user-event": "^14.6.1",
6464
"@types/lodash.shuffle": "^4.2.9",
6565
"@types/react": "^19.2.2",
66-
"@types/react-copy-to-clipboard": "^5",
66+
"@types/react-copy-to-clipboard": "^5.0.7",
6767
"@types/react-dom": "^19.2.2",
6868
"@types/semantic-release": "^21.1.0",
6969
"@vitejs/plugin-react": "^5.0.4",
7070
"@vitest/coverage-v8": "^3.2.4",
71-
"eslint": "9.37.0",
71+
"eslint": "9.38.0",
7272
"eslint-config-prettier": "10.1.8",
7373
"eslint-plugin-react-hooks": "^7.0.0",
74-
"eslint-plugin-storybook": "9.1.10",
74+
"eslint-plugin-storybook": "9.1.13",
7575
"form-atoms": "^3.3.2",
76-
"happy-dom": "^19.0.2",
76+
"happy-dom": "^20.0.8",
7777
"jotai": "2.15.0",
7878
"jotai-devtools": "0.8.0",
79-
"jotai-effect": "2.1.2",
79+
"jotai-effect": "2.1.3",
8080
"lodash.shuffle": "^4.2.0",
8181
"prettier": "3.6.2",
8282
"react": "^19.2.0",
8383
"react-copy-to-clipboard": "^5.1.0",
8484
"react-dom": "^19.2.0",
8585
"remark-gfm": "^4.0.1",
86-
"semantic-release": "^24.2.9",
86+
"semantic-release": "^25.0.1",
8787
"shiki": "^3.13.0",
88-
"storybook": "^9.1.7",
88+
"storybook": "^9.1.13",
8989
"typescript": "5.9.3",
90-
"typescript-eslint": "^8.46.0",
91-
"vite": "^7.1.9",
90+
"typescript-eslint": "^8.46.2",
91+
"vite": "^7.1.11",
9292
"vitest": "^3.2.4",
9393
"zod": "^3.25.76"
9494
},

0 commit comments

Comments
 (0)