Skip to content

Commit 9b7aa6c

Browse files
committed
Release 0.3.1
1 parent 2501e68 commit 9b7aa6c

File tree

2 files changed

+31
-25
lines changed

2 files changed

+31
-25
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ Install via npm.
2424
npm install react-translate-maker
2525
```
2626

27+
# Versions
28+
29+
If you are using react >= 15.4.0 use version >= 0.3.0 otherwise use version < 0.3.0
30+
31+
2732
# Features
2833

2934
- Build on standards ([ICU Message syntax](http://userguide.icu-project.org/formatparse/messages), [Unicode CLDR](http://cldr.unicode.org/))

package.json

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-translate-maker",
3-
"version": "0.2.13",
3+
"version": "0.3.1",
44
"description": "Universal internationalization (i18n) open source library for React",
55
"main": "dist/index.js",
66
"keywords": [
@@ -48,42 +48,43 @@
4848
},
4949
"homepage": "https://github.com/CherryProjects/react-translate-maker",
5050
"dependencies": {
51-
"core-decorators": "^0.12.3",
52-
"lodash": "^4.15.0",
51+
"core-decorators": "^0.14.0",
52+
"lodash": "^4.17.2",
5353
"react-provide-props": "^2.0.3",
5454
"translate-maker": "^0.4.8",
55-
"react-addons-test-utils": "^15.3.1"
55+
"react-addons-test-utils": "^15.4.0"
5656
},
5757
"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",
6363
"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",
7272
"eslint-plugin-jsx-a11y": "^2.2.1",
73-
"eslint-plugin-react": "^6.2.0",
73+
"eslint-plugin-react": "^6.7.1",
7474
"gulp": "^3.9.1",
7575
"gulp-babel": "^6.1.2",
7676
"gulp-coveralls": "^0.1.4",
7777
"gulp-jsx-coverage": "^0.3.8",
7878
"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"
8585
},
8686
"peerDependencies": {
87-
"react": "15.x || 0.14.x"
87+
"react": "15.x",
88+
"react-dom": "15.x"
8889
}
8990
}

0 commit comments

Comments
 (0)