Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Dianliang233 committed Feb 26, 2024
1 parent 0525908 commit 5a817aa
Show file tree
Hide file tree
Showing 13 changed files with 292 additions and 288 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,24 @@
"coverage": "vitest run --coverage"
},
"dependencies": {
"@tiptap/extension-bold": "^2.2.2",
"@tiptap/extension-color": "^2.2.2",
"@tiptap/extension-document": "^2.2.2",
"@tiptap/extension-dropcursor": "^2.2.2",
"@tiptap/extension-gapcursor": "^2.2.2",
"@tiptap/extension-hard-break": "^2.2.2",
"@tiptap/extension-highlight": "^2.2.2",
"@tiptap/extension-history": "^2.2.2",
"@tiptap/extension-italic": "^2.2.2",
"@tiptap/extension-paragraph": "^2.2.2",
"@tiptap/extension-strike": "^2.2.2",
"@tiptap/extension-text": "^2.2.2",
"@tiptap/extension-text-style": "^2.2.2",
"@tiptap/extension-underline": "^2.2.2",
"@tiptap/pm": "^2.2.2",
"@tiptap/vue-3": "^2.2.2",
"@tiptap/extension-bold": "^2.2.4",
"@tiptap/extension-color": "^2.2.4",
"@tiptap/extension-document": "^2.2.4",
"@tiptap/extension-dropcursor": "^2.2.4",
"@tiptap/extension-gapcursor": "^2.2.4",
"@tiptap/extension-hard-break": "^2.2.4",
"@tiptap/extension-highlight": "^2.2.4",
"@tiptap/extension-history": "^2.2.4",
"@tiptap/extension-italic": "^2.2.4",
"@tiptap/extension-paragraph": "^2.2.4",
"@tiptap/extension-strike": "^2.2.4",
"@tiptap/extension-text": "^2.2.4",
"@tiptap/extension-text-style": "^2.2.4",
"@tiptap/extension-underline": "^2.2.4",
"@tiptap/pm": "^2.2.4",
"@tiptap/vue-3": "^2.2.4",
"@types/webpack-env": "^1.18.4",
"@vueuse/core": "^10.7.2",
"@vueuse/core": "^10.8.0",
"@wikimedia/codex": "0.1.1",
"d3": "^7.8.5",
"vue": "3.2.37"
Expand All @@ -46,7 +46,7 @@
"@rushstack/eslint-patch": "^1.7.2",
"@tsconfig/node20": "^20.1.2",
"@types/d3": "^7.4.3",
"@types/node": "^20.11.17",
"@types/node": "^20.11.20",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vue/eslint-config-prettier": "^8.0.0",
Expand All @@ -55,8 +55,8 @@
"babel-loader": "^9.1.3",
"babel-preset-typescript-vue3": "^2.0.17",
"css-loader": "^6.10.0",
"dotenv": "^16.4.3",
"eslint": "^8.56.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"glob": "^10.3.10",
"html-webpack-plugin": "^5.6.0",
"less": "^4.2.0",
Expand All @@ -72,7 +72,7 @@
"vue-loader": "^17.4.2",
"vue-style-loader": "^4.1.3",
"vue-tsc": "^1.8.27",
"webpack": "^5.90.1",
"webpack": "^5.90.3",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
Expand Down
Loading

0 comments on commit 5a817aa

Please sign in to comment.