Upgrade deps

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-01-20 10:48:47 +01:00
parent 4fbdc94e7c
commit 13609751ec
4 changed files with 379 additions and 289 deletions

View File

@@ -39,10 +39,10 @@
"phoenix": "^1.4.11",
"register-service-worker": "^1.7.1",
"tippy.js": "^6.2.3",
"tiptap": "^1.26.0",
"tiptap-extensions": "^1.29.1",
"tiptap": "^1.31.0",
"tiptap-extensions": "^1.34.0",
"unfetch": "^4.2.0",
"v-tooltip": "2.0.2",
"v-tooltip": "^2.1.2",
"vue": "^2.6.11",
"vue-apollo": "^3.0.3",
"vue-class-component": "^7.2.3",
@@ -52,7 +52,7 @@
"vue-router": "^3.1.6",
"vue-scrollto": "^2.17.1",
"vue2-leaflet": "^2.0.3",
"vuedraggable": "2.23.2"
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"@types/jest": "^26.0.18",
@@ -65,8 +65,8 @@
"@types/prosemirror-state": "^1.2.4",
"@types/prosemirror-view": "^1.11.4",
"@types/vuedraggable": "^2.23.0",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"@typescript-eslint/eslint-plugin": "4.13.0",
"@typescript-eslint/parser": "4.13.0",
"@vue/cli-plugin-babel": "~4.5.10",
"@vue/cli-plugin-e2e-cypress": "~4.5.10",
"@vue/cli-plugin-eslint": "~4.5.10",
@@ -83,7 +83,7 @@
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^7.0.0",
"jest-junit": "^12.0.0",
"mock-apollo-client": "^0.4",
"mock-apollo-client": "^0.5",
"prettier": "2.2.1",
"prettier-eslint": "^12.0.0",
"sass": "^1.29.0",
@@ -95,8 +95,6 @@
"webpack-cli": "^3.3"
},
"resolutions": {
"prosemirror-model": "1.9.1",
"prosemirror-state": "1.3.3",
"workbox-webpack-plugin": "5.1.3"
}
}