|
39 | 39 | "react-focus-lock": "1.6.5",
|
40 | 40 | "react-universal-interface": "^0.3.1",
|
41 | 41 | "screenfull": "^3.3.2",
|
42 |
| - "throttle-debounce": "^2.0.1", |
43 |
| - "tslib": "^1.9.0" |
| 42 | + "throttle-debounce": "^2.0.1" |
44 | 43 | },
|
45 | 44 | "peerDependencies": {
|
46 | 45 | "react": "^16.4.0",
|
47 | 46 | "react-dom": "^16.4.0",
|
48 |
| - "prop-types": "^15.6.1" |
| 47 | + "prop-types": "^15.6.1", |
| 48 | + "tslib": "*" |
49 | 49 | },
|
50 | 50 | "devDependencies": {
|
| 51 | + "@semantic-release/changelog": "^2.0.2", |
| 52 | + "@semantic-release/git": "^5.0.0", |
| 53 | + "@semantic-release/npm": "^3.3.1", |
51 | 54 | "@storybook/addon-actions": "^3.3.10",
|
52 | 55 | "@storybook/addon-links": "^3.3.10",
|
53 | 56 | "@storybook/react": "^3.3.10",
|
54 | 57 | "@types/chai": "4.1.1",
|
55 | 58 | "@types/jest": "22.0.1",
|
56 | 59 | "@types/node": "9.3.0",
|
57 |
| - "@types/react": "^16.4.14", |
58 | 60 | "@types/react-dom": "^16.0.8",
|
| 61 | + "@types/react": "^16.4.14", |
59 | 62 | "chai": "4.1.2",
|
60 |
| - "enzyme": "^3.3.0", |
61 | 63 | "enzyme-adapter-react-16": "^1.1.1",
|
62 | 64 | "enzyme-to-json": "^3.3.4",
|
63 |
| - "jest": "^23.6.0", |
64 |
| - "jest-environment-jsdom": "^23.4.0", |
| 65 | + "enzyme": "^3.3.0", |
| 66 | + "git-cz": "^1.7.0", |
| 67 | + "gitbook-cli": "2.3.2", |
| 68 | + "glob": "^7.1.2", |
65 | 69 | "jest-environment-jsdom-global": "^1.1.0",
|
| 70 | + "jest-environment-jsdom": "^23.4.0", |
| 71 | + "jest": "^23.6.0", |
| 72 | + "mkdirp": "0.5.1", |
66 | 73 | "mocha": "5.0.0",
|
67 |
| - "git-cz": "^1.7.0", |
| 74 | + "prop-types": "^15.6.0", |
| 75 | + "react-dom": "^16.2.0", |
68 | 76 | "react-markdown": "3.1.4",
|
69 | 77 | "react-test-renderer": "16.2.0",
|
| 78 | + "react": "^16.2.0", |
70 | 79 | "rimraf": "2.6.2",
|
| 80 | + "semantic-release": "^15.5.0", |
71 | 81 | "to-string-loader": "1.1.5",
|
72 | 82 | "ts-jest": "^23.10.3",
|
73 | 83 | "ts-loader": "3.5.0",
|
74 | 84 | "ts-node": "^7.0.1",
|
| 85 | + "tslib": "^2.0.0", |
75 | 86 | "typescript": "^3.1.1",
|
76 |
| - "webpack": "3.10.0", |
77 |
| - "semantic-release": "^15.5.0", |
78 |
| - "@semantic-release/changelog": "^2.0.2", |
79 |
| - "@semantic-release/npm": "^3.3.1", |
80 |
| - "@semantic-release/git": "^5.0.0", |
81 |
| - "gitbook-cli": "2.3.2", |
82 |
| - "glob": "^7.1.2", |
83 |
| - "mkdirp": "0.5.1", |
84 |
| - "react": "^16.2.0", |
85 |
| - "react-dom": "^16.2.0", |
86 |
| - "prop-types": "^15.6.0" |
| 87 | + "webpack": "3.10.0" |
87 | 88 | },
|
88 | 89 | "release": {
|
89 | 90 | "verifyConditions": [
|
|
0 commit comments