Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit abc6638

Browse files
committed
Add react as devDependency
1 parent d418199 commit abc6638

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

‎package.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"lint": "tslint --type-check -p . -t codeFrame 'src/**/*.ts'",
1515
"test": "jest",
1616
"test:watch": "jest --watch",
17-
"test:prod": "yarn lint && yarn test -- --coverage --no-cache",
17+
"test:prod": "yarn lint && yarn test --coverage --no-cache",
1818
"prepublish": "yarn build",
1919
"storybook": "start-storybook -p 9001 -c .storybook",
2020
"deploy-storybook": "storybook-to-ghpages"
@@ -59,6 +59,7 @@
5959
"jest": "^20.0.4",
6060
"lint-staged": "^4.1.3",
6161
"prettier": "^1.6.1",
62+
"react": "^15.6.1",
6263
"react-dom": "^15.6.1",
6364
"react-test-renderer": "^15.6.1",
6465
"rimraf": "^2.6.1",

‎yarn.lock‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2027,8 +2027,8 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4:
20272027
sha.js "^2.4.8"
20282028

20292029
create-react-class@^15.6.0:
2030-
version "15.6.0"
2031-
resolved "https://registry.yarnpkg.com/create-react-class/-/create-react-class-15.6.0.tgz#ab448497c26566e1e29413e883207d57cfe7bed4"
2030+
version "15.6.3"
2031+
resolved "https://registry.yarnpkg.com/create-react-class/-/create-react-class-15.6.3.tgz#2d73237fb3f970ae6ebe011a9e66f46dbca80036"
20322032
dependencies:
20332033
fbjs "^0.8.9"
20342034
loose-envify "^1.3.1"
@@ -5587,8 +5587,8 @@ react-treebeard@^2.0.3:
55875587
velocity-react "^1.3.1"
55885588

55895589
react@^15.6.1:
5590-
version "15.6.1"
5591-
resolved "https://registry.yarnpkg.com/react/-/react-15.6.1.tgz#baa8434ec6780bde997cdc380b79cd33b96393df"
5590+
version "15.6.2"
5591+
resolved "https://registry.yarnpkg.com/react/-/react-15.6.2.tgz#dba0434ab439cfe82f108f0f511663908179aa72"
55925592
dependencies:
55935593
create-react-class "^15.6.0"
55945594
fbjs "^0.8.9"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /