Upgrade js deps
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
449baabe3c
commit
464728d458
|
@ -32,7 +32,7 @@
|
||||||
"tiptap-extensions": "^1.20.1",
|
"tiptap-extensions": "^1.20.1",
|
||||||
"typeface-signika": "0.0.72",
|
"typeface-signika": "0.0.72",
|
||||||
"vue": "^2.6.10",
|
"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-class-component": "^7.0.2",
|
||||||
"vue-gettext": "^2.1.3",
|
"vue-gettext": "^2.1.3",
|
||||||
"vue-property-decorator": "^8.1.0",
|
"vue-property-decorator": "^8.1.0",
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
"@vue/test-utils": "^1.0.0-beta.29",
|
"@vue/test-utils": "^1.0.0-beta.29",
|
||||||
"chai": "^4.2.0",
|
"chai": "^4.2.0",
|
||||||
"dotenv-webpack": "^1.7.0",
|
"dotenv-webpack": "^1.7.0",
|
||||||
"eslint": "^5.16.0",
|
"eslint": "^6.0.1",
|
||||||
"node-sass": "^4.11.0",
|
"node-sass": "^4.11.0",
|
||||||
"patch-package": "^6.1.2",
|
"patch-package": "^6.1.2",
|
||||||
"sass-loader": "^7.1.0",
|
"sass-loader": "^7.1.0",
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
"noImplicitAny": false,
|
"noImplicitAny": false,
|
||||||
"allowSyntheticDefaultImports": true,
|
"allowSyntheticDefaultImports": true,
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
|
"skipLibCheck": true,
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"types": [
|
"types": [
|
||||||
"webpack-env",
|
"webpack-env",
|
||||||
|
|
1206
js/yarn.lock
1206
js/yarn.lock
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue