Skip to content

Commit d68a5a0

Browse files
committed
Update dependencies on frontend-react
1 parent 212d285 commit d68a5a0

File tree

2 files changed

+93
-79
lines changed

2 files changed

+93
-79
lines changed

frontend-react/package-lock.json

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

frontend-react/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "react-starter",
3-
"version": "18.3.1",
3+
"version": "19.1.0",
44
"keywords": [],
55
"author": "",
66
"license": "MIT",
77
"private": true,
88
"dependencies": {
99
"@testing-library/jest-dom": "6.6.3",
10-
"@testing-library/react": "16.2.0",
10+
"@testing-library/react": "16.3.0",
1111
"@testing-library/user-event": "14.6.1",
12-
"react": "19.0.0",
13-
"react-dom": "19.0.0",
12+
"react": "19.1.0",
13+
"react-dom": "19.1.0",
1414
"react-scripts": "5.0.1",
15-
"web-vitals": "4.2.4"
15+
"web-vitals": "5.0.2"
1616
},
1717
"scripts": {
1818
"start": "react-scripts start",
@@ -42,11 +42,11 @@
4242
]
4343
},
4444
"devDependencies": {
45-
"@eslint/js": "^9.21.0",
46-
"eslint": "^9.21.0",
45+
"@eslint/js": "9.27.0",
46+
"eslint": "9.27.0",
4747
"eslint-plugin-import": "2.31.0",
4848
"eslint-plugin-jsx-a11y": "6.10.2",
49-
"eslint-plugin-react": "^7.37.4",
50-
"globals": "^16.0.0"
49+
"eslint-plugin-react": "7.37.5",
50+
"globals": "16.2.0"
5151
}
5252
}

0 commit comments

Comments
 (0)