Skip to content

Commit f251460

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

File tree

2 files changed

+313
-569
lines changed

2 files changed

+313
-569
lines changed

web/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,43 +6,43 @@
66
"type": "module",
77
"dependencies": {
88
"classnames": "^2.5.1",
9-
"clo-ui": "https://github.com/cncf/clo-ui.git#v0.5.4",
10-
"date-fns": "^3.6.0",
9+
"clo-ui": "https://github.com/cncf/clo-ui.git#v0.5.5",
10+
"date-fns": "^4.1.0",
1111
"lodash": "^4.17.21",
1212
"react": "^19.2.0",
1313
"react-dom": "^19.2.0",
1414
"react-icons": "^5.5.0",
15-
"react-router-dom": "^7.9.2",
15+
"react-router-dom": "^7.9.5",
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.38.0",
20+
"@eslint/js": "^9.39.0",
2121
"@testing-library/jest-dom": "^6.9.1",
2222
"@testing-library/react": "^16.3.0",
2323
"@testing-library/user-event": "^14.6.1",
2424
"@types/jest": "^30.0.0",
2525
"@types/lodash": "^4.17.16",
26-
"@types/node": "^24.9.1",
26+
"@types/node": "^24.9.2",
2727
"@types/react": "^19.2.2",
2828
"@types/react-dom": "^19.2.2",
2929
"@vitejs/plugin-react": "^5.1.0",
30-
"@vitest/coverage-v8": "^4.0.4",
31-
"eslint": "^9.38.0",
30+
"@vitest/coverage-v8": "^4.0.6",
31+
"eslint": "^9.39.0",
3232
"eslint-config-prettier": "^10.1.2",
3333
"eslint-plugin-prettier": "^5.4.0",
3434
"eslint-plugin-react-hooks": "^7.0.1",
3535
"eslint-plugin-simple-import-sort": "^12.1.1",
36-
"globals": "^16.0.0",
37-
"jsdom": "^27.0.1",
36+
"globals": "^16.5.0",
37+
"jsdom": "^27.1.0",
3838
"postcss": "^8.4.47",
3939
"prettier": "^3.5.3",
40-
"sass": "^1.87.0",
40+
"sass": "^1.93.3",
4141
"shx": "^0.4.0",
4242
"typescript": "^5.9.3",
4343
"typescript-eslint": "^8.46.2",
4444
"vite": "^7.1.12",
45-
"vitest": "^4.0.4"
45+
"vitest": "^4.0.6"
4646
},
4747
"scripts": {
4848
"copy:static": "shx rm -rf src/static && shx mkdir src/static && shx cp -r public/static/* src",

0 commit comments

Comments
 (0)