Update dependencies
This commit is contained in:
parent
07eb3062b3
commit
097c353919
|
|
@ -60,7 +60,7 @@ module.exports = {
|
|||
},
|
||||
compilerOptions: {
|
||||
compatConfig: {
|
||||
MODE: 2,
|
||||
MODE: 2
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -43,12 +43,12 @@
|
|||
"@tiptap/extension-list-item": "^2.0.0-beta.20",
|
||||
"@tiptap/extension-paragraph": "^2.0.0-beta.23",
|
||||
"@tiptap/extension-text": "^2.0.0-beta.15",
|
||||
"@tiptap/vue-2": "^2.0.0-beta.77",
|
||||
"@tiptap/vue-3": "^2.0.0-beta.90",
|
||||
"@typescript-eslint/eslint-plugin": "^5.10.0",
|
||||
"@typescript-eslint/parser": "^5.10.0",
|
||||
"@vue/apollo-option": "^4.0.0-alpha.16",
|
||||
"@vue/compat": "3.2.30",
|
||||
"@vue/compiler-sfc": "3.2.30",
|
||||
"@vue/compat": "3.2.31",
|
||||
"@vue/test-utils": "^1.3.0",
|
||||
"@vue/vue2-jest": "^27.0.0",
|
||||
"autoprefixer": "^10.4.12",
|
||||
|
|
@ -106,8 +106,8 @@
|
|||
"vue-style-loader": "^3.0.1",
|
||||
"vue-vimeo-player": "^0.2.2",
|
||||
"vuejs3-logger": "1.0.0",
|
||||
"vuex": "^3.0.1",
|
||||
"webpack": "^5.67.0",
|
||||
"vuex": "4.0.1",
|
||||
"webpack-bundle-analyzer": "^4.5.0",
|
||||
"webpack-dev-server": "^4.6.0",
|
||||
"webpack-merge": "^5.8.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue