|
18 | 18 | "prepublishOnly": "yarn build"
|
19 | 19 | },
|
20 | 20 | "dependencies": {
|
21 |
| - "react": "^16.8.6", |
| 21 | + "react": "^16.9.0", |
22 | 22 | "react-router-dom": "^5.0.1"
|
23 | 23 | },
|
24 | 24 | "devDependencies": {
|
25 |
| - "@types/react": "^16.8.25", |
26 |
| - "@types/react-dom": "^16.8.5", |
27 |
| - "@types/react-router-dom": "^4.3.4", |
28 |
| - "@typescript-eslint/eslint-plugin": "^1.13.0", |
29 |
| - "@typescript-eslint/parser": "^1.13.0", |
30 |
| - "eslint": "^6.1.0", |
31 |
| - "eslint-config-airbnb": "^17.1.1", |
| 25 | + "@types/react": "^16.9.2", |
| 26 | + "@types/react-dom": "^16.9.0", |
| 27 | + "@types/react-router-dom": "^4.3.5", |
| 28 | + "@typescript-eslint/eslint-plugin": "^2.0.0", |
| 29 | + "@typescript-eslint/parser": "^2.0.0", |
| 30 | + "eslint": "^6.2.2", |
| 31 | + "eslint-config-airbnb": "^18.0.1", |
32 | 32 | "eslint-plugin-import": "^2.18.2",
|
33 | 33 | "eslint-plugin-jsx-a11y": "^6.2.3",
|
34 | 34 | "eslint-plugin-react": "^7.14.3",
|
35 | 35 | "http-server": "^0.11.1",
|
36 |
| - "react-dom": "^16.8.6", |
| 36 | + "react-dom": "^16.9.0", |
37 | 37 | "ts-loader": "^6.0.4",
|
38 |
| - "typescript": "^3.5.3", |
39 |
| - "webpack": "^4.39.1", |
40 |
| - "webpack-cli": "^3.3.6" |
| 38 | + "typescript": "^3.6.2", |
| 39 | + "webpack": "^4.39.3", |
| 40 | + "webpack-cli": "^3.3.7" |
41 | 41 | }
|
42 | 42 | }
|
0 commit comments