Skip to content

Commit b640303

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

File tree

2 files changed

+1229
-1194
lines changed

2 files changed

+1229
-1194
lines changed

web/package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -6,39 +6,39 @@
66
"type": "module",
77
"dependencies": {
88
"classnames": "^2.5.1",
9-
"clo-ui": "https://github.com/cncf/clo-ui.git#v0.4.0",
9+
"clo-ui": "https://github.com/cncf/clo-ui.git#v0.4.1",
1010
"lodash": "^4.17.21",
1111
"moment": "^2.30.1",
1212
"react": "^18.3.1",
1313
"react-dom": "^18.3.1",
1414
"react-icons": "^5.3.0",
15-
"react-router-dom": "^6.26.1",
15+
"react-router-dom": "^6.27.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.10.0",
21-
"@testing-library/jest-dom": "^6.5.0",
20+
"@eslint/js": "^9.13.0",
21+
"@testing-library/jest-dom": "^6.6.2",
2222
"@testing-library/react": "^16.0.1",
2323
"@testing-library/user-event": "^14.5.2",
24-
"@types/jest": "^29.5.13",
25-
"@types/lodash": "^4.17.7",
26-
"@types/node": "^22.5.4",
27-
"@types/react": "^18.3.5",
28-
"@types/react-dom": "^18.3.0",
29-
"eslint": "^9.10.0",
24+
"@types/jest": "^29.5.14",
25+
"@types/lodash": "^4.17.12",
26+
"@types/node": "^22.8.1",
27+
"@types/react": "^18.3.12",
28+
"@types/react-dom": "^18.3.1",
29+
"eslint": "^9.13.0",
3030
"eslint-config-prettier": "^9.1.0",
3131
"eslint-plugin-prettier": "^5.2.1",
32-
"eslint-plugin-react-hooks": "^4.6.2",
32+
"eslint-plugin-react-hooks": "^5.0.0",
3333
"eslint-plugin-simple-import-sort": "^12.1.1",
34-
"globals": "^15.9.0",
35-
"postcss": "^8.4.45",
34+
"globals": "^15.11.0",
35+
"postcss": "^8.4.47",
3636
"prettier": "^3.3.3",
3737
"react-scripts": "5.0.1",
38-
"sass": "^1.78.0",
38+
"sass": "^1.80.4",
3939
"shx": "^0.3.4",
40-
"typescript": "^5.6.2",
41-
"typescript-eslint": "^8.4.0"
40+
"typescript": "^5.6.3",
41+
"typescript-eslint": "^8.11.0"
4242
},
4343
"resolutions": {
4444
"react-scripts/**/core-js-pure": "3.38.1"

0 commit comments

Comments
 (0)