Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
e11sy committed Aug 20, 2024
1 parent 89f9d84 commit a9e1fdd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@editorjs/quote",
"version": "2.7.0",
"version": "2.7.1",
"keywords": [
"codex editor",
"quote",
Expand Down Expand Up @@ -41,6 +41,6 @@
},
"dependencies": {
"@codexteam/icons": "^0.3.2",
"@editorjs/dom": "^0.0.6"
"@editorjs/dom": "^0.0.5"
}
}
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,22 @@
resolved "https://registry.yarnpkg.com/@codexteam/icons/-/icons-0.3.2.tgz#b7aed0ba7b344e07953101f5476cded570d4f150"
integrity sha512-P1ep2fHoy0tv4wx85eic+uee5plDnZQ1Qa6gDfv7eHPkCXorMtVqJhzMb75o1izogh6G7380PqmFDXV3bW3Pig==

"@editorjs/dom@^0.0.6":
version "0.0.6"
resolved "https://registry.yarnpkg.com/@editorjs/dom/-/dom-0.0.6.tgz#b35a6b4204305f3b1bc3eb7b4c4dec21a4070e3d"
integrity sha512-bPwkRV2O7mTB7XoGpf0/anSAOENbwXu2EcOT1M3/lvM9XJ7YfvOgyeSmEZRqUyw5RYBr94yc2fQw++vHMINeqA==
"@editorjs/dom@^0.0.5":
version "0.0.5"
resolved "https://registry.yarnpkg.com/@editorjs/dom/-/dom-0.0.5.tgz#768db5aa3c7413b5e55e831c350831271e8b1391"
integrity sha512-SZ78Gwpkp3EUhjBIp0lSojeQ35V9acF8SubJsMeOH/vlOUE40GOnvvwWZnF05lO7bIB0dOHhhJy4N7IIAWxP2w==
dependencies:
"@editorjs/helpers" "0.0.5"
"@editorjs/helpers" "^0.0.4"

"@editorjs/editorjs@^2.29.1":
version "2.30.5"
resolved "https://registry.yarnpkg.com/@editorjs/editorjs/-/editorjs-2.30.5.tgz#c1a6fc2b99f567a0271408c0edd51d3da21b4534"
integrity sha512-sE7m/UPbuf+nSGjv9cmWggFsfvtYlgEX7PCby2lZWvOsOLbRxuLT+ZYlwbWshD+8BFJwiAmBj9e+ScZcOjCzeg==

"@editorjs/helpers@0.0.5":
version "0.0.5"
resolved "https://registry.yarnpkg.com/@editorjs/helpers/-/helpers-0.0.5.tgz#db93402027c12eb4750b9e5ae7752249b1c7c703"
integrity sha512-9xP+/Ai4NR+bBPKDt6jYnhkYs8OUDGGIMUKikyck8yiJV35/vpZ7WkowOy5sCZcyu7+lI5bkFXNoDn5jes0diA==
"@editorjs/helpers@^0.0.4":
version "0.0.4"
resolved "https://registry.yarnpkg.com/@editorjs/helpers/-/helpers-0.0.4.tgz#9351373f609e9f8333e0421f7b396c7c7fd41bfa"
integrity sha512-ieg3dzo2m1/ELze/RMNADiAiC5amXxIlVXoJ5vvXITOu/p/dPsrF+Oi3h5gBYvtGk9vg5LJUSG5YWU0tBUO1tw==

"@esbuild/android-arm64@0.18.20":
version "0.18.20"
Expand Down

0 comments on commit a9e1fdd

Please sign in to comment.