Skip to content

Commit

Permalink
another yarn fix
Browse files Browse the repository at this point in the history
  • Loading branch information
glamcoder committed Mar 14, 2024
1 parent 8ccbd47 commit 1d26dfe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"simple-git-hooks": "^2.8.0",
"yarn-upgrade-all": "^0.7.1"
"yarn-upgrade-all": "^0.7.1",
"@tiptap/core":"~2.0.0"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1189,6 +1189,11 @@
resolved "https://registry.yarnpkg.com/@tiptap/core/-/core-2.2.4.tgz#6f957678eb733e70b9282fb5098d284a77bd09a3"
integrity sha512-cRrI8IlLIhCE1hacBQzXIC8dsRvGq6a4lYWQK/BaHuZg21CG7szp3Vd8Ix+ra1f5v0xPOT+Hy+QFNQooRMKMCw==

"@tiptap/core@~2.0.0":
version "2.0.4"
resolved "https://registry.yarnpkg.com/@tiptap/core/-/core-2.0.4.tgz#0a2047150ae537e75f96841a603699526f7b4ec5"
integrity sha512-2YOMjRqoBGEP4YGgYpuPuBBJHMeqKOhLnS0WVwjVP84zOmMgZ7A8M6ILC9Xr7Q/qHZCvyBGWOSsI7+3HsEzzYQ==

"@tiptap/extension-blockquote@^2.2.4":
version "2.2.4"
resolved "https://registry.yarnpkg.com/@tiptap/extension-blockquote/-/extension-blockquote-2.2.4.tgz#d733bea016986c0017e308a2540378c9551c7f10"
Expand Down

0 comments on commit 1d26dfe

Please sign in to comment.