Skip to content

Commit

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

* fix: resolve lockfile

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jaemin Choi <1dotolee@gmail.com>
  • Loading branch information
renovate[bot] and dotoleeoak authored Feb 29, 2024
1 parent abf6e02 commit 0b6a1e9
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 141 deletions.
10 changes: 5 additions & 5 deletions frontend-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"@sentry/nextjs": "^7.102.1",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/react-table": "^8.12.0",
"@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",
"@tiptap/extension-link": "^2.2.4",
"@tiptap/extension-placeholder": "^2.2.4",
"@tiptap/pm": "^2.2.4",
"@tiptap/react": "^2.2.4",
"@tiptap/starter-kit": "^2.2.4",
"@uiw/codemirror-extensions-langs": "^4.21.24",
"@uiw/codemirror-themes": "^4.21.24",
"@uiw/react-codemirror": "^4.21.24",
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.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.24.1",
"@tiptap/pm": "^2.2.3",
"@tiptap/starter-kit": "^2.2.3",
"@tiptap/vue-3": "^2.2.3",
"@tiptap/pm": "^2.2.4",
"@tiptap/starter-kit": "^2.2.4",
"@tiptap/vue-3": "^2.2.4",
"@vee-validate/zod": "^4.12.5",
"@vue/apollo-composable": "4.0.1",
"@vueuse/components": "^10.8.0",
Expand Down
Loading

0 comments on commit 0b6a1e9

Please sign in to comment.