|
17 | 17 | "build": "yarn ts:build",
|
18 | 18 | "prepublishOnly": "yarn build"
|
19 | 19 | },
|
20 |
| - "dependencies": { |
21 |
| - "react": "^16.11.0", |
| 20 | + "peerDependencies": { |
| 21 | + "@types/react": "^16.9.17", |
| 22 | + "@types/react-dom": "^16.9.4", |
| 23 | + "@types/react-router-dom": "^5.1.3", |
| 24 | + "react": "^16.12.0", |
22 | 25 | "react-router-dom": "^5.1.2"
|
23 | 26 | },
|
24 | 27 | "devDependencies": {
|
25 |
| - "@types/react": "^16.9.9", |
26 |
| - "@types/react-dom": "^16.9.2", |
27 |
| - "@types/react-router-dom": "^5.1.0", |
28 |
| - "@typescript-eslint/eslint-plugin": "^2.5.0", |
29 |
| - "@typescript-eslint/parser": "^2.5.0", |
30 |
| - "eslint": "^6.5.1", |
| 28 | + "@typescript-eslint/eslint-plugin": "^2.15.0", |
| 29 | + "@typescript-eslint/parser": "^2.15.0", |
| 30 | + "eslint": "^6.8.0", |
31 | 31 | "eslint-config-airbnb": "^18.0.1",
|
32 |
| - "eslint-plugin-import": "^2.18.2", |
| 32 | + "eslint-plugin-import": "^2.20.0", |
33 | 33 | "eslint-plugin-jsx-a11y": "^6.2.3",
|
34 |
| - "eslint-plugin-react": "^7.16.0", |
35 |
| - "http-server": "^0.11.1", |
36 |
| - "react-dom": "^16.11.0", |
| 34 | + "eslint-plugin-react": "^7.17.0", |
| 35 | + "http-server": "^0.12.1", |
| 36 | + "react-dom": "^16.12.0", |
37 | 37 | "ts-loader": "^6.2.1",
|
38 |
| - "typescript": "^3.6.4", |
39 |
| - "webpack": "^4.41.2", |
40 |
| - "webpack-cli": "^3.3.9" |
| 38 | + "typescript": "^3.7.4", |
| 39 | + "webpack": "^4.41.5", |
| 40 | + "webpack-cli": "^3.3.10" |
41 | 41 | }
|
42 | 42 | }
|
0 commit comments