|
1 | 1 | {
|
2 | 2 | "name": "react-translate-maker",
|
3 |
| - "version": "0.2.13", |
| 3 | + "version": "0.3.1", |
4 | 4 | "description": "Universal internationalization (i18n) open source library for React",
|
5 | 5 | "main": "dist/index.js",
|
6 | 6 | "keywords": [
|
|
48 | 48 | },
|
49 | 49 | "homepage": "https://github.com/CherryProjects/react-translate-maker",
|
50 | 50 | "dependencies": {
|
51 |
| - "core-decorators": "^0.12.3", |
52 |
| - "lodash": "^4.15.0", |
| 51 | + "core-decorators": "^0.14.0", |
| 52 | + "lodash": "^4.17.2", |
53 | 53 | "react-provide-props": "^2.0.3",
|
54 | 54 | "translate-maker": "^0.4.8",
|
55 |
| - "react-addons-test-utils": "^15.3.1" |
| 55 | + "react-addons-test-utils": "^15.4.0" |
56 | 56 | },
|
57 | 57 | "devDependencies": {
|
58 |
| - "babel-cli": "^6.14.0", |
59 |
| - "babel-core": "^6.14.0", |
60 |
| - "babel-eslint": "^6.1.2", |
61 |
| - "babel-jest": "^15.0.0", |
62 |
| - "babel-plugin-transform-class-properties": "^6.11.5", |
| 58 | + "babel-cli": "^6.18.0", |
| 59 | + "babel-core": "^6.18.2", |
| 60 | + "babel-eslint": "^7.1.0", |
| 61 | + "babel-jest": "^17.0.2", |
| 62 | + "babel-plugin-transform-class-properties": "^6.19.0", |
63 | 63 | "babel-plugin-transform-decorators-legacy": "^1.3.4",
|
64 |
| - "babel-preset-es2015": "^6.14.0", |
65 |
| - "babel-preset-react": "^6.11.1", |
66 |
| - "babel-preset-stage-0": "^6.5.0", |
67 |
| - "babel-preset-stage-1": "^6.13.0", |
68 |
| - "eslint": "^3.4.0", |
69 |
| - "eslint-config-airbnb": "^11.0.0", |
70 |
| - "eslint-loader": "^1.5.0", |
71 |
| - "eslint-plugin-import": "^1.14.0", |
| 64 | + "babel-preset-es2015": "^6.18.0", |
| 65 | + "babel-preset-react": "^6.16.0", |
| 66 | + "babel-preset-stage-0": "^6.16.0", |
| 67 | + "babel-preset-stage-1": "^6.16.0", |
| 68 | + "eslint": "^3.10.2", |
| 69 | + "eslint-config-airbnb": "^13.0.0", |
| 70 | + "eslint-loader": "^1.6.1", |
| 71 | + "eslint-plugin-import": "^2.2.0", |
72 | 72 | "eslint-plugin-jsx-a11y": "^2.2.1",
|
73 |
| - "eslint-plugin-react": "^6.2.0", |
| 73 | + "eslint-plugin-react": "^6.7.1", |
74 | 74 | "gulp": "^3.9.1",
|
75 | 75 | "gulp-babel": "^6.1.2",
|
76 | 76 | "gulp-coveralls": "^0.1.4",
|
77 | 77 | "gulp-jsx-coverage": "^0.3.8",
|
78 | 78 | "gulp-util": "^3.0.7",
|
79 |
| - "mocha": "^3.0.2", |
80 |
| - "react": "^15.3.1", |
81 |
| - "react-dom": "^15.3.1", |
82 |
| - "jest": "^15.1.1", |
83 |
| - "jest-cli": "^15.1.1", |
84 |
| - "enzyme": "^2.4.1" |
| 79 | + "mocha": "^3.1.2", |
| 80 | + "react": "^15.4.0", |
| 81 | + "react-dom": "^15.4.0", |
| 82 | + "jest": "^17.0.3", |
| 83 | + "jest-cli": "^17.0.3", |
| 84 | + "enzyme": "^2.6.0" |
85 | 85 | },
|
86 | 86 | "peerDependencies": {
|
87 |
| - "react": "15.x || 0.14.x" |
| 87 | + "react": "15.x", |
| 88 | + "react-dom": "15.x" |
88 | 89 | }
|
89 | 90 | }
|
0 commit comments