|
32 | 32 | "react-testing-library": "^6.0.3"
|
33 | 33 | },
|
34 | 34 | "devDependencies": {
|
35 |
| - "@babel/cli": "^7.2.3", |
36 |
| - "@babel/core": "^7.4.0", |
37 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.4.0", |
38 |
| - "@babel/plugin-transform-modules-commonjs": "^7.4.0", |
39 |
| - "@babel/plugin-transform-runtime": "^7.4.0", |
40 |
| - "@babel/preset-env": "^7.4.2", |
41 |
| - "@babel/preset-react": "^7.0.0", |
42 |
| - "@types/react": "^16.8.10", |
43 |
| - "all-contributors-cli": "^6.2.0", |
44 |
| - "babel-eslint": "^10.0.1", |
45 |
| - "babel-plugin-module-resolver": "^3.2.0", |
46 |
| - "codecov": "^3.2.0", |
47 |
| - "eslint": "^5.16.0", |
48 |
| - "eslint-config-prettier": "^4.1.0", |
49 |
| - "eslint-plugin-prettier": "^3.0.1", |
50 |
| - "husky": "^1.3.1", |
51 |
| - "jest": "^24.5.0", |
52 |
| - "lint-staged": "^8.1.5", |
53 |
| - "prettier": "^1.16.4", |
54 |
| - "prettier-eslint": "^8.8.2", |
55 |
| - "prettier-eslint-cli": "^4.7.1", |
56 |
| - "react": "^16.8.6", |
57 |
| - "react-dom": "^16.8.6", |
58 |
| - "typescript": "^3.4.1", |
59 |
| - "typings-tester": "^0.3.2" |
| 35 | + "@babel/cli": "7.2.3", |
| 36 | + "@babel/core": "7.4.0", |
| 37 | + "@babel/plugin-proposal-object-rest-spread": "7.4.0", |
| 38 | + "@babel/plugin-transform-modules-commonjs": "7.4.0", |
| 39 | + "@babel/plugin-transform-runtime": "7.4.0", |
| 40 | + "@babel/preset-env": "7.4.2", |
| 41 | + "@babel/preset-react": "7.0.0", |
| 42 | + "@types/react": "16.8.10", |
| 43 | + "all-contributors-cli": "6.2.0", |
| 44 | + "babel-eslint": "10.0.1", |
| 45 | + "babel-plugin-module-resolver": "3.2.0", |
| 46 | + "codecov": "3.2.0", |
| 47 | + "eslint": "5.16.0", |
| 48 | + "eslint-config-prettier": "4.1.0", |
| 49 | + "eslint-plugin-prettier": "3.0.1", |
| 50 | + "husky": "1.3.1", |
| 51 | + "jest": "24.5.0", |
| 52 | + "lint-staged": "8.1.5", |
| 53 | + "prettier": "1.16.4", |
| 54 | + "prettier-eslint": "8.8.2", |
| 55 | + "prettier-eslint-cli": "4.7.1", |
| 56 | + "react": "16.8.6", |
| 57 | + "react-dom": "16.8.6", |
| 58 | + "typescript": "3.4.1", |
| 59 | + "typings-tester": "0.3.2" |
60 | 60 | },
|
61 | 61 | "peerDependencies": {
|
62 | 62 | "react": "^16.8.0",
|
|
0 commit comments