Skip to content

Commit

Permalink
fix: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tiavina-mika committed May 4, 2024
1 parent c8affa3 commit c6c19f7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Binary file modified example/.yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@mui/material": "^5.15.2",
"@tiptap/pm": "^2.2.5",
"@tiptap/react": "^2.2.5",
"mui-tiptap-editor": "^0.1.72",
"mui-tiptap-editor": "^0.1.73",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.2",
Expand Down
10 changes: 5 additions & 5 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2064,7 +2064,7 @@ __metadata:
eslint-plugin-prettier: "npm:^5.1.3"
eslint-plugin-react-hooks: "npm:^4.6.0"
eslint-plugin-react-refresh: "npm:^0.4.5"
mui-tiptap-editor: "npm:^0.1.72"
mui-tiptap-editor: "npm:^0.1.73"
prettier: "npm:^3.2.2"
react: "npm:^18.2.0"
react-dom: "npm:^18.2.0"
Expand Down Expand Up @@ -4606,9 +4606,9 @@ __metadata:
languageName: node
linkType: hard

"mui-tiptap-editor@npm:^0.1.72":
version: 0.1.72
resolution: "mui-tiptap-editor@npm:0.1.72"
"mui-tiptap-editor@npm:^0.1.73":
version: 0.1.73
resolution: "mui-tiptap-editor@npm:0.1.73"
dependencies:
"@tiptap/extension-bubble-menu": "npm:^2.3.1"
"@tiptap/extension-code-block-lowlight": "npm:^2.3.1"
Expand Down Expand Up @@ -4647,7 +4647,7 @@ __metadata:
"@tiptap/react": ^2.3.1
react: ^16.8.0 || ^17.0.2 || ^18.2.0
react-dom: ^16.8.0 || ^17.0.2 || ^18.2.0
checksum: 10c0/c7b8d9a72451475b2143f6634a832f14e9d2ebec6efa89dbabe104c042c71fcc61444cac415ec55990200dfa83f13920dfcb4773d3938af1d50140d911379eb8
checksum: 10c0/a78b2bdb606dbda6b6344d2962fd39ebc6444c50f6661223ebc4697707e21b83ca648bd22fce9ff6fd2f611f126114dcd92ae0ad889ffab253b09762541f3e0b
languageName: node
linkType: hard

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mui-tiptap-editor",
"version": "0.1.72",
"version": "0.1.73",
"description": "Easy to use Tiptap WYSIWYG rich text editor using Material UI (MUI)",
"keywords": [
"mui",
Expand Down

0 comments on commit c6c19f7

Please sign in to comment.