|
29 | 29 | "prop-types": "^15.6.2"
|
30 | 30 | },
|
31 | 31 | "devDependencies": {
|
| 32 | + "@babel/cli": "^7.6.4", |
| 33 | + "@babel/core": "^7.6.4", |
| 34 | + "@babel/plugin-proposal-class-properties": "^7.5.5", |
| 35 | + "@babel/plugin-proposal-decorators": "^7.6.0", |
| 36 | + "@babel/preset-env": "^7.6.3", |
| 37 | + "@babel/preset-react": "^7.6.3", |
32 | 38 | "@semantic-release/changelog": "^3.0.2",
|
33 | 39 | "@semantic-release/git": "^7.0.7",
|
34 | 40 | "@semantic-release/release-notes-generator": "^7.1.4",
|
35 | 41 | "@types/react": "^16.8.18",
|
36 |
| - "babel-cli": "^6.26.0", |
37 |
| - "babel-core": "^6.26.3", |
38 |
| - "babel-eslint": "^10.0.1", |
39 |
| - "babel-plugin-transform-decorators-legacy": "^1.3.5", |
40 |
| - "babel-preset-es2015": "^6.24.1", |
41 |
| - "babel-preset-react": "^6.24.1", |
42 |
| - "babel-preset-stage-0": "^6.24.1", |
| 42 | + "babel-eslint": "^10.0.3", |
43 | 43 | "commitizen": "^3.1.1",
|
44 | 44 | "conventional-changelog-eslint": "^3.0.1",
|
45 | 45 | "cz-adapter-eslint": "^0.2.0",
|
|
48 | 48 | "eslint-plugin-prettier": "^3.1.0",
|
49 | 49 | "eslint-plugin-react": "^7.13.0",
|
50 | 50 | "fbjs": "^1.0.0",
|
51 |
| - "jest": "^23.6.0", |
| 51 | + "jest": "^24.9.0", |
52 | 52 | "jsdom": "^15.0.0",
|
53 | 53 | "prettier": "^1.17.1",
|
54 | 54 | "react": "^16.8.6",
|
|
0 commit comments