Skip to content

Commit e5b3554

Browse files
authored
Add 'create-react-class' to react dependencies for build (#9847)
**what is the change?:** We needed this dependency in the package.json **why make this change?:** Even though `create-react-class` was added as a dependency to the `package.json` in https://github.com/facebook/react/pull/9399/files we didn't completely cherry-pick this change onto 15.6 from master in b48b259 This fixes that omission. Following this fix we will review PR 9399 and make sure nothing else was missed. **test plan:** `yarn build` and inspect the `builds/packages/react/package.json`, see that `create-react-class` is included. **issue:** #9830
1 parent fe031ca commit e5b3554

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"node": ">=0.10.0"
2424
},
2525
"dependencies": {
26+
"create-react-class": "^15.5.2",
2627
"fbjs": "^0.8.9",
2728
"loose-envify": "^1.1.0",
2829
"object-assign": "^4.1.0",

0 commit comments

Comments
 (0)