Skip to content

Commit 0a9aed8

Browse files
committed
Release 0.1.10
1 parent fe508af commit 0a9aed8

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"extends": "airbnb",
3+
"parser": "babel-eslint",
34
"rules": {
45
}
56
}

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-translate-maker",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"description": "Universal internationalization (i18n) open source library for React",
55
"main": "dist/index.js",
66
"keywords": [
@@ -48,22 +48,22 @@
4848
"dependencies": {
4949
"hoist-non-react-statics": "^1.0.5",
5050
"inherits": "^2.0.1",
51-
"translate-maker": "^0.3.2"
51+
"translate-maker": "^0.3.5"
5252
},
5353
"devDependencies": {
54-
"babel-cli": "^6.5.1",
55-
"babel-core": "^6.5.2",
56-
"babel-eslint": "^4.1.5",
54+
"babel-cli": "^6.6.5",
55+
"babel-core": "^6.6.5",
56+
"babel-eslint": "^5.0.0",
5757
"babel-plugin-transform-decorators-legacy": "^1.3.4",
58-
"babel-plugin-transform-class-properties": "^6.5.2",
59-
"babel-preset-es2015": "^6.5.0",
58+
"babel-plugin-transform-class-properties": "^6.6.0",
59+
"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": "^1.10.3",
64-
"eslint-config-airbnb": "^0.1.1",
63+
"eslint": "2.2.0",
64+
"eslint-config-airbnb": "^6.1.0",
6565
"eslint-loader": "^1.3.0",
66-
"eslint-plugin-react": "^4.1.0",
66+
"eslint-plugin-react": "^4.2.0",
6767
"gulp": "^3.9.1",
6868
"gulp-babel": "^6.1.2",
6969
"gulp-coveralls": "^0.1.4",

0 commit comments

Comments
 (0)