|
1 | 1 | {
|
2 | 2 | "name": "react-intl-native",
|
3 |
| - "version": "1.0.5", |
| 3 | + "version": "1.0.6", |
4 | 4 | "description": "Convenience components for react-intl's `format*` API in React Native",
|
5 | 5 | "main": "dist/react-intl-native.js",
|
6 | 6 | "jsnext:main": "dist/react-intl-native.es2015.js",
|
|
53 | 53 | },
|
54 | 54 | "homepage": "https://github.com/frostney/react-intl-native#readme",
|
55 | 55 | "dependencies": {
|
| 56 | + "react": "^0.14.8", |
56 | 57 | "react-intl": "^2.0.0-rc-1",
|
57 | 58 | "react-native": "^0.23.0"
|
58 | 59 | },
|
59 | 60 | "devDependencies": {
|
60 |
| - "ava": "^0.13.0", |
61 |
| - "babel-eslint": "^6.0.2", |
| 61 | + "ava": "^0.14.0", |
| 62 | + "babel-eslint": "^6.0.4", |
62 | 63 | "babel-plugin-transform-class-properties": "^6.6.0",
|
63 | 64 | "babel-plugin-transform-export-extensions": "^6.5.0",
|
64 | 65 | "babel-polyfill": "^6.7.4",
|
|
68 | 69 | "babel-register": "^6.7.2",
|
69 | 70 | "codecov": "^1.0.1",
|
70 | 71 | "enzyme": "^2.2.0",
|
71 |
| - "eslint": "^2.6.0", |
72 |
| - "eslint-config-airbnb": "^6.2.0", |
73 |
| - "eslint-plugin-react": "^4.3.0", |
| 72 | + "eslint": "^2.9.0", |
| 73 | + "eslint-config-airbnb": "^8.0.0", |
| 74 | + "eslint-plugin-import": "^1.6.1", |
| 75 | + "eslint-plugin-jsx-a11y": "^1.0.4", |
| 76 | + "eslint-plugin-react": "^5.0.1", |
74 | 77 | "in-publish": "^2.0.0",
|
75 |
| - "nyc": "^6.1.1", |
| 78 | + "nyc": "^6.4.0", |
76 | 79 | "react-addons-test-utils": "^0.14.8",
|
77 | 80 | "react-dom": "^0.14.8",
|
78 | 81 | "rimraf": "^2.5.2",
|
|
0 commit comments