Skip to content

Commit

Permalink
update babel: 7.0.0-beta.40 -> 7.0.0
Browse files Browse the repository at this point in the history
+ update ESLint
  • Loading branch information
chocolateboy committed Sep 1, 2018
1 parent 35a8acb commit 4237f86
Show file tree
Hide file tree
Showing 2 changed files with 570 additions and 629 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,26 @@
"test": "gulp && ava --verbose ./test"
},
"dependencies": {
"@babel/core": "^7.0.0-beta.40",
"@babel/helper-module-imports": "^7.0.0-beta.40"
"@babel/core": "^7.0.0",
"@babel/helper-module-imports": "^7.0.0"
},
"devDependencies": {
"@babel/preset-env": "^7.0.0-beta.40",
"@babel/preset-env": "^7.0.0",
"ava": "^0.25.0",
"babel-eslint": "^8.2.1",
"babel-eslint": "^9.0.0",
"cross-env": "^5.0.1",
"del": "^3.0.0",
"eslint": "^4.3.0",
"eslint-config-standard": "^11.0.0",
"eslint": "^5.5.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^6.0.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^4.0.0",
"globby": "^6.0.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0-beta.1",
"gulp-changed": "^3.2.0",
"gulp-eslint": "^4.0.2",
"gulp-eslint": "^5.0.0",
"lodash": "^4.17.5",
"root-path": "^0.2.1"
},
Expand Down
Loading

0 comments on commit 4237f86

Please sign in to comment.