npm packages updates

This commit is contained in:
ut 2019-02-19 20:38:22 +01:00
parent 522cc1d3b8
commit 1e07580f7e
2 changed files with 13 additions and 7 deletions

View file

@ -12,6 +12,12 @@ $ ncu -u
(install ncu with $ npm install -g npm-check-updates) (install ncu with $ npm install -g npm-check-updates)
during design/development, render SCSS etc during design/development, render SCSS etc:
$ npm start $ npm start
render and pack for deployment
$ npm run package
(zip file will be located in packaged folder)

View file

@ -25,7 +25,7 @@
"responsive" "responsive"
], ],
"dependencies": { "dependencies": {
"foundation-sites": "6.5.0", "foundation-sites": "6.5.3",
"jquery": "~3.3.1", "jquery": "~3.3.1",
"what-input": "^5.1.2", "what-input": "^5.1.2",
"motion-ui": "~2.0.3" "motion-ui": "~2.0.3"
@ -33,7 +33,7 @@
"devDependencies": { "devDependencies": {
"ansi-colors": "^3.2.1", "ansi-colors": "^3.2.1",
"babel-core": "^6.26.3", "babel-core": "^6.26.3",
"babel-loader": "^7.1.5", "babel-loader": "^8.0.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",
@ -42,12 +42,12 @@
"gulp": "4.0", "gulp": "4.0",
"gulp-autoprefixer": "^6.0.0", "gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^8.0.0", "gulp-babel": "^8.0.0",
"gulp-clean-css": "^3.3.1", "gulp-clean-css": "^4.0.0",
"gulp-cli": "^2.0.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",
"gulp-imagemin": "^4.1.0", "gulp-imagemin": "^5.0.3",
"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",
@ -63,7 +63,7 @@
"vinyl-named": "^1.1.0", "vinyl-named": "^1.1.0",
"webpack": "^4.23.1", "webpack": "^4.23.1",
"webpack-stream": "^5.1.1", "webpack-stream": "^5.1.1",
"yargs": "^12.0.2" "yargs": "^13.2.1"
}, },
"repository": { "repository": {
"type": "git", "type": "git",