mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Update dependencies
This commit is contained in:
parent
f569b37da5
commit
27a0f38464
3 changed files with 402 additions and 1061 deletions
|
@ -7,7 +7,7 @@
|
|||
"description": "The Hypothetical website template",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"Sortable": "~1.8.3",
|
||||
"Sortable": "~1.8.4",
|
||||
"simplemde": "~1.11.2",
|
||||
"SpinKit": "~1.2.5",
|
||||
"list.js": "^1.5.0"
|
||||
|
|
1441
package-lock.json
generated
1441
package-lock.json
generated
File diff suppressed because it is too large
Load diff
20
package.json
20
package.json
|
@ -8,15 +8,15 @@
|
|||
"browser-sync": "2.26.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.2.2",
|
||||
"@babel/preset-env": "^7.3.1",
|
||||
"autoprefixer": "^9.4.7",
|
||||
"@babel/core": "^7.4.0",
|
||||
"@babel/preset-env": "^7.4.0",
|
||||
"autoprefixer": "^9.5.0",
|
||||
"babelify": "^10.0.0",
|
||||
"bootstrap": "4.3.1",
|
||||
"browserify": "^16.2.3",
|
||||
"es6-promise": "^4.2.5",
|
||||
"es6-promise": "^4.2.6",
|
||||
"fancy-log": "^1.3.3",
|
||||
"gsap": "^2.0.2",
|
||||
"gsap": "^2.1.2",
|
||||
"gulp": "^4.0.0",
|
||||
"gulp-babel": "^8.0.0",
|
||||
"gulp-clean-css": "^4.0.0",
|
||||
|
@ -26,20 +26,20 @@
|
|||
"gulp-sass": "^4.0.2",
|
||||
"gulp-sass-glob": "^1.0.9",
|
||||
"gulp-strip-debug": "^3.0.0",
|
||||
"gulp-uglify": "^3.0.1",
|
||||
"gulp-uglify": "^3.0.2",
|
||||
"jquery": "^3.3.1",
|
||||
"minimist": "^1.2.0",
|
||||
"pickadate": "^3.5.6",
|
||||
"pickadate": "^3.6.1",
|
||||
"popper.js": "^1.14.7",
|
||||
"vinyl-buffer": "^1.0.1",
|
||||
"vinyl-source-stream": "^2.0.0",
|
||||
"vue": "^2.6.6",
|
||||
"vue": "^2.6.9",
|
||||
"vue-resource": "^1.5.1",
|
||||
"vue-router": "^3.0.2",
|
||||
"vue-template-compiler": "^2.6.6",
|
||||
"vue-template-compiler": "^2.6.9",
|
||||
"vueify-next": "^9.5.3",
|
||||
"vuex": "^3.1.0",
|
||||
"vuex-router-sync": "^5.0.0",
|
||||
"what-input": "^5.1.3"
|
||||
"what-input": "^5.1.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue