Revert accidental changes to package.json (#18348)

The publish script was written before we switched to running patch
releases out-of-band, so when updating the local package.json version
numbers, it accidentally reverted other changes that have landed to
master since 16.13 was released.
This commit is contained in:
Andrew Clark 2020-03-19 13:16:37 -07:00 committed by GitHub
parent ad445b127e
commit 6818a2aa01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 13 additions and 14 deletions

View File

@ -23,6 +23,9 @@
"react": "^16.0.0",
"react-test-renderer": "^16.0.0"
},
"dependencies": {
"object-assign": "^4.1.1"
},
"files": [
"LICENSE",
"README.md",

View File

@ -26,11 +26,10 @@
"create-react-class": "^15.6.2",
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",
"prop-types": "^15.6.2",
"scheduler": "^0.19.1"
"scheduler": "^0.19.0"
},
"peerDependencies": {
"react": "^16.13.1"
"react": "^16.13.0"
},
"files": [
"LICENSE",

View File

@ -19,11 +19,10 @@
"dependencies": {
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",
"prop-types": "^15.6.2",
"scheduler": "^0.19.1"
"scheduler": "^0.19.0"
},
"peerDependencies": {
"react": "^16.13.1"
"react": "^16.13.0"
},
"files": [
"LICENSE",

View File

@ -26,13 +26,12 @@
"node": ">=0.10.0"
},
"peerDependencies": {
"react": "^16.13.1"
"react": "^16.13.0"
},
"dependencies": {
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",
"prop-types": "^15.6.2",
"scheduler": "^0.19.1"
"scheduler": "^0.19.0"
},
"browserify": {
"transform": [

View File

@ -20,12 +20,12 @@
"homepage": "https://reactjs.org/",
"dependencies": {
"object-assign": "^4.1.1",
"prop-types": "^15.6.2",
"react-is": "^16.8.6",
"scheduler": "^0.19.1"
"react-shallow-renderer": "^16.13.1",
"scheduler": "^0.19.0"
},
"peerDependencies": {
"react": "^16.13.1"
"react": "^16.13.0"
},
"files": [
"LICENSE",

View File

@ -29,8 +29,7 @@
},
"dependencies": {
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",
"prop-types": "^15.6.2"
"object-assign": "^4.1.1"
},
"browserify": {
"transform": [