Skip to content

Commit

Permalink
feat(deps): upgrade all dependencies to latest and node version to 18
Browse files Browse the repository at this point in the history
chore: upgrade dependencies to latest and node version to 18
  • Loading branch information
MinHtet-O authored Feb 22, 2024
2 parents 698b99b + c413549 commit 361ba81
Show file tree
Hide file tree
Showing 10 changed files with 15,072 additions and 9,223 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
name: Lint & Test & Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18.x
- name: Cache Node Modules
uses: actions/cache@v2
env:
Expand Down
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
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ We will monitor whether the dependencies will get out of hand.

Before any commits here, please ask the maintainers (TradeTrust team) first.

### Prerequisite

- Node (optionally, use [nvm](https://github.com/nvm-sh/nvm) to manage node version)
- Node version 18 onwards.

### Direct import

If the consuming application does not support treeshaking, you should do direct import instead. Example:
Expand Down
Loading

0 comments on commit 361ba81

Please sign in to comment.