Skip to content

Commit 5fa085c

Browse files
committed
Update packages
1 parent 9b4b46f commit 5fa085c

File tree

2 files changed

+126
-133
lines changed

2 files changed

+126
-133
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.1.1",
44
"private": true,
55
"dependencies": {
6-
"react": "^19.1.0",
7-
"react-dom": "^19.1.0",
8-
"react-router-dom": "^7.7.0",
6+
"react": "^19.1.1",
7+
"react-dom": "^19.1.1",
8+
"react-router-dom": "^7.7.1",
99
"react-scripts": "5.0.1",
1010
"typescript": "^5.8.3"
1111
},
@@ -34,12 +34,12 @@
3434
]
3535
},
3636
"devDependencies": {
37-
"@types/node": "^24.0.15",
38-
"@types/react": "^19.1.8",
39-
"@types/react-dom": "^19.1.6",
40-
"@typescript-eslint/eslint-plugin": "^8.37.0",
41-
"@typescript-eslint/parser": "^8.37.0",
42-
"eslint": "^9.31.0",
37+
"@types/node": "^24.1.0",
38+
"@types/react": "^19.1.9",
39+
"@types/react-dom": "^19.1.7",
40+
"@typescript-eslint/eslint-plugin": "^8.38.0",
41+
"@typescript-eslint/parser": "^8.38.0",
42+
"eslint": "^9.32.0",
4343
"eslint-config-prettier": "^10.1.8",
4444
"eslint-config-react-app": "^7.0.1",
4545
"eslint-plugin-import": "^2.32.0",
@@ -48,6 +48,6 @@
4848
"eslint-plugin-react": "^7.37.5",
4949
"eslint-plugin-react-hooks": "^5.2.0",
5050
"prettier": "^3.6.2",
51-
"typescript-eslint": "^8.37.0"
51+
"typescript-eslint": "^8.38.0"
5252
}
5353
}

0 commit comments

Comments
 (0)