|
33 | 33 | "lint": "eslint -c .eslintrc.json --ext ts,tsx src" |
34 | 34 | }, |
35 | 35 | "peerDependencies": { |
36 | | - "react": ">=16.8.0", |
37 | | - "react-dom": ">=16.8.0", |
38 | | - "ts-graphviz": "^0.13.1" |
| 36 | + "react": ">=16.8.0 || >=17" |
39 | 37 | }, |
40 | 38 | "dependencies": { |
41 | 39 | "prop-types": "^15.7.2", |
42 | | - "react-reconciler": "^0.25.1" |
| 40 | + "react-dom": "^17.0.1", |
| 41 | + "react-reconciler": "^0.26.1", |
| 42 | + "ts-graphviz": "^0.14.0" |
43 | 43 | }, |
44 | 44 | "devDependencies": { |
45 | | - "@rollup/plugin-commonjs": "^15.0.0", |
46 | | - "@testing-library/jest-dom": "^5.5.0", |
47 | | - "@testing-library/react": "^10.0.4", |
48 | | - "@testing-library/react-hooks": "^3.2.1", |
| 45 | + "@rollup/plugin-commonjs": "^17.0.0", |
| 46 | + "@testing-library/jest-dom": "^5.11.8", |
| 47 | + "@testing-library/react": "^11.2.3", |
| 48 | + "@testing-library/react-hooks": "^4.0.0", |
49 | 49 | "@types/fs-extra": "^9.0.1", |
50 | 50 | "@types/glob": "^7.1.3", |
51 | 51 | "@types/prop-types": "^15.7.3", |
52 | | - "@types/react": "^16.9.17", |
53 | | - "@types/react-dom": "^16.9.4", |
| 52 | + "@types/react": "^17.0.0", |
| 53 | + "@types/react-dom": "^17.0.0", |
54 | 54 | "@types/react-reconciler": "^0.18.0", |
55 | | - "@typescript-eslint/eslint-plugin": "^2.28.0", |
56 | | - "@typescript-eslint/parser": "^2.28.0", |
57 | | - "babel-loader": "^8.1.0", |
58 | | - "eslint": "^6.8.0", |
59 | | - "eslint-config-airbnb": "^18.1.0", |
60 | | - "eslint-config-prettier": "^6.10.1", |
61 | | - "eslint-plugin-import": "^2.20.2", |
62 | | - "eslint-plugin-jest": "^23.8.2", |
63 | | - "eslint-plugin-jsx-a11y": "^6.2.3", |
64 | | - "eslint-plugin-prettier": "^3.1.3", |
65 | | - "eslint-plugin-react": "^7.19.0", |
66 | | - "eslint-plugin-react-hooks": "^4.0.0", |
67 | | - "fs-extra": "^9.0.0", |
| 55 | + "@typescript-eslint/eslint-plugin": "^4.12.0", |
| 56 | + "@typescript-eslint/parser": "^4.12.0", |
| 57 | + "eslint": "^7.17.0", |
| 58 | + "eslint-config-airbnb": "^18.2.1", |
| 59 | + "eslint-config-prettier": "^7.1.0", |
| 60 | + "eslint-plugin-import": "^2.22.1", |
| 61 | + "eslint-plugin-jest": "^24.1.3", |
| 62 | + "eslint-plugin-jsx-a11y": "^6.4.1", |
| 63 | + "eslint-plugin-prettier": "^3.3.1", |
| 64 | + "eslint-plugin-react": "^ 7.22.0", |
| 65 | + "eslint-plugin-react-hooks": "^4.2.0", |
| 66 | + "fs-extra": "^9.0.1", |
68 | 67 | "glob": "^7.1.6", |
69 | | - "jest": "^25.3.0", |
70 | | - "jest-graphviz": "^0.3.1", |
71 | | - "prettier": "^2.0.5", |
72 | | - "react": "^16.13.1", |
73 | | - "react-dom": "^16.13.1", |
74 | | - "react-test-renderer": "^16.13.1", |
75 | | - "rollup": "^2.6.1", |
76 | | - "rollup-plugin-dts": "^1.4.9", |
77 | | - "rollup-plugin-terser": "^7.0.0", |
78 | | - "rollup-plugin-typescript2": "^0.27.0", |
79 | | - "ts-graphviz": "^0.13.1", |
80 | | - "ts-jest": "^25.3.1", |
81 | | - "ts-loader": "^8.0.3", |
82 | | - "ts-node": "^8.9.1", |
83 | | - "typescript": "^3.8.2" |
| 68 | + "jest": "^26.6.3", |
| 69 | + "jest-graphviz": "^0.4.0", |
| 70 | + "prettier": "^2.2.1", |
| 71 | + "react": "^17.0.1", |
| 72 | + "react-test-renderer": "^17.0.1", |
| 73 | + "rollup": "^2.36.1", |
| 74 | + "rollup-plugin-dts": "^2.0.1", |
| 75 | + "rollup-plugin-terser": "^7.0.2", |
| 76 | + "rollup-plugin-typescript2": "^0.29.0", |
| 77 | + "ts-jest": "^26.4.4", |
| 78 | + "ts-node": "^9.1.1", |
| 79 | + "typescript": "^4.1.3" |
84 | 80 | } |
85 | 81 | } |
0 commit comments