Skip to content

Commit 1f8f6ee

Browse files
committed
Release 0.2.3
1 parent 894f707 commit 1f8f6ee

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

package.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-translate-maker",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Universal internationalization (i18n) open source library for React",
55
"main": "dist/index.js",
66
"keywords": [
@@ -51,32 +51,33 @@
5151
"translate-maker": "^0.4.3"
5252
},
5353
"devDependencies": {
54-
"babel-cli": "^6.6.5",
55-
"babel-core": "^6.7.4",
56-
"babel-eslint": "^5.0.0",
54+
"babel-cli": "^6.7.5",
55+
"babel-core": "^6.7.6",
56+
"babel-eslint": "^6.0.3",
5757
"babel-plugin-transform-decorators-legacy": "^1.3.4",
5858
"babel-plugin-transform-class-properties": "^6.6.0",
5959
"babel-preset-es2015": "^6.6.0",
6060
"babel-preset-react": "^6.5.0",
6161
"babel-preset-stage-0": "^6.5.0",
6262
"babel-preset-stage-1": "^6.5.0",
63-
"eslint": "^2.4.0",
64-
"eslint-config-airbnb": "^6.2.0",
63+
"eslint": "^2.8.0",
64+
"eslint-config-airbnb": "^7.0.0",
6565
"eslint-loader": "^1.3.0",
66-
"eslint-plugin-react": "^4.2.3",
66+
"eslint-plugin-react": "^4.3.0",
67+
"eslint-plugin-jsx-a11y": "^0.6.2",
6768
"gulp": "^3.9.1",
6869
"gulp-babel": "^6.1.2",
6970
"gulp-coveralls": "^0.1.4",
7071
"gulp-jsx-coverage": "^0.3.8",
7172
"gulp-util": "^3.0.7",
72-
"react": "^0.14.7",
73-
"react-addons-test-utils": "^0.14.7",
74-
"react-dom": "^0.14.7",
75-
"should": "^8.3.0",
73+
"react": "^15.0.1",
74+
"react-addons-test-utils": "^15.0.1",
75+
"react-dom": "^15.0.1",
76+
"should": "^8.3.1",
7677
"mocha": "^2.4.5",
7778
"jsdom": "^3.1.2 || ^6.5.1"
7879
},
7980
"peerDependencies": {
80-
"react": "0.14.x"
81+
"react": "15.x || 0.14.x"
8182
}
8283
}

0 commit comments

Comments
 (0)