|
20 | 20 | "node": ">=8.3.0" |
21 | 21 | }, |
22 | 22 | "scripts": { |
23 | | - "build": "sl-scripts build", |
| 23 | + "build": "sl-scripts build --sourcemap", |
24 | 24 | "build.docs": "build-storybook -c .storybook -o docs-auto", |
25 | 25 | "commit": "git-cz", |
26 | | - "lint": "tslint -c tslint.json 'src/**/*.ts?'", |
| 26 | + "lint": "tslint -c tslint.json -p tsconfig.json 'src/**/*.ts?'", |
27 | 27 | "lint.fix": "yarn lint --fix", |
28 | 28 | "release": "sl-scripts release", |
29 | 29 | "release.docs": "sl-scripts release:docs", |
|
38 | 38 | "@stoplight/markdown-viewer": "3.x.x", |
39 | 39 | "@stoplight/tree-list": "4.x.x", |
40 | 40 | "@stoplight/ui-kit": "2.x.x", |
41 | | - "lodash": "4.x.x", |
42 | 41 | "mobx": "5.x.x", |
43 | 42 | "react": ">=16.8", |
44 | 43 | "react-dom": ">=16.8" |
45 | 44 | }, |
46 | 45 | "dependencies": { |
47 | | - "@stoplight/json": "1.9.x", |
| 46 | + "@stoplight/json": "3.0.3", |
48 | 47 | "classnames": "^2.2.6", |
49 | 48 | "json-schema-merge-allof": "https://github.com/stoplightio/json-schema-merge-allof", |
50 | | - "mobx-react-lite": "^1.3.1", |
51 | | - "pluralize": "^7.0.0" |
| 49 | + "lodash-es": "^4.17.15", |
| 50 | + "mobx-react-lite": "^1.4.1", |
| 51 | + "pluralize": "^8.0.0" |
52 | 52 | }, |
53 | 53 | "devDependencies": { |
54 | | - "@sambego/storybook-state": "^1.3.4", |
55 | | - "@stoplight/markdown-viewer": "^3.0.0", |
56 | | - "@stoplight/scripts": "5.1.0", |
57 | | - "@stoplight/storybook-config": "^2.0.2", |
58 | | - "@stoplight/tree-list": "^4.0.0", |
59 | | - "@stoplight/types": "4.1.0", |
60 | | - "@stoplight/ui-kit": "^2.4.0", |
61 | | - "@types/classnames": "^2.2.7", |
62 | | - "@types/enzyme": "3.9.1", |
63 | | - "@types/jest": "^24.0.12", |
| 54 | + "@babel/plugin-transform-modules-commonjs": "^7.5.0", |
| 55 | + "@emotion/core": "^10.0.16", |
| 56 | + "@emotion/styled": "^10.0.15", |
| 57 | + "@sambego/storybook-state": "^1.3.6", |
| 58 | + "@stoplight/markdown-viewer": "^3.5.5", |
| 59 | + "@stoplight/scripts": "7.0.3", |
| 60 | + "@stoplight/storybook-config": "^2.0.4", |
| 61 | + "@stoplight/tree-list": "^4.8.0", |
| 62 | + "@stoplight/types": "11.0.0", |
| 63 | + "@stoplight/ui-kit": "^2.10.0", |
| 64 | + "@types/classnames": "^2.2.9", |
| 65 | + "@types/enzyme": "3.10.3", |
| 66 | + "@types/jest": "^24.0.18", |
64 | 67 | "@types/json-schema": "^7.0.3", |
65 | | - "@types/node": "^11.13.8", |
| 68 | + "@types/lodash-es": "^4.17.3", |
| 69 | + "@types/node": "^12.7.2", |
66 | 70 | "@types/pluralize": "^0.0.29", |
67 | | - "@types/react": "16.8.12", |
68 | | - "@types/react-dom": "16.8.3", |
69 | | - "copyfiles": "^2.1.0", |
70 | | - "enzyme": "3.9.0", |
71 | | - "enzyme-adapter-react-16": "1.12.1", |
72 | | - "enzyme-to-json": "3.x.x", |
73 | | - "jest": "^24.7.1", |
74 | | - "jest-enzyme": "7.0.2", |
75 | | - "lodash": "^4.17.11", |
76 | | - "mobx": "^5.9.4", |
77 | | - "react": "16.8.6", |
78 | | - "react-dom": "16.8.6", |
| 71 | + "@types/react": "16.9.2", |
| 72 | + "@types/react-dom": "16.9.0", |
| 73 | + "babel-jest": "^24.9.0", |
| 74 | + "copyfiles": "^2.1.1", |
| 75 | + "emotion-theming": "^10.0.14", |
| 76 | + "enzyme": "3.10.0", |
| 77 | + "enzyme-adapter-react-16": "1.14.0", |
| 78 | + "enzyme-to-json": "3.4.0", |
| 79 | + "jest": "^24.9.0", |
| 80 | + "jest-enzyme": "7.1.0", |
| 81 | + "mobx": "^5.13.0", |
| 82 | + "react": "16.9.0", |
| 83 | + "react-dom": "16.9.0", |
| 84 | + "rollup-plugin-commonjs": "^10.0.2", |
| 85 | + "rollup-plugin-node-resolve": "^5.2.0", |
| 86 | + "rollup-plugin-web-worker-loader": "p0lip/rollup-plugin-web-worker-loader", |
79 | 87 | "ts-jest": "^24.0.2", |
80 | | - "tslint": "^5.16.0", |
| 88 | + "tslint": "^5.19.0", |
81 | 89 | "tslint-config-stoplight": "^1.2.0", |
82 | | - "typescript": "3.4.5" |
| 90 | + "typescript": "3.5.3", |
| 91 | + "worker-loader": "^2.0.0" |
83 | 92 | }, |
84 | 93 | "lint-staged": { |
85 | 94 | "*.{ts,tsx}$": [ |
|
0 commit comments