|
23 | 23 | "screenshots": "yarn workspace @patternfly/react-console docs:screenshots" |
24 | 24 | }, |
25 | 25 | "devDependencies": { |
26 | | - "@babel/core": "^7.19.6", |
27 | | - "@babel/preset-env": "^7.19.4", |
28 | | - "@babel/preset-flow": "^7.18.6", |
29 | | - "@babel/preset-react": "^7.18.6", |
30 | | - "@babel/preset-typescript": "^7.18.6", |
| 26 | + "@babel/core": "^7.24.7", |
| 27 | + "@babel/preset-env": "^7.24.7", |
| 28 | + "@babel/preset-flow": "^7.24.7", |
| 29 | + "@babel/preset-react": "^7.24.7", |
| 30 | + "@babel/preset-typescript": "^7.24.7", |
31 | 31 | "@testing-library/dom": "9.0.0", |
32 | 32 | "@testing-library/jest-dom": "5.16.2", |
33 | 33 | "@testing-library/react": "^13.4.0", |
34 | | - "@testing-library/user-event": "14.4.3", |
| 34 | + "@testing-library/user-event": "14.5.2", |
35 | 35 | "@typescript-eslint/eslint-plugin": "^5.42.0", |
36 | 36 | "@typescript-eslint/parser": "^5.42.0", |
37 | | - "babel-jest": "^29.2.2", |
| 37 | + "babel-jest": "^29.7.0", |
38 | 38 | "concurrently": "^5.3.0", |
39 | 39 | "eslint": "^8.0.1", |
40 | 40 | "eslint-config-prettier": "8.5.0", |
41 | 41 | "eslint-config-standard-with-typescript": "^23.0.0", |
42 | | - "eslint-plugin-import": "^2.25.2", |
| 42 | + "eslint-plugin-import": "^2.29.1", |
43 | 43 | "eslint-plugin-markdown": "^1.0.2", |
44 | 44 | "eslint-plugin-n": "^15.0.0", |
45 | 45 | "eslint-plugin-prettier": "^3.1.4", |
46 | | - "eslint-plugin-promise": "^6.0.0", |
47 | | - "eslint-plugin-react": "^7.21.4", |
48 | | - "eslint-plugin-react-hooks": "^4.6.0", |
49 | | - "jest": "^29.2.2", |
50 | | - "jest-canvas-mock": "^2.4.0", |
51 | | - "jest-environment-jsdom": "^29.2.2", |
| 46 | + "eslint-plugin-promise": "^6.4.0", |
| 47 | + "eslint-plugin-react": "^7.34.3", |
| 48 | + "eslint-plugin-react-hooks": "^4.6.2", |
| 49 | + "jest": "^29.7.0", |
| 50 | + "jest-canvas-mock": "^2.5.2", |
| 51 | + "jest-environment-jsdom": "^29.7.0", |
52 | 52 | "prettier": "2.7.1", |
53 | 53 | "react": "^18", |
54 | 54 | "react-dom": "^18", |
55 | 55 | "typescript": "^4.7.4", |
56 | 56 | "@types/react": "^18", |
57 | 57 | "@types/react-dom": "^18", |
58 | | - "@types/file-saver": "^2.0.1", |
59 | | - "tslib": "^2.0.0" |
| 58 | + "@types/file-saver": "^2.0.7", |
| 59 | + "tslib": "^2.6.3" |
60 | 60 | } |
61 | 61 | } |
0 commit comments