|
6 | 6 | "type": "module", |
7 | 7 | "dependencies": { |
8 | 8 | "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", |
10 | 10 | "lodash": "^4.17.21", |
11 | 11 | "moment": "^2.30.1", |
12 | 12 | "react": "^18.3.1", |
13 | 13 | "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", |
16 | 16 | "source-map-explorer": "^2.5.3" |
17 | 17 | }, |
18 | 18 | "devDependencies": { |
19 | 19 | "@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", |
24 | 24 | "@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", |
33 | 33 | "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", |
37 | 37 | "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" |
42 | 42 | }, |
43 | 43 | "resolutions": { |
44 | | - "react-scripts/**/core-js-pure": "3.38.1" |
| 44 | + "react-scripts/**/core-js-pure": "3.41.0" |
45 | 45 | }, |
46 | 46 | "scripts": { |
47 | 47 | "copy:static": "shx rm -rf src/static && shx mkdir src/static && shx cp -r public/static/* src", |
|
0 commit comments