|
35 | 35 | "test.watch": "yarn test --watch" |
36 | 36 | }, |
37 | 37 | "peerDependencies": { |
38 | | - "@stoplight/ui-kit": ">=1.49", |
| 38 | + "@stoplight/tree-list": ">=2.0.0", |
| 39 | + "@stoplight/ui-kit": ">=2.0.0", |
39 | 40 | "react": ">=16.7.0-alpha.1", |
40 | 41 | "react-dom": ">=16.7.0-alpha.1" |
41 | 42 | }, |
42 | 43 | "dependencies": { |
43 | 44 | "@emotion/core": "^10.0.10", |
44 | 45 | "@fortawesome/free-solid-svg-icons": "5.6.x", |
45 | 46 | "@stoplight/json": "1.9.x", |
46 | | - "@stoplight/tree-list": "^3.6.0", |
| 47 | + "@stoplight/tree-list": "^4.0.0", |
47 | 48 | "@types/json-schema": "^7.0.3", |
| 49 | + "classnames": "^2.2.6", |
48 | 50 | "lodash": "4.17.x", |
49 | 51 | "mobx": "^5.9.4", |
| 52 | + "pluralize": "^7.0.0", |
50 | 53 | "json-schema-merge-allof": "^0.6.0" |
51 | 54 | }, |
52 | 55 | "devDependencies": { |
53 | 56 | "@sambego/storybook-state": "^1.3.4", |
54 | 57 | "@stoplight/scripts": "4.1.0", |
55 | 58 | "@stoplight/storybook-config": "1.4.0", |
56 | 59 | "@stoplight/types": "4.1.0", |
57 | | - "@stoplight/ui-kit": "1.49.3", |
| 60 | + "@stoplight/ui-kit": "2.0.0", |
58 | 61 | "@types/enzyme": "3.9.1", |
| 62 | + "@types/pluralize": "^0.0.29", |
59 | 63 | "@types/react": "16.8.12", |
60 | 64 | "@types/react-dom": "16.8.3", |
61 | 65 | "enzyme": "3.9.0", |
62 | 66 | "enzyme-adapter-react-16": "1.12.1", |
63 | 67 | "enzyme-to-json": "3.x.x", |
64 | 68 | "jest-enzyme": "7.0.2", |
| 69 | + "node-sass": "^4.11.0", |
| 70 | + "node-sass-package-importer": "^5.3.1", |
| 71 | + "postcss-import": "^12.0.1", |
| 72 | + "postcss-loader": "^3.0.0", |
65 | 73 | "react": "16.8.6", |
66 | 74 | "react-dom": "16.8.6", |
| 75 | + "sass-loader": "^7.1.0", |
| 76 | + "ts-loader": "^5.3.3", |
67 | 77 | "typescript": "3.4.2" |
68 | 78 | }, |
69 | 79 | "lint-staged": { |
|
0 commit comments