Skip to content

Commit a4f1e30

Browse files
authored
Upgrade frontend dependencies (#316)
Signed-off-by: Cintia Sánchez García <[email protected]>
1 parent f0fb7d5 commit a4f1e30

File tree

2 files changed

+1665
-1384
lines changed

2 files changed

+1665
-1384
lines changed

web/package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,42 +6,42 @@
66
"type": "module",
77
"dependencies": {
88
"classnames": "^2.5.1",
9-
"clo-ui": "https://github.com/cncf/clo-ui.git#v0.4.1",
9+
"clo-ui": "https://github.com/cncf/clo-ui.git#v0.4.2",
1010
"lodash": "^4.17.21",
1111
"moment": "^2.30.1",
1212
"react": "^18.3.1",
1313
"react-dom": "^18.3.1",
14-
"react-icons": "^5.3.0",
15-
"react-router-dom": "^6.27.0",
14+
"react-icons": "^5.4.0",
15+
"react-router-dom": "^7.3.0",
1616
"source-map-explorer": "^2.5.3"
1717
},
1818
"devDependencies": {
1919
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
20-
"@eslint/js": "^9.13.0",
21-
"@testing-library/jest-dom": "^6.6.2",
22-
"@testing-library/react": "^16.0.1",
23-
"@testing-library/user-event": "^14.5.2",
20+
"@eslint/js": "^9.20.0",
21+
"@testing-library/jest-dom": "^6.6.3",
22+
"@testing-library/react": "^16.2.0",
23+
"@testing-library/user-event": "^14.6.1",
2424
"@types/jest": "^29.5.14",
25-
"@types/lodash": "^4.17.12",
26-
"@types/node": "^22.8.2",
27-
"@types/react": "^18.3.12",
28-
"@types/react-dom": "^18.3.1",
29-
"eslint": "^9.13.0",
30-
"eslint-config-prettier": "^9.1.0",
31-
"eslint-plugin-prettier": "^5.2.1",
32-
"eslint-plugin-react-hooks": "^5.0.0",
25+
"@types/lodash": "^4.17.15",
26+
"@types/node": "^22.13.1",
27+
"@types/react": "^18.3.18",
28+
"@types/react-dom": "^18.3.5",
29+
"eslint": "^9.20.0",
30+
"eslint-config-prettier": "^10.1.1",
31+
"eslint-plugin-prettier": "^5.2.3",
32+
"eslint-plugin-react-hooks": "^5.1.0",
3333
"eslint-plugin-simple-import-sort": "^12.1.1",
34-
"globals": "^15.11.0",
35-
"postcss": "^8.4.47",
36-
"prettier": "^3.3.3",
34+
"globals": "^16.0.0",
35+
"postcss": "^8.5.2",
36+
"prettier": "^3.5.0",
3737
"react-scripts": "5.0.1",
38-
"sass": "^1.80.4",
39-
"shx": "^0.3.4",
40-
"typescript": "^5.6.3",
41-
"typescript-eslint": "^8.12.0"
38+
"sass": "^1.84.0",
39+
"shx": "^0.4.0",
40+
"typescript": "^5.7.3",
41+
"typescript-eslint": "^8.24.0"
4242
},
4343
"resolutions": {
44-
"react-scripts/**/core-js-pure": "3.38.1"
44+
"react-scripts/**/core-js-pure": "3.41.0"
4545
},
4646
"scripts": {
4747
"copy:static": "shx rm -rf src/static && shx mkdir src/static && shx cp -r public/static/* src",

0 commit comments

Comments
 (0)