Skip to content

Commit e11a9d5

Browse files
committed
upgrade dev dependencies
1 parent 3ca9275 commit e11a9d5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@
5555
"react-dom": "18.3.1"
5656
},
5757
"devDependencies": {
58-
"@eslint/js": "9.22.0",
58+
"@eslint/js": "9.23.0",
5959
"@testing-library/react": "16.2.0",
60-
"@types/node": "22.13.10",
60+
"@types/node": "22.13.14",
6161
"@types/react": "19.0.12",
6262
"@types/react-dom": "19.0.4",
6363
"@vitejs/plugin-react": "4.3.4",
6464
"@vitest/coverage-v8": "3.0.9",
65-
"eslint": "9.22.0",
65+
"eslint": "9.23.0",
6666
"eslint-plugin-react": "7.37.4",
6767
"eslint-plugin-react-hooks": "5.2.0",
6868
"eslint-plugin-react-refresh": "0.4.19",
@@ -71,8 +71,8 @@
7171
"nodemon": "3.1.9",
7272
"npm-run-all": "4.1.5",
7373
"typescript": "5.8.2",
74-
"typescript-eslint": "8.27.0",
75-
"vite": "6.2.2",
74+
"typescript-eslint": "8.28.0",
75+
"vite": "6.2.3",
7676
"vitest": "3.0.9"
7777
}
7878
}

0 commit comments

Comments
 (0)