Skip to content

Commit

Permalink
update generator bundle to allow new node version and update default …
Browse files Browse the repository at this point in the history
…packages, remove unused ones
  • Loading branch information
kevin.five committed Sep 18, 2020
1 parent d2514e8 commit 4d92369
Show file tree
Hide file tree
Showing 6 changed files with 229 additions and 95 deletions.
227 changes: 156 additions & 71 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"chalk": "^1.1.3",
"core-js": "^2.6.11",
"cssnano": "^4.1.10",
"del": "^3.0.0",
"del": "^5.1.0",
"eslint-config-airbnb-base": "^11.1.1",
"eslint-plugin-import": "^2.2.0",
"exports-loader": "^0.6.4",
"fs-extra": "^4.0.0",
"fs-extra": "^9.0.1",
"gulp": "^4.0",
"gulp-autoprefixer": "^7.0.1",
"gulp-cached": "^1.1.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": [ "env" ]
}
"presets": [ "@babel/preset-env" ]
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v10
v12

0 comments on commit 4d92369

Please sign in to comment.