Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbch committed Mar 29, 2023
1 parent d76ef2b commit 6c7e08e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiptap/react",
"description": "React components for tiptap",
"version": "2.0.0-rc.3",
"version": "2.0.0",
"homepage": "https://tiptap.dev",
"keywords": [
"tiptap",
Expand Down Expand Up @@ -29,22 +29,22 @@
"dist"
],
"devDependencies": {
"@tiptap/core": "^2.0.0-rc.1",
"@tiptap/pm": "^2.0.0-rc.1",
"@tiptap/core": "^2.0.0",
"@tiptap/pm": "^2.0.0",
"@types/react": "^18.0.1",
"@types/react-dom": "^18.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0-rc.1",
"@tiptap/pm": "^2.0.0-rc.1",
"@tiptap/core": "^2.0.0",
"@tiptap/pm": "^2.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@tiptap/extension-bubble-menu": "^2.0.0-rc.1",
"@tiptap/extension-floating-menu": "^2.0.0-rc.1"
"@tiptap/extension-bubble-menu": "^2.0.0",
"@tiptap/extension-floating-menu": "^2.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6c7e08e

Please sign in to comment.