Skip to content

Commit

Permalink
Merge pull request #119 from lidofinance/feature/si-1572-dependabot-l…
Browse files Browse the repository at this point in the history
…ido-js-sdk

Use node20 for workflows, update yarn, babel
  • Loading branch information
alx-khramov authored Sep 9, 2024
2 parents f2e0c71 + 1f03a4c commit 86f2935
Show file tree
Hide file tree
Showing 8 changed files with 2,097 additions and 1,358 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '20'
cache: 'yarn'
- name: Install dependencies
run: yarn install --immutable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '20'
cache: 'yarn'
- name: Install dependencies
run: yarn install --immutable
Expand Down
631 changes: 0 additions & 631 deletions .yarn/releases/yarn-3.0.2.cjs

This file was deleted.

875 changes: 875 additions & 0 deletions .yarn/releases/yarn-3.8.5.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.0.2.cjs
yarnPath: .yarn/releases/yarn-3.8.5.cjs
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"typechain": "yarn workspace @lido-sdk/contracts run typechain"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@qiwi/multi-semantic-release": "^3.16.0",
Expand Down Expand Up @@ -47,8 +47,8 @@
"rollup": "^2.57.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-typescript2": "^0.30.0",
"tslib": "^2.3.1",
"rollup-plugin-typescript2": "0.32.1",
"tslib": "2.4.1",
"typescript": "^4.4.3",
"yarn-workspaces-list": "^0.2.0"
},
Expand All @@ -60,5 +60,6 @@
"./**/*.{ts,tsx,js,jsx,md,json}": [
"prettier --write"
]
}
},
"packageManager": "[email protected]"
}
3 changes: 1 addition & 2 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
"@typechain/ethers-v5": "^7.1.0",
"@types/jest": "^27.0.2",
"ethers": "^5.4.7",
"typechain": "^5.1.2",
"typescript": "^4.4.3"
"typechain": "^5.1.2"
},
"peerDependencies": {
"@ethersproject/abstract-signer": "5",
Expand Down
Loading

0 comments on commit 86f2935

Please sign in to comment.