Skip to content

Commit

Permalink
upgrade node, node modules and babel preset
Browse files Browse the repository at this point in the history
  • Loading branch information
nandomoreirame committed Apr 6, 2019
1 parent 28c6ba5 commit cbc8853
Show file tree
Hide file tree
Showing 4 changed files with 3,736 additions and 1,291 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"presets": ["es2015"],
"presets": ["env"],
"retainLines": true
}
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8
10
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,51 +38,51 @@
"url": "https://github.com/onedevstudio/starter-kit/issues"
},
"engines": {
"node": ">=8"
"node": ">=10"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-preset-es2015": "^6.24.1",
"eslint": "^4.10.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"favicons": "^5.1.1",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-preset-env": "^1.7.0",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"favicons": "^5.3.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-cache": "^0.4.6",
"gulp-combine-mq": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-data": "^1.2.1",
"gulp-cssnano": "^2.1.3",
"gulp-data": "^1.3.1",
"gulp-eslint": "^4.0.0",
"gulp-hash": "^4.1.1",
"gulp-hash": "^4.2.2",
"gulp-imagemin": "^3.3.0",
"gulp-load-plugins": "^1.5.0",
"gulp-named": "^1.0.0",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-pug": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-rename": "^1.4.0",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-stylus": "^2.6.0",
"gulp-uglify": "^3.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-stylus": "^2.7.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"gulp-webserver": "^0.9.1",
"jeet": "^7.2.0",
"lodash.assign": "^4.2.0",
"rimraf": "^2.6.2",
"run-sequence": "^2.2.0",
"rupture": "^0.6.2",
"rimraf": "^2.6.3",
"run-sequence": "^2.2.1",
"rupture": "^0.7.1",
"stylus": "^0.54.5",
"workbox-build": "^2.1.0"
},
"dependencies": {
"jquery": "^3.2.1"
"jquery": "^3.3.1"
}
}
Loading

0 comments on commit cbc8853

Please sign in to comment.