-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '449-update-the-rosen-service-package-to-replace-the-nod…
…e-js-version-dependency-from-18-17-to-20' into 'dev' Resolve "Update the rosen-service package to replace the Node.js version dependency from 18.17 to 20" Closes #449 See merge request ergo/rosen-bridge/ui!374
- Loading branch information
Showing
6 changed files
with
526 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@rosen-bridge/rosen-service': major | ||
--- | ||
|
||
Update the Node.js version dependency from 18.17 to 20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
18.17.0 | ||
20.11.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,5 @@ | |
"strict": true, | ||
"target": "esnext" | ||
}, | ||
"include": ["src"], | ||
"ts-node": { | ||
"esm": true | ||
} | ||
"include": ["src"] | ||
} |
Oops, something went wrong.