Skip to content

Commit

Permalink
Bump deps in packages/**/package.json (#16325)
Browse files Browse the repository at this point in the history
  • Loading branch information
acdlite committed Aug 8, 2019
1 parent 6536973 commit 95767ac
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/jest-mock-scheduler/package.json
Expand Up @@ -20,7 +20,7 @@
"homepage": "https://reactjs.org/",
"peerDependencies": {
"jest": "^23.0.1",
"scheduler": "^0.11.0"
"scheduler": "^0.15.0"
},
"files": [
"LICENSE",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-art/package.json
Expand Up @@ -27,7 +27,7 @@
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",
"prop-types": "^15.6.2",
"scheduler": "^0.14.0"
"scheduler": "^0.15.0"
},
"peerDependencies": {
"react": "^16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dom/package.json
Expand Up @@ -20,7 +20,7 @@
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",
"prop-types": "^15.6.2",
"scheduler": "^0.14.0"
"scheduler": "^0.15.0"
},
"peerDependencies": {
"react": "^16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-reconciler/package.json
Expand Up @@ -33,7 +33,7 @@
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",
"prop-types": "^15.6.2",
"scheduler": "^0.14.0"
"scheduler": "^0.15.0"
},
"browserify": {
"transform": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react-test-renderer/package.json
Expand Up @@ -22,7 +22,7 @@
"object-assign": "^4.1.1",
"prop-types": "^15.6.2",
"react-is": "^16.8.6",
"scheduler": "^0.14.0"
"scheduler": "^0.15.0"
},
"peerDependencies": {
"react": "^16.0.0"
Expand Down

1 comment on commit 95767ac

@JoostKiens
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you forget to release react-reconciler with this version update?

Please sign in to comment.