|
4 | 4 | "description": "CLOWarden",
|
5 | 5 | "license": "Apache-2.0",
|
6 | 6 | "dependencies": {
|
7 |
| - "classnames": "^2.3.2", |
8 |
| - "clo-ui": "https://github.com/cncf/clo-ui.git#0.1.20", |
| 7 | + "classnames": "^2.5.1", |
| 8 | + "clo-ui": "https://github.com/cncf/clo-ui.git#0.1.21", |
9 | 9 | "lodash": "^4.17.21",
|
10 |
| - "moment": "^2.29.4", |
| 10 | + "moment": "^2.30.1", |
11 | 11 | "react": "^18.2.0",
|
12 | 12 | "react-dom": "^18.2.0",
|
13 | 13 | "react-icons": "^4.12.0",
|
14 |
| - "react-router-dom": "^6.19.0", |
| 14 | + "react-router-dom": "^6.21.1", |
15 | 15 | "source-map-explorer": "^2.5.3"
|
16 | 16 | },
|
17 | 17 | "devDependencies": {
|
18 | 18 | "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
19 |
| - "@testing-library/jest-dom": "^6.1.4", |
| 19 | + "@testing-library/jest-dom": "^6.1.6", |
20 | 20 | "@testing-library/react": "^14.1.2",
|
21 |
| - "@testing-library/user-event": "^14.5.1", |
22 |
| - "@types/jest": "^29.5.7", |
| 21 | + "@testing-library/user-event": "^14.5.2", |
| 22 | + "@types/jest": "^29.5.11", |
23 | 23 | "@types/lodash": "^4.14.200",
|
24 |
| - "@types/node": "^20.9.2", |
25 |
| - "@types/react": "^18.2.36", |
26 |
| - "@types/react-dom": "^18.2.14", |
27 |
| - "eslint-config-prettier": "^9.0.0", |
28 |
| - "eslint-plugin-prettier": "^5.0.1", |
| 24 | + "@types/node": "^20.10.6", |
| 25 | + "@types/react": "^18.2.46", |
| 26 | + "@types/react-dom": "^18.2.18", |
| 27 | + "eslint-config-prettier": "^9.1.0", |
| 28 | + "eslint-plugin-prettier": "^5.1.2", |
29 | 29 | "eslint-plugin-simple-import-sort": "^10.0.0",
|
30 |
| - "postcss": "^8.4.31", |
31 |
| - "prettier": "^3.1.0", |
| 30 | + "postcss": "^8.4.32", |
| 31 | + "prettier": "^3.1.1", |
32 | 32 | "react-scripts": "5.0.1",
|
33 |
| - "sass": "^1.69.5", |
| 33 | + "sass": "^1.69.6", |
34 | 34 | "shx": "^0.3.4",
|
35 |
| - "typescript": "^5.3.2" |
| 35 | + "typescript": "^5.3.3" |
36 | 36 | },
|
37 | 37 | "resolutions": {
|
38 |
| - "react-scripts/**/core-js-pure": "3.33.3" |
| 38 | + "react-scripts/**/core-js-pure": "3.35.0" |
39 | 39 | },
|
40 | 40 | "scripts": {
|
41 | 41 | "copy:static": "shx rm -rf src/static && shx mkdir src/static && shx cp -r public/static/* src",
|
|
0 commit comments