update dependencies

This commit is contained in:
ut 2018-10-30 18:00:22 +01:00
parent 703faf9e4b
commit 5b57be445c
2 changed files with 25 additions and 17 deletions

View file

@ -4,6 +4,14 @@ FoundationPress relies to not-up-to-date dependencies, works with node.js ~6, us
$ n 6 $ n 6
keep dependencies updated
$ ncu
$ ncu -u
(install ncu with $ npm install -g npm-check-updates)
during design/development, render SCSS during design/development, render SCSS
$ npm start $ npm start

View file

@ -25,25 +25,25 @@
"responsive" "responsive"
], ],
"dependencies": { "dependencies": {
"foundation-sites": "6.4.3", "foundation-sites": "6.5.0",
"jquery": "~3.0.0", "jquery": "~3.3.1",
"what-input": "^4.1.3", "what-input": "^5.1.2",
"motion-ui": "~1.2.2" "motion-ui": "~2.0.3"
}, },
"devDependencies": { "devDependencies": {
"ansi-colors": "^1.0.1", "ansi-colors": "^3.2.1",
"babel-core": "^6.24.1", "babel-core": "^6.26.3",
"babel-loader": "^7.1.2", "babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.3.13", "babel-preset-es2015": "^6.3.13",
"babel-register": "^6.7.2", "babel-register": "^6.7.2",
"browser-sync": "^2.10.0", "browser-sync": "^2.10.0",
"dateformat": "^3.0.2", "dateformat": "^3.0.2",
"fancy-log": "^1.3.2", "fancy-log": "^1.3.2",
"gulp": "4.0", "gulp": "4.0",
"gulp-autoprefixer": "^3.1.0", "gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^6.1.2", "gulp-babel": "^8.0.0",
"gulp-clean-css": "^3.3.1", "gulp-clean-css": "^3.3.1",
"gulp-cli": "^1.2.1", "gulp-cli": "^2.0.1",
"gulp-concat": "^2.5.2", "gulp-concat": "^2.5.2",
"gulp-extname": "^0.2.0", "gulp-extname": "^0.2.0",
"gulp-if": "^2.0.0", "gulp-if": "^2.0.0",
@ -51,19 +51,19 @@
"gulp-load-plugins": "^1.1.0", "gulp-load-plugins": "^1.1.0",
"gulp-phpcbf": "^0.1.2", "gulp-phpcbf": "^0.1.2",
"gulp-phpcs": "^2.1.0", "gulp-phpcs": "^2.1.0",
"gulp-rev": "^8.0.0", "gulp-rev": "^9.0.0",
"gulp-sass": "^3.1.0", "gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^1.6.0", "gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^1.2.0", "gulp-uglify": "^3.0.1",
"gulp-zip": "^4.0.0", "gulp-zip": "^4.0.0",
"js-yaml": "^3.4.6", "js-yaml": "^3.4.6",
"panini": "^1.3.0", "panini": "^1.3.0",
"rimraf": "^2.4.3", "rimraf": "^2.4.3",
"style-sherpa": "^1.0.0", "style-sherpa": "^1.0.0",
"vinyl-named": "^1.1.0", "vinyl-named": "^1.1.0",
"webpack": "^3.10.0", "webpack": "^4.23.1",
"webpack-stream": "^4.0.0", "webpack-stream": "^5.1.1",
"yargs": "^3.8.0" "yargs": "^12.0.2"
}, },
"repository": { "repository": {
"type": "git", "type": "git",