Update dependencies

This commit is contained in:
Kevin MacMartin 2019-03-19 17:51:08 -04:00
parent f569b37da5
commit 27a0f38464
3 changed files with 402 additions and 1061 deletions

View file

@ -7,7 +7,7 @@
"description": "The Hypothetical website template", "description": "The Hypothetical website template",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"Sortable": "~1.8.3", "Sortable": "~1.8.4",
"simplemde": "~1.11.2", "simplemde": "~1.11.2",
"SpinKit": "~1.2.5", "SpinKit": "~1.2.5",
"list.js": "^1.5.0" "list.js": "^1.5.0"

1441
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -8,15 +8,15 @@
"browser-sync": "2.26.3" "browser-sync": "2.26.3"
}, },
"dependencies": { "dependencies": {
"@babel/core": "^7.2.2", "@babel/core": "^7.4.0",
"@babel/preset-env": "^7.3.1", "@babel/preset-env": "^7.4.0",
"autoprefixer": "^9.4.7", "autoprefixer": "^9.5.0",
"babelify": "^10.0.0", "babelify": "^10.0.0",
"bootstrap": "4.3.1", "bootstrap": "4.3.1",
"browserify": "^16.2.3", "browserify": "^16.2.3",
"es6-promise": "^4.2.5", "es6-promise": "^4.2.6",
"fancy-log": "^1.3.3", "fancy-log": "^1.3.3",
"gsap": "^2.0.2", "gsap": "^2.1.2",
"gulp": "^4.0.0", "gulp": "^4.0.0",
"gulp-babel": "^8.0.0", "gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.0.0", "gulp-clean-css": "^4.0.0",
@ -26,20 +26,20 @@
"gulp-sass": "^4.0.2", "gulp-sass": "^4.0.2",
"gulp-sass-glob": "^1.0.9", "gulp-sass-glob": "^1.0.9",
"gulp-strip-debug": "^3.0.0", "gulp-strip-debug": "^3.0.0",
"gulp-uglify": "^3.0.1", "gulp-uglify": "^3.0.2",
"jquery": "^3.3.1", "jquery": "^3.3.1",
"minimist": "^1.2.0", "minimist": "^1.2.0",
"pickadate": "^3.5.6", "pickadate": "^3.6.1",
"popper.js": "^1.14.7", "popper.js": "^1.14.7",
"vinyl-buffer": "^1.0.1", "vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0", "vinyl-source-stream": "^2.0.0",
"vue": "^2.6.6", "vue": "^2.6.9",
"vue-resource": "^1.5.1", "vue-resource": "^1.5.1",
"vue-router": "^3.0.2", "vue-router": "^3.0.2",
"vue-template-compiler": "^2.6.6", "vue-template-compiler": "^2.6.9",
"vueify-next": "^9.5.3", "vueify-next": "^9.5.3",
"vuex": "^3.1.0", "vuex": "^3.1.0",
"vuex-router-sync": "^5.0.0", "vuex-router-sync": "^5.0.0",
"what-input": "^5.1.3" "what-input": "^5.1.4"
} }
} }