|
39 | 39 | "dependencies": {
|
40 | 40 | "@types/mdast": "^3.0.3",
|
41 | 41 | "@types/unist": "^2.0.3",
|
42 |
| - "html-to-react": "^1.3.4", |
| 42 | + "html-to-react": "^1.4.5", |
43 | 43 | "mdast-add-list-metadata": "1.0.1",
|
44 | 44 | "prop-types": "^15.7.2",
|
45 |
| - "react-is": "^16.8.6", |
| 45 | + "react-is": "^17.0.0", |
46 | 46 | "remark-parse": "^9.0.0",
|
47 | 47 | "unified": "^9.0.0",
|
48 | 48 | "unist-util-visit": "^2.0.0",
|
49 | 49 | "xtend": "^4.0.1"
|
50 | 50 | },
|
51 | 51 | "peerDependencies": {
|
52 | 52 | "@types/react": "^15.0.0 || ^16.0.0",
|
53 |
| - "react": "^15.0.0 || ^16.0.0" |
| 53 | + "react": ">=16" |
54 | 54 | },
|
55 | 55 | "devDependencies": {
|
56 | 56 | "@babel/cli": "^7.0.0",
|
|
64 | 64 | "@rollup/plugin-replace": "^2.0.0",
|
65 | 65 | "@types/react": "^16.0.0",
|
66 | 66 | "@types/react-dom": "^16.0.0",
|
| 67 | + "@wojtekmaj/enzyme-adapter-react-17": "^0.1.1", |
67 | 68 | "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
68 | 69 | "dtslint": "^4.0.0",
|
69 | 70 | "enzyme": "^3.10.0",
|
70 |
| - "enzyme-adapter-react-16": "^1.0.0", |
71 | 71 | "eslint": "^7.0.0",
|
72 | 72 | "eslint-config-prettier": "^6.0.0",
|
73 | 73 | "eslint-config-sanity": "^4.0.0",
|
74 | 74 | "eslint-plugin-react": "^7.0.0",
|
75 | 75 | "jest": "^26.0.0",
|
76 | 76 | "npm-run-all": "^4.0.0",
|
77 | 77 | "prettier": "^2.0.0",
|
78 |
| - "react": "^16.0.0", |
79 |
| - "react-dom": "^16.0.0", |
80 | 78 | "react-katex": "^2.0.0",
|
81 |
| - "react-test-renderer": "^16.0.0", |
| 79 | + "react": "^17.0.0", |
| 80 | + "react-dom": "^17.0.0", |
| 81 | + "react-test-renderer": "^17.0.0", |
82 | 82 | "remark-cli": "^9.0.0",
|
83 | 83 | "remark-gfm": "^1.0.0",
|
84 | 84 | "remark-math": "^4.0.0",
|
|
0 commit comments