|
29 | 29 | "test": "mocha --require @babel/register --require test/setup.js --recursive test/*.test.js"
|
30 | 30 | },
|
31 | 31 | "dependencies": {
|
32 |
| - "autolinker": "^3.0.3", |
| 32 | + "autolinker": "^3.11.1", |
33 | 33 | "prop-types": "^15.7.2"
|
34 | 34 | },
|
35 | 35 | "devDependencies": {
|
36 |
| - "@babel/core": "^7.3.3", |
37 |
| - "@babel/register": "^7.0.0", |
38 |
| - "babel-eslint": "^10.0.1", |
| 36 | + "@babel/core": "^7.7.2", |
| 37 | + "@babel/register": "^7.7.0", |
| 38 | + "babel-eslint": "^10.0.3", |
39 | 39 | "chai": "^4.2.0",
|
40 |
| - "enzyme": "^3.9.0", |
41 |
| - "enzyme-adapter-react-16": "^1.9.1", |
42 |
| - "eslint": "^5.3.0", |
43 |
| - "eslint-config-airbnb": "^17.1.0", |
44 |
| - "eslint-plugin-import": "^2.14.0", |
45 |
| - "eslint-plugin-jsx-a11y": "^6.1.1", |
46 |
| - "eslint-plugin-react": "^7.11.0", |
47 |
| - "mocha": "^6.0.1", |
48 |
| - "react": "16.6.3", |
49 |
| - "react-dom": "16.6.3", |
50 |
| - "react-native": "^0.58.5", |
51 |
| - "react-native-mock-render": "^0.1.2", |
52 |
| - "sinon": "^7.2.4" |
| 40 | + "enzyme": "^3.10.0", |
| 41 | + "enzyme-adapter-react-16": "^1.15.1", |
| 42 | + "eslint": "^5.16.0", |
| 43 | + "eslint-config-airbnb": "^18.0.1", |
| 44 | + "eslint-plugin-import": "^2.18.2", |
| 45 | + "eslint-plugin-jsx-a11y": "^6.2.3", |
| 46 | + "eslint-plugin-react": "^7.14.3", |
| 47 | + "eslint-plugin-react-hooks": "^1.7.0", |
| 48 | + "mocha": "^6.2.2", |
| 49 | + "react": "16.9.0", |
| 50 | + "react-dom": "16.9.0", |
| 51 | + "react-native": "^0.61.4", |
| 52 | + "react-native-mock-render": "^0.1.7", |
| 53 | + "sinon": "^7.5.0" |
53 | 54 | },
|
54 | 55 | "peerDependencies": {
|
55 | 56 | "react-native": ">=0.25.0"
|
|
0 commit comments