|
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.0", |
| 9 | + "clo-ui": "https://github.com/cncf/clo-ui.git#v0.4.1", |
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 | 14 | "react-icons": "^5.3.0",
|
15 |
| - "react-router-dom": "^6.26.1", |
| 15 | + "react-router-dom": "^6.27.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.10.0", |
21 |
| - "@testing-library/jest-dom": "^6.5.0", |
| 20 | + "@eslint/js": "^9.13.0", |
| 21 | + "@testing-library/jest-dom": "^6.6.2", |
22 | 22 | "@testing-library/react": "^16.0.1",
|
23 | 23 | "@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", |
30 | 30 | "eslint-config-prettier": "^9.1.0",
|
31 | 31 | "eslint-plugin-prettier": "^5.2.1",
|
32 |
| - "eslint-plugin-react-hooks": "^4.6.2", |
| 32 | + "eslint-plugin-react-hooks": "^5.0.0", |
33 | 33 | "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", |
36 | 36 | "prettier": "^3.3.3",
|
37 | 37 | "react-scripts": "5.0.1",
|
38 |
| - "sass": "^1.78.0", |
| 38 | + "sass": "^1.80.4", |
39 | 39 | "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" |
42 | 42 | },
|
43 | 43 | "resolutions": {
|
44 | 44 | "react-scripts/**/core-js-pure": "3.38.1"
|
|
0 commit comments