|
24 | 24 | },
|
25 | 25 | "homepage": "https://github.com/patternfly/patternfly-react#readme",
|
26 | 26 | "devDependencies": {
|
27 |
| - "@babel/core": "^7.21.8", |
28 |
| - "@babel/plugin-proposal-class-properties": "^7.18.6", |
29 |
| - "@babel/plugin-proposal-decorators": "^7.21.0", |
30 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.20.7", |
31 |
| - "@babel/plugin-proposal-optional-chaining": "^7.21.0", |
32 |
| - "@babel/plugin-proposal-private-methods": "^7.18.6", |
33 |
| - "@babel/plugin-proposal-private-property-in-object": "^7.21.0", |
34 |
| - "@babel/preset-env": "^7.21.5", |
35 |
| - "@babel/preset-react": "^7.18.6", |
36 |
| - "@babel/preset-typescript": "^7.21.5", |
| 27 | + "@babel/core": "^7.24.3", |
| 28 | + "@babel/plugin-transform-modules-commonjs": "^7.24.1", |
| 29 | + "@babel/preset-react": "^7.24.1", |
| 30 | + "@babel/preset-typescript": "^7.24.1", |
37 | 31 | "@octokit/rest": "^20.0.0",
|
38 | 32 | "@testing-library/jest-dom": "^5.16.5",
|
39 | 33 | "@testing-library/react": "^13.4.0",
|
|
43 | 37 | "@types/react-dom": "^18",
|
44 | 38 | "@typescript-eslint/eslint-plugin": "^5.59.2",
|
45 | 39 | "@typescript-eslint/parser": "^5.59.2",
|
46 |
| - "babel-jest": "^27.2.5", |
47 |
| - "jest-transform-stub": "^2.0.0", |
| 40 | + "babel-jest": "^29.7.0", |
48 | 41 | "concurrently": "^7.6.0",
|
49 | 42 | "eslint": "^8.39.0",
|
50 | 43 | "eslint-plugin-markdown": "^3.0.0",
|
|
56 | 49 | "husky": "^4.3.0",
|
57 | 50 | "jest": "27.2.5",
|
58 | 51 | "jest-cli": "27.2.5",
|
| 52 | + "jest-transform-stub": "^2.0.0", |
59 | 53 | "lerna": "^7.1.5",
|
60 | 54 | "lint-staged": "^14.0.0",
|
61 | 55 | "mutation-observer": "^1.0.3",
|
|
64 | 58 | "react": "^18",
|
65 | 59 | "react-dom": "^18",
|
66 | 60 | "surge": "^0.23.1",
|
| 61 | + "ts-node": "^10.9.1", |
67 | 62 | "ts-patch": "^2.1.0",
|
68 |
| - "typescript": "^4.7.4", |
69 |
| - "ts-node": "^10.9.1" |
| 63 | + "typescript": "^4.7.4" |
70 | 64 | },
|
71 | 65 | "scripts": {
|
72 | 66 | "build": "yarn clean && yarn build:generate && yarn build:esm && yarn build:cjs && yarn build:subpaths && yarn build:single:packages",
|
|
0 commit comments