Skip to content

Commit

Permalink
fix(deps): update tiptap monorepo to ^2.2.3 (#1410)
Browse files Browse the repository at this point in the history
* fix(deps): update tiptap monorepo to ^2.2.3

* fix: resolve lockfile conflict

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jaemin Choi <[email protected]>
  • Loading branch information
renovate[bot] and dotoleeoak authored Feb 19, 2024
1 parent ccebc36 commit 764410a
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 149 deletions.
10 changes: 5 additions & 5 deletions frontend-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"@radix-ui/react-toggle": "^1.0.3",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/react-table": "^8.12.0",
"@tiptap/extension-link": "^2.2.2",
"@tiptap/extension-placeholder": "^2.2.2",
"@tiptap/pm": "^2.2.2",
"@tiptap/react": "^2.2.2",
"@tiptap/starter-kit": "^2.2.2",
"@tiptap/extension-link": "^2.2.3",
"@tiptap/extension-placeholder": "^2.2.3",
"@tiptap/pm": "^2.2.3",
"@tiptap/react": "^2.2.3",
"@tiptap/starter-kit": "^2.2.3",
"@uiw/codemirror-extensions-langs": "^4.21.22",
"@uiw/codemirror-themes": "^4.21.22",
"@uiw/react-codemirror": "^4.21.22",
Expand Down
6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"@codemirror/state": "^6.4.0",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.23.1",
"@tiptap/pm": "^2.2.2",
"@tiptap/starter-kit": "^2.2.2",
"@tiptap/vue-3": "^2.2.2",
"@tiptap/pm": "^2.2.3",
"@tiptap/starter-kit": "^2.2.3",
"@tiptap/vue-3": "^2.2.3",
"@vee-validate/zod": "^4.12.5",
"@vue/apollo-composable": "4.0.1",
"@vueuse/components": "^10.7.2",
Expand Down
Loading

0 comments on commit 764410a

Please sign in to comment.