Skip to content

Commit ddcc522

Browse files
authored
fix upgrades for scripture-utilities (#203)
- for package versions <1.0.0, `^` won't allow patch upgrades but `~` will.
1 parent f98c868 commit ddcc522

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/platform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"react-dom": ">=18.3.1"
3232
},
3333
"dependencies": {
34-
"@biblionexus-foundation/scripture-utilities": "workspace:^",
34+
"@biblionexus-foundation/scripture-utilities": "workspace:~",
3535
"@lexical/react": "^0.20.0",
3636
"@lexical/selection": "^0.20.0",
3737
"@lexical/text": "^0.20.0",

packages/scribe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"react-dom": ">=18.3.1"
3030
},
3131
"dependencies": {
32-
"@biblionexus-foundation/scripture-utilities": "workspace:^",
32+
"@biblionexus-foundation/scripture-utilities": "workspace:~",
3333
"@lexical/mark": "^0.20.0",
3434
"@lexical/react": "^0.20.0",
3535
"@lexical/selection": "^0.20.0",

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)