chore(react-json-tree): add back react dev dependencies (#606)

This commit is contained in:
Nathan Bierema 2020-08-22 20:10:47 -04:00 committed by GitHub
parent 57fa5c8834
commit 07a9919a68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -22,5 +22,9 @@
"react-dom": "^16.13.1",
"react-json-tree": "^0.12.1"
},
"devDependencies": {
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8"
},
"private": true
}

View File

@ -50,6 +50,12 @@
"prop-types": "^15.7.2",
"react-base16-styling": "^0.7.0"
},
"devDependencies": {
"@types/react": "^16.3.18",
"@types/react-test-renderer": "^16.9.3",
"react": "^16.13.1",
"react-test-renderer": "^16.13.1"
},
"peerDependencies": {
"@types/react": "^16.3.18",
"react": "^16.3.0"