File tree Expand file tree Collapse file tree 2 files changed +149
-236
lines changed
Expand file tree Collapse file tree 2 files changed +149
-236
lines changed Original file line number Diff line number Diff line change 3434 "test.update" : " yarn test --updateSnapshot" ,
3535 "test.watch" : " yarn test --watch"
3636 },
37- "peerDependencies" : {},
37+ "peerDependencies" : {
38+ "@stoplight/ui-kit" : " >=1.27" ,
39+ "react" : " >=16.7.0-alpha.1" ,
40+ "react-dom" : " >=16.7.0-alpha.1"
41+ },
3842 "dependencies" : {
39- "@stoplight/ui-kit" : " 1.x.x" ,
40- "lodash" : " ^4.17.11" ,
41- "react" : " 16.7.0-alpha.2" ,
42- "react-dom" : " 16.7.0-alpha.2"
43+ "lodash" : " ^4.17.11"
4344 },
4445 "devDependencies" : {
45- "@stoplight/scripts" : " 4.x.x " ,
46+ "@stoplight/scripts" : " 4.1.0 " ,
4647 "@stoplight/storybook-config" : " 1.x.x" ,
48+ "@stoplight/ui-kit" : " 1.27.x" ,
4749 "@types/react" : " 16.x.x" ,
4850 "@types/react-dom" : " 16.x.x" ,
4951 "enzyme" : " 3.x.x" ,
5052 "enzyme-adapter-react-16" : " 1.x.x" ,
5153 "enzyme-to-json" : " 3.x.x" ,
54+ "react" : " 16.7.0-alpha.2" ,
55+ "react-dom" : " 16.7.0-alpha.2" ,
5256 "typescript" : " 3.2.2"
5357 },
5458 "lint-staged" : {
You can’t perform that action at this time.
0 commit comments