We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Methuselah96
Learn more about funding links in repositories.
Report abuse
1 parent 57fa5c8 commit 07a9919Copy full SHA for 07a9919
packages/react-json-tree/examples/package.json
@@ -22,5 +22,9 @@
22
"react-dom": "^16.13.1",
23
"react-json-tree": "^0.12.1"
24
},
25
+ "devDependencies": {
26
+ "@types/react": "^16.9.46",
27
+ "@types/react-dom": "^16.9.8"
28
+ },
29
"private": true
30
}
packages/react-json-tree/package.json
@@ -50,6 +50,12 @@
50
"prop-types": "^15.7.2",
51
"react-base16-styling": "^0.7.0"
52
53
54
+ "@types/react": "^16.3.18",
55
+ "@types/react-test-renderer": "^16.9.3",
56
+ "react": "^16.13.1",
57
+ "react-test-renderer": "^16.13.1"
58
59
"peerDependencies": {
60
"@types/react": "^16.3.18",
61
"react": "^16.3.0"
0 commit comments