|
26 | 26 | }, |
27 | 27 | "devDependencies": { |
28 | 28 | "@babel/core": "^7.19.6", |
| 29 | + "@babel/plugin-proposal-class-properties": "^7.18.6", |
| 30 | + "@babel/plugin-proposal-decorators": "^7.21.0", |
29 | 31 | "@babel/preset-env": "^7.19.4", |
30 | | - "@babel/preset-react": "^7.18.6", |
31 | 32 | "@babel/preset-flow": "^7.18.6", |
| 33 | + "@babel/preset-react": "^7.18.6", |
32 | 34 | "@babel/preset-typescript": "^7.18.6", |
33 | | - "@babel/plugin-proposal-decorators": "^7.21.0", |
34 | | - "@babel/plugin-proposal-class-properties": "^7.18.6", |
| 35 | + "@octokit/rest": "^18.0.0", |
| 36 | + "@testing-library/dom": "9.0.0", |
| 37 | + "@testing-library/jest-dom": "5.16.5", |
35 | 38 | "@testing-library/react": "^13.4.0", |
36 | 39 | "@testing-library/user-event": "14.4.3", |
37 | | - "@testing-library/jest-dom": "5.16.5", |
38 | | - "@testing-library/dom": "9.0.0", |
| 40 | + "@types/react": "^18", |
39 | 41 | "@typescript-eslint/eslint-plugin": "^5.42.0", |
40 | 42 | "@typescript-eslint/parser": "^5.42.0", |
41 | | - "@octokit/rest": "^18.0.0", |
42 | 43 | "babel-jest": "^29.2.2", |
43 | 44 | "concurrently": "^5.3.0", |
44 | 45 | "eslint": "8.22.0", |
| 46 | + "eslint-config-prettier": "8.5.0", |
| 47 | + "eslint-config-standard-with-typescript": "^23.0.0", |
45 | 48 | "eslint-plugin-import": "^2.25.2", |
46 | 49 | "eslint-plugin-markdown": "^1.0.2", |
47 | | - "eslint-plugin-prettier": "^3.1.4", |
48 | | - "eslint-plugin-react": "^7.21.4", |
49 | | - "eslint-config-standard-with-typescript": "^23.0.0", |
50 | 50 | "eslint-plugin-n": "^15.0.0", |
| 51 | + "eslint-plugin-patternfly-react": "^4.80.4", |
| 52 | + "eslint-plugin-prettier": "^3.1.4", |
51 | 53 | "eslint-plugin-promise": "^6.0.0", |
| 54 | + "eslint-plugin-react": "^7.21.4", |
52 | 55 | "eslint-plugin-react-hooks": "^4.6.0", |
53 | | - "eslint-config-prettier": "8.5.0", |
54 | | - "eslint-plugin-patternfly-react": "^4.80.4", |
55 | 56 | "jest": "^29.2.2", |
56 | 57 | "jest-environment-jsdom": "^29.2.2", |
57 | 58 | "jest-transform-stub": "^2.0.0", |
|
60 | 61 | "react-dom": "^18", |
61 | 62 | "serve": "^14.1.2", |
62 | 63 | "surge": "^0.23.1", |
63 | | - "typedoc": "0.23", |
64 | | - "@types/react": "^18" |
| 64 | + "typedoc": "0.23" |
65 | 65 | }, |
66 | | - "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" |
| 66 | + "packageManager": "yarn@4.10.3" |
67 | 67 | } |
0 commit comments