|
1 | 1 | {
|
2 | 2 | "name": "@patternfly/react-user-feedback-root",
|
3 | 3 | "private": true,
|
4 |
| - "version": "0.0.0", |
| 4 | + "version": "5.0.0-alpha.0", |
5 | 5 | "description": "This library provides patternfly extensions",
|
6 | 6 | "license": "MIT",
|
7 | 7 | "workspaces": [
|
|
26 | 26 | "prepare": "husky install"
|
27 | 27 | },
|
28 | 28 | "devDependencies": {
|
| 29 | + "babel-jest": "^29.2.2", |
29 | 30 | "@babel/core": "^7.19.6",
|
30 | 31 | "@babel/preset-env": "^7.19.4",
|
31 |
| - "@babel/preset-flow": "^7.18.6", |
32 | 32 | "@babel/preset-react": "^7.18.6",
|
| 33 | + "@babel/preset-flow": "^7.18.6", |
33 | 34 | "@babel/preset-typescript": "^7.18.6",
|
34 |
| - "@testing-library/jest-dom": "5.16.5", |
35 |
| - "@testing-library/react": "^12.1.5", |
36 |
| - "@testing-library/user-event": "13.5.0", |
| 35 | + "react": "^18", |
| 36 | + "react-dom": "^18", |
| 37 | + "typescript": "^4.7.4", |
37 | 38 | "@typescript-eslint/eslint-plugin": "^5.42.0",
|
38 | 39 | "@typescript-eslint/parser": "^5.42.0",
|
39 |
| - "babel-jest": "^29.2.2", |
| 40 | + "@types/react": "^18", |
| 41 | + "@types/react-dom": "^18", |
40 | 42 | "concurrently": "^5.3.0",
|
41 | 43 | "eslint": "^8.0.1",
|
42 |
| - "eslint-config-prettier": "8.5.0", |
43 |
| - "eslint-config-standard-with-typescript": "^23.0.0", |
44 | 44 | "eslint-plugin-import": "^2.25.2",
|
45 | 45 | "eslint-plugin-markdown": "^1.0.2",
|
46 |
| - "eslint-plugin-n": "^15.0.0", |
47 | 46 | "eslint-plugin-prettier": "^3.1.4",
|
48 |
| - "eslint-plugin-promise": "^6.0.0", |
49 | 47 | "eslint-plugin-react": "^7.21.4",
|
| 48 | + "eslint-config-standard-with-typescript": "^23.0.0", |
| 49 | + "eslint-plugin-n": "^15.0.0", |
| 50 | + "eslint-plugin-promise": "^6.0.0", |
50 | 51 | "eslint-plugin-react-hooks": "^4.6.0",
|
51 |
| - "husky": "^8.0.3", |
| 52 | + "eslint-config-prettier": "8.5.0", |
| 53 | + "prettier": "2.7.1", |
52 | 54 | "jest": "^29.2.2",
|
| 55 | + "husky": "^8.0.3", |
| 56 | + "@testing-library/react":"^13.4.0", |
| 57 | + "@testing-library/user-event": "14.4.3", |
| 58 | + "@testing-library/jest-dom":"5.16.5", |
| 59 | + "@testing-library/dom": "9.0.0", |
53 | 60 | "jest-environment-jsdom": "^29.2.2",
|
54 |
| - "prettier": "2.7.1", |
55 |
| - "react": "^17", |
56 |
| - "react-dom": "^17", |
57 |
| - "serve": "^14.1.2" |
| 61 | + "jest-canvas-mock": "^2.4.0", |
| 62 | + "serve": "^14.1.2", |
| 63 | + "rimraf": "^2.6.2" |
58 | 64 | }
|
59 | 65 | }
|
0 commit comments