Skip to content

Commit 1315d57

Browse files
committed
chore(deps): update dependencies
1 parent c5d11d6 commit 1315d57

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/actions/setup_node_npm/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ runs:
44
using: 'composite'
55
steps:
66
- name: Setup Node.js
7-
uses: actions/setup-node@v4
7+
uses: actions/setup-node@v5
88
with:
99
node-version: '24.x'
1010

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@types/react": "19.1.12",
6363
"@types/react-dom": "19.1.9",
6464
"@vitest/coverage-v8": "3.2.4",
65-
"@vitest/eslint-plugin": "1.3.7",
65+
"@vitest/eslint-plugin": "1.3.8",
6666
"@vitest/ui": "3.2.4",
6767
"commitizen": "4.3.1",
6868
"demozap": "1.3.83",
@@ -80,7 +80,7 @@
8080
"eslint-plugin-testing-library": "7.6.8",
8181
"husky": "9.1.7",
8282
"jsdom": "26.1.0",
83-
"knip": "5.63.0",
83+
"knip": "5.63.1",
8484
"lint-staged": "16.1.6",
8585
"prettier": "3.6.2",
8686
"react": "19.1.1",

0 commit comments

Comments
 (0)