Update dependencies

This commit is contained in:
Kevin MacMartin 2019-02-14 22:28:36 -05:00
parent 637aedf18f
commit 834b344c83
5 changed files with 1138 additions and 437 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.7.0", "Sortable": "~1.8.3",
"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"

10
composer.lock generated
View file

@ -4624,16 +4624,16 @@
}, },
{ {
"name": "mockery/mockery", "name": "mockery/mockery",
"version": "1.2.1", "version": "1.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/mockery/mockery.git", "url": "https://github.com/mockery/mockery.git",
"reference": "dc4f10b6b1148744facb784015e4b339d7feec23" "reference": "0eb0b48c3f07b3b89f5169ce005b7d05b18cf1d2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/mockery/mockery/zipball/dc4f10b6b1148744facb784015e4b339d7feec23", "url": "https://api.github.com/repos/mockery/mockery/zipball/0eb0b48c3f07b3b89f5169ce005b7d05b18cf1d2",
"reference": "dc4f10b6b1148744facb784015e4b339d7feec23", "reference": "0eb0b48c3f07b3b89f5169ce005b7d05b18cf1d2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4685,7 +4685,7 @@
"test double", "test double",
"testing" "testing"
], ],
"time": "2019-02-08T14:43:54+00:00" "time": "2019-02-13T09:37:52+00:00"
}, },
{ {
"name": "myclabs/deep-copy", "name": "myclabs/deep-copy",

1541
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -9,10 +9,10 @@
}, },
"dependencies": { "dependencies": {
"@babel/core": "^7.2.2", "@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3", "@babel/preset-env": "^7.3.1",
"autoprefixer": "^9.4.5", "autoprefixer": "^9.4.7",
"babelify": "^10.0.0", "babelify": "^10.0.0",
"bootstrap": "4.2.1", "bootstrap": "4.3.1",
"browserify": "^16.2.3", "browserify": "^16.2.3",
"es6-promise": "^4.2.5", "es6-promise": "^4.2.5",
"fancy-log": "^1.3.3", "fancy-log": "^1.3.3",
@ -30,15 +30,15 @@
"jquery": "^3.3.1", "jquery": "^3.3.1",
"minimist": "^1.2.0", "minimist": "^1.2.0",
"pickadate": "^3.5.6", "pickadate": "^3.5.6",
"popper.js": "^1.14.6", "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.5.22", "vue": "^2.6.6",
"vue-resource": "^1.5.1", "vue-resource": "^1.5.1",
"vue-router": "^3.0.2", "vue-router": "^3.0.2",
"vue-template-compiler": "^2.5.22", "vue-template-compiler": "^2.6.6",
"vueify-next": "^9.5.3", "vueify-next": "^9.5.3",
"vuex": "^3.0.1", "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.3"
} }

View file

@ -9,10 +9,10 @@
}, },
"dependencies": { "dependencies": {
"@babel/core": "^7.2.2", "@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3", "@babel/preset-env": "^7.3.1",
"autoprefixer": "^9.4.5", "autoprefixer": "^9.4.7",
"babelify": "^10.0.0", "babelify": "^10.0.0",
"bootstrap": "4.2.1", "bootstrap": "4.3.1",
"es6-promise": "^4.2.5", "es6-promise": "^4.2.5",
"fancy-log": "^1.3.3", "fancy-log": "^1.3.3",
"gsap": "^2.0.2", "gsap": "^2.0.2",
@ -29,7 +29,7 @@
"jquery": "^3.3.1", "jquery": "^3.3.1",
"minimist": "^1.2.0", "minimist": "^1.2.0",
"pickadate": "^3.5.6", "pickadate": "^3.5.6",
"popper.js": "^1.14.6", "popper.js": "^1.14.7",
"what-input": "^5.1.3" "what-input": "^5.1.3"
} }
} }