Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Nov 28, 2016
1 parent 0863576 commit 23efdf4
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "i18next-scanner",
"version": "1.5.0",
"version": "1.5.1",
"description": "Scan your code, extract translation keys/values, and merge them into i18n resource files.",
"homepage": "https://github.com/i18next/i18next-scanner",
"author": "Cheton Wu <cheton@gmail.com>",
Expand Down Expand Up @@ -37,25 +37,25 @@
"md5"
],
"dependencies": {
"esprima": "^2.7.2",
"lodash": "^4.13.1",
"through2": "^2.0.1",
"vinyl": "^1.1.1",
"vinyl-fs": "^2.4.3"
"esprima": "^3.1.2",
"lodash": "^4.17.2",
"through2": "^2.0.2",
"vinyl": "^2.0.1",
"vinyl-fs": "^2.4.4"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.9.1",
"babel-eslint": "^6.0.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"coveralls": "^2.11.9",
"eslint": "^2.12.0",
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-eslint": "^7.1.1",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"coveralls": "^2.11.15",
"eslint": "^3.11.0",
"gulp": "^3.9.1",
"gulp-tap": "^0.1.3",
"gulp-util": "^3.0.7",
"sha1": "^1.1.1",
"tap": "^5.7.2",
"tap": "^8.0.1",
"text-table": "^0.2.0"
}
}

0 comments on commit 23efdf4

Please sign in to comment.