Skip to content

Commit aaf7906

Browse files
committed
fix: update @blocknote/core dependency range
This change modifies the dependency range of @blocknote/core to include versions up to <0.18.0. This ensures compatibility with newer releases while maintaining functionality with existing versions.
1 parent b49520d commit aaf7906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/ngx-blocknote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@angular/common": "^18.0.0",
3333
"@angular/core": "^18.0.0",
3434
"@angular/forms": "^18.0.0",
35-
"@blocknote/core": ">=0.14.0 <0.17.0"
35+
"@blocknote/core": ">=0.14.0 <0.18.0"
3636
},
3737
"peerDependenciesMeta": {
3838
"@angular/platform-browser": {

0 commit comments

Comments
 (0)