Update npm dependencies

This commit is contained in:
Kevin MacMartin 2020-02-25 16:55:18 -05:00
parent 07526e6693
commit 209b5718ba
3 changed files with 636 additions and 441 deletions

1053
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -8,15 +8,15 @@
"browser-sync": "2.26.7"
},
"dependencies": {
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"autoprefixer": "^9.7.3",
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"autoprefixer": "^9.7.4",
"babelify": "^10.0.0",
"bootstrap": "4.3.1",
"browserify": "^16.5.0",
"fancy-log": "^1.3.3",
"flatpickr": "^4.6.3",
"gsap": "^3.0.4",
"gsap": "^3.2.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.2.0",
@ -31,7 +31,7 @@
"jquery": "^3.4.1",
"list.js": "^1.5.0",
"minimist": "^1.2.0",
"popper.js": "^1.16.0",
"popper.js": "^1.16.1",
"simplemde": "^1.11.2",
"sortablejs": "^1.10.2",
"spinkit": "^1.2.5",
@ -39,7 +39,7 @@
"vinyl-source-stream": "^2.0.0",
"vue": "^2.6.11",
"vue-resource": "^1.5.1",
"vue-router": "^3.1.3",
"vue-router": "^3.1.5",
"vue-template-compiler": "^2.6.11",
"vueify-next": "^9.5.3",
"vuex": "^3.1.2",

View file

@ -8,14 +8,14 @@
"browser-sync": "2.26.7"
},
"dependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"autoprefixer": "^9.7.2",
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"autoprefixer": "^9.7.4",
"babelify": "^10.0.0",
"bootstrap": "4.3.1",
"fancy-log": "^1.3.3",
"flatpickr": "^4.6.3",
"gsap": "^3.0.1",
"gsap": "^3.2.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.2.0",
@ -29,9 +29,9 @@
"jquery": "^3.4.1",
"list.js": "^1.5.0",
"minimist": "^1.2.0",
"popper.js": "^1.16.0",
"popper.js": "^1.16.1",
"simplemde": "^1.11.2",
"sortablejs": "^1.10.1",
"sortablejs": "^1.10.2",
"spinkit": "^1.2.5",
"what-input": "^5.2.6"
}