Upgrade js deps

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2019-07-03 17:47:11 +02:00
parent 449baabe3c
commit 464728d458
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
3 changed files with 621 additions and 590 deletions

View File

@ -32,7 +32,7 @@
"tiptap-extensions": "^1.20.1",
"typeface-signika": "0.0.72",
"vue": "^2.6.10",
"vue-apollo": "^3.0.0-beta.28",
"vue-apollo": "^3.0.0-rc.1",
"vue-class-component": "^7.0.2",
"vue-gettext": "^2.1.3",
"vue-property-decorator": "^8.1.0",
@ -55,7 +55,7 @@
"@vue/test-utils": "^1.0.0-beta.29",
"chai": "^4.2.0",
"dotenv-webpack": "^1.7.0",
"eslint": "^5.16.0",
"eslint": "^6.0.1",
"node-sass": "^4.11.0",
"patch-package": "^6.1.2",
"sass-loader": "^7.1.0",

View File

@ -11,6 +11,7 @@
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"skipLibCheck": true,
"baseUrl": ".",
"types": [
"webpack-env",

File diff suppressed because it is too large Load Diff