Skip to content

Commit

Permalink
chore: update all deps to latest and strict node 18 (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
MinHtet-O authored Apr 2, 2024
1 parent 4f1fca6 commit 6229d85
Show file tree
Hide file tree
Showing 9 changed files with 7,306 additions and 15,666 deletions.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# .npmrc
engine-strict=true
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.14.0
18
2 changes: 1 addition & 1 deletion docs/reference/generic-templates/bill-of-lading.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To make full use of this generic template (bill of lading), please update the co

### Fields to update

_Note: **Please replace all the placeholder "<...>" with your values.**_
_Note: **Please replace all the placeholder "&lt;...&gt;" with your values.**_

```json
"network": "<Your network>",
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/generic-templates/cover-letter.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To make full use of this generic template (cover letter), please update the conf

### Fields to update

_Note: **Please replace all the placeholder "<...>" with your values.**_
_Note: **Please replace all the placeholder "&lt;...&gt;" with your values.**_

```json
"network": "<Your network>",
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/tradetrust-website/qr-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ Let's go through the steps:
- `TT_STORAGE_AWS_ACCESS_KEY_ID` = Your AWS access key ID. (For document storage service)
- `TT_STORAGE_AWS_SECRET_ACCESS_KEY` = Your AWS secret access key. (For document storage service)
6. Hit deploy site on netlify dashboard and your API endpoints should be up. They are accessible at:
- https://<YOUR_RENAMED_NETLIFY_SITENAME>/.netlify/functions/verify/
- https://<YOUR_RENAMED_NETLIFY_SITENAME>/.netlify/functions/storage/
- https://&lt;YOUR_RENAMED_NETLIFY_SITENAME&gt;/.netlify/functions/verify/
- https://&lt;YOUR_RENAMED_NETLIFY_SITENAME&gt;/.netlify/functions/storage/

#### Document storage

Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const siteConfig = {
algoliaOptions: {},
},
prism: {
theme: require("prism-react-renderer/themes/nightOwl"),
theme: require("prism-react-renderer").themes.nightOwl,
},
},
customFields: {
Expand Down
Loading

0 comments on commit 6229d85

Please sign in to comment.