Update packages

This commit is contained in:
Valentin Kaelin 2019-06-19 22:12:01 +02:00
parent c623a02cd0
commit c49137c5f5
4 changed files with 378 additions and 672 deletions

1018
client/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -8,23 +8,23 @@
"lint": "vue-cli-service lint" "lint": "vue-cli-service lint"
}, },
"dependencies": { "dependencies": {
"axios": "^0.18.0", "axios": "^0.18.1",
"vue": "^2.6.6", "vue": "^2.6.6",
"vue-axios": "^2.1.4", "vue-axios": "^2.1.4",
"vue-router": "^3.0.6" "vue-router": "^3.0.6"
}, },
"devDependencies": { "devDependencies": {
"@fullhuman/postcss-purgecss": "^1.2.0", "@fullhuman/postcss-purgecss": "^1.2.0",
"@vue/cli-plugin-babel": "^3.7.0", "@vue/cli-plugin-babel": "^3.8.0",
"@vue/cli-plugin-eslint": "^3.7.0", "@vue/cli-plugin-eslint": "^3.8.0",
"@vue/cli-service": "^3.7.0", "@vue/cli-service": "^3.8.4",
"babel-eslint": "^10.0.1", "babel-eslint": "^10.0.2",
"eslint": "^5.16.0", "eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0", "eslint-plugin-vue": "^5.0.0",
"postcss-import": "^12.0.1", "postcss-import": "^12.0.1",
"purgecss": "^1.3.0", "purgecss": "^1.3.0",
"tailwindcss": "^1.0.1", "tailwindcss": "^1.0.4",
"vue-awesome": "^3.5.3", "vue-awesome": "^3.5.4",
"vue-spinner": "^1.0.3", "vue-spinner": "^1.0.3",
"vue-template-compiler": "^2.5.21" "vue-template-compiler": "^2.5.21"
} }

View file

@ -81,9 +81,9 @@
} }
}, },
"bluebird": { "bluebird": {
"version": "3.5.4", "version": "3.5.5",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.4.tgz", "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.5.tgz",
"integrity": "sha512-FG+nFEZChJrbQ9tIccIfZJBz3J7mLrAhxakAbnrJWn8d7aKOC+LWifa0G+p4ZqKp4y13T7juYvdhq9NzKdsrjw==" "integrity": "sha512-5am6HnnfN+urzt4yfg7IgTbotDjIT/u8AJpEt0sIU9FtXfVeezXAPKswrG+xKUCOYAINpSdgZVDU6QFh+cuH3w=="
}, },
"body-parser": { "body-parser": {
"version": "1.19.0", "version": "1.19.0",
@ -259,9 +259,9 @@
"integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=" "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc="
}, },
"express": { "express": {
"version": "4.17.0", "version": "4.17.1",
"resolved": "https://registry.npmjs.org/express/-/express-4.17.0.tgz", "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz",
"integrity": "sha512-1Z7/t3Z5ZnBG252gKUPyItc4xdeaA0X934ca2ewckAsVsw9EG71i++ZHZPYnus8g/s5Bty8IMpSVEuRkmwwPRQ==", "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==",
"requires": { "requires": {
"accepts": "~1.3.7", "accepts": "~1.3.7",
"array-flatten": "1.1.1", "array-flatten": "1.1.1",
@ -483,7 +483,7 @@
}, },
"media-typer": { "media-typer": {
"version": "0.3.0", "version": "0.3.0",
"resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", "resolved": "http://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
"integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=" "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g="
}, },
"merge-descriptors": { "merge-descriptors": {

View file

@ -9,11 +9,11 @@
"author": "kalane", "author": "kalane",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"bluebird": "^3.5.4", "bluebird": "^3.5.5",
"body-parser": "^1.19.0", "body-parser": "^1.19.0",
"connect-history-api-fallback": "^1.6.0", "connect-history-api-fallback": "^1.6.0",
"dotenv": "^7.0.0", "dotenv": "^7.0.0",
"express": "^4.17.0", "express": "^4.17.1",
"request": "^2.88.0", "request": "^2.88.0",
"request-promise": "^4.2.4" "request-promise": "^4.2.4"
}, },