Skip to content

Commit

Permalink
Fixed TS error with blocknote/react package (#4601)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbordeau authored Mar 21, 2024
1 parent 8e4123e commit cc0e3c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@aws-sdk/client-s3": "^3.363.0",
"@aws-sdk/credential-providers": "^3.363.0",
"@blocknote/core": "^0.12.1",
"@blocknote/react": "^0.12.1",
"@blocknote/react": "^0.12.2",
"@chakra-ui/accordion": "^2.3.0",
"@chakra-ui/system": "^2.6.0",
"@codesandbox/sandpack-react": "^2.13.5",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3602,7 +3602,7 @@ __metadata:
languageName: node
linkType: hard

"@blocknote/react@npm:^0.12.1":
"@blocknote/react@npm:^0.12.2":
version: 0.12.2
resolution: "@blocknote/react@npm:0.12.2"
dependencies:
Expand Down Expand Up @@ -45810,7 +45810,7 @@ __metadata:
"@babel/core": "npm:^7.14.5"
"@babel/preset-react": "npm:^7.14.5"
"@blocknote/core": "npm:^0.12.1"
"@blocknote/react": "npm:^0.12.1"
"@blocknote/react": "npm:^0.12.2"
"@chakra-ui/accordion": "npm:^2.3.0"
"@chakra-ui/system": "npm:^2.6.0"
"@codesandbox/sandpack-react": "npm:^2.13.5"
Expand Down

0 comments on commit cc0e3c8

Please sign in to comment.