|
1 | 1 | { |
2 | 2 | "name": "redux-react-i18n", |
3 | | - "version": "1.3.0", |
| 3 | + "version": "2.0.0", |
4 | 4 | "description": "i18n solution for react/redux", |
5 | 5 | "main": "lib/index.js", |
6 | 6 | "scripts": { |
|
10 | 10 | "build": "npm run compile" |
11 | 11 | }, |
12 | 12 | "devDependencies": { |
13 | | - "babel-cli": "^6.26.0", |
14 | | - "babel-core": "^6.26.0", |
15 | | - "babel-plugin-transform-object-rest-spread": "^6.26.0", |
16 | | - "babel-plugin-transform-runtime": "^6.23.0", |
17 | | - "babel-preset-env": "^1.6.1", |
18 | | - "babel-preset-react": "^6.24.1", |
| 13 | + "@babel/cli": "^7.0.0", |
| 14 | + "@babel/core": "^7.0.0", |
| 15 | + "@babel/plugin-proposal-object-rest-spread": "^7.0.0", |
| 16 | + "@babel/plugin-transform-runtime": "^7.0.0", |
| 17 | + "@babel/polyfill": "^7.2.5", |
| 18 | + "@babel/preset-env": "^7.0.0", |
| 19 | + "@babel/preset-react": "^7.0.0", |
| 20 | + "babel-core": "^7.0.0-bridge.0", |
| 21 | + "babel-jest": "^23.4.2", |
19 | 22 | "enzyme": "^3.3.0", |
20 | 23 | "enzyme-adapter-react-16": "^1.1.1", |
21 | 24 | "jest": "^22.4.3", |
|
41 | 44 | }, |
42 | 45 | "homepage": "https://github.com/derzunov/redux-react-i18n#readme", |
43 | 46 | "peerDependencies": { |
| 47 | + "react": ">=16.0.0", |
44 | 48 | "react-dom": ">=16.0.0", |
45 | 49 | "react-redux": ">=5.0.0", |
46 | | - "redux": ">=3.0.0", |
47 | | - "react": ">=16.0.0" |
| 50 | + "redux": ">=3.0.0" |
48 | 51 | }, |
49 | 52 | "dependencies": { |
50 | 53 | "translatr": ">=2.1.0" |
|
0 commit comments