|
26 | 26 | "dependencies": {
|
27 | 27 | "hoist-non-react-statics": "^3.3.0",
|
28 | 28 | "invariant": "^2.2.4",
|
29 |
| - "prop-types": "^15.6.2" |
| 29 | + "prop-types": "^15.7.2" |
30 | 30 | },
|
31 | 31 | "devDependencies": {
|
32 |
| - "@semantic-release/changelog": "^3.0.2", |
33 |
| - "@semantic-release/git": "^7.0.7", |
34 |
| - "@semantic-release/release-notes-generator": "^7.1.4", |
35 |
| - "@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", |
43 |
| - "commitizen": "^3.1.1", |
44 |
| - "conventional-changelog-eslint": "^3.0.1", |
45 |
| - "cz-adapter-eslint": "^0.2.0", |
46 |
| - "eslint": "^6.0.0", |
47 |
| - "eslint-config-prettier": "^5.0.0", |
48 |
| - "eslint-plugin-prettier": "^3.1.0", |
49 |
| - "eslint-plugin-react": "^7.13.0", |
| 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", |
| 38 | + "@semantic-release/changelog": "^3.0.4", |
| 39 | + "@semantic-release/git": "^7.0.16", |
| 40 | + "@semantic-release/release-notes-generator": "^7.3.0", |
| 41 | + "@types/react": "^16.9.5", |
| 42 | + "babel-eslint": "^10.0.3", |
| 43 | + "commitizen": "^4.0.3", |
| 44 | + "conventional-changelog-eslint": "^3.0.4", |
| 45 | + "cz-adapter-eslint": "^0.3.0", |
| 46 | + "eslint": "^6.5.1", |
| 47 | + "eslint-config-prettier": "^6.4.0", |
| 48 | + "eslint-plugin-prettier": "^3.1.1", |
| 49 | + "eslint-plugin-react": "^7.16.0", |
50 | 50 | "fbjs": "^1.0.0",
|
51 |
| - "jest": "^23.6.0", |
52 |
| - "jsdom": "^15.0.0", |
53 |
| - "prettier": "^1.17.1", |
54 |
| - "react": "^16.8.6", |
55 |
| - "react-dom": "^16.8.6", |
56 |
| - "rimraf": "^2.6.3", |
57 |
| - "semantic-release": "^15.13.12", |
58 |
| - "sinon": "^7.3.2", |
| 51 | + "jest": "^24.9.0", |
| 52 | + "jsdom": "^15.1.1", |
| 53 | + "prettier": "^1.18.2", |
| 54 | + "react": "^16.10.2", |
| 55 | + "react-dom": "^16.10.2", |
| 56 | + "rimraf": "^3.0.0", |
| 57 | + "semantic-release": "^15.13.24", |
| 58 | + "sinon": "^7.5.0", |
59 | 59 | "travis-deploy-once": "^5.0.11"
|
60 | 60 | },
|
61 | 61 | "files": [
|
|
76 | 76 | },
|
77 | 77 | "license": "MIT",
|
78 | 78 | "peerDependencies": {
|
79 |
| - "react": "^0.14.0 || ^15.0.0-0 || ^16.0.0" |
| 79 | + "react": "^15.0.0-0 || ^16.0.0" |
80 | 80 | },
|
81 | 81 | "typings": "./index.d.ts",
|
82 | 82 | "directories": {
|
|
0 commit comments