Skip to content

Commit 99dacd6

Browse files
committed
chore: organize deps
1 parent 209e0fe commit 99dacd6

File tree

2 files changed

+149
-236
lines changed

2 files changed

+149
-236
lines changed

package.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,25 @@
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": {

0 commit comments

Comments
 (0)