|
4 | 4 | "private": true,
|
5 | 5 | "type": "module",
|
6 | 6 | "dependencies": {
|
7 |
| - "apexcharts": "^3.49.1", |
| 7 | + "apexcharts": "^3.51.0", |
8 | 8 | "classnames": "^2.5.1",
|
9 |
| - "clo-ui": "https://github.com/cncf/clo-ui.git#v0.3.2", |
| 9 | + "clo-ui": "https://github.com/cncf/clo-ui.git#v0.3.3", |
10 | 10 | "lodash": "^4.17.21",
|
11 | 11 | "moment": "^2.30.1",
|
12 | 12 | "nth-check": "^2.0.1",
|
|
15 | 15 | "react-dom": "^18.3.1",
|
16 | 16 | "react-icons": "^5.2.0",
|
17 | 17 | "react-markdown": "^9.0.1",
|
18 |
| - "react-router-dom": "^6.24.0", |
| 18 | + "react-router-dom": "^6.25.1", |
19 | 19 | "react-syntax-highlighter": "^15.5.0",
|
20 | 20 | "rehype-external-links": "^3.0.0"
|
21 | 21 | },
|
22 | 22 | "devDependencies": {
|
23 | 23 | "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
24 |
| - "@eslint/js": "^9.5.0", |
25 |
| - "@testing-library/dom": "^10.2.0", |
26 |
| - "@testing-library/jest-dom": "^6.4.6", |
| 24 | + "@eslint/js": "^9.8.0", |
| 25 | + "@testing-library/dom": "^10.4.0", |
| 26 | + "@testing-library/jest-dom": "^6.4.8", |
27 | 27 | "@testing-library/react": "^16.0.0",
|
28 | 28 | "@testing-library/user-event": "^14.5.2",
|
29 | 29 | "@types/jest": "^29.5.12",
|
30 |
| - "@types/lodash": "^4.17.5", |
31 |
| - "@types/node": "^20.14.8", |
| 30 | + "@types/lodash": "^4.17.7", |
| 31 | + "@types/node": "^20.14.12", |
32 | 32 | "@types/react": "^18.3.3",
|
33 | 33 | "@types/react-dom": "^18.3.0",
|
34 | 34 | "@types/react-router-dom": "^5.3.2",
|
35 | 35 | "@types/react-syntax-highlighter": "^15.5.13",
|
36 |
| - "eslint": "^9.5.0", |
| 36 | + "eslint": "^9.7.0", |
37 | 37 | "eslint-config-prettier": "^9.1.0",
|
38 |
| - "eslint-plugin-prettier": "^5.1.3", |
| 38 | + "eslint-plugin-prettier": "^5.2.1", |
39 | 39 | "eslint-plugin-react-hooks": "^4.6.2",
|
40 |
| - "eslint-plugin-simple-import-sort": "^12.1.0", |
41 |
| - "globals": "^15.6.0", |
| 40 | + "eslint-plugin-simple-import-sort": "^12.1.1", |
| 41 | + "globals": "^15.8.0", |
42 | 42 | "jest-fetch-mock": "^3.0.3",
|
43 |
| - "minimatch": "^9.0.4", |
44 |
| - "postcss": "^8.4.38", |
45 |
| - "prettier": "^3.3.2", |
| 43 | + "minimatch": "^10.0.1", |
| 44 | + "postcss": "^8.4.40", |
| 45 | + "prettier": "^3.3.3", |
46 | 46 | "react-scripts": "5.0.1",
|
47 |
| - "sass": "^1.77.6", |
| 47 | + "sass": "^1.77.8", |
48 | 48 | "shx": "^0.3.4",
|
49 |
| - "typescript": "^5.5.2", |
50 |
| - "typescript-eslint": "^7.14.1" |
| 49 | + "typescript": "^5.5.4", |
| 50 | + "typescript-eslint": "^7.17.0" |
51 | 51 | },
|
52 | 52 | "resolutions": {
|
53 | 53 | "react-scripts/**/core-js-pure": "3.37.1",
|
|
67 | 67 | "eject": "react-scripts eject",
|
68 | 68 | "format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
|
69 | 69 | "format:diff": "prettier --list-different \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
|
| 70 | + "prettier:fix": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"", |
70 | 71 | "isready": "yarn format && yarn lint && yarn test --watchAll=false --passWithNoTests --verbose && yarn build",
|
71 | 72 | "lint": "eslint src --max-warnings 0",
|
72 | 73 | "lint:fix": "eslint src --max-warnings 0 --fix",
|
|
0 commit comments