Skip to content

Commit

Permalink
Upgrade Dependencies - Round 1 (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xalecks authored Mar 1, 2024
2 parents 49ad0f5 + 2b7cc4e commit 6ca3f2e
Show file tree
Hide file tree
Showing 32 changed files with 19,256 additions and 16,224 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.dex-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Node Install
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"
- name: Cache Node Modules
id: node-modules-cache
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.protocol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Protocol Tests
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"
- name: Cache Node Modules
id: node-modules-cache
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.sdk-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: SDK Core Tests
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"
- name: Cache Node Modules
id: node-modules-cache
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.sdk-wells.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: SDK Wells Tests
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"
- name: Cache Node Modules
id: node-modules-cache
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: SDK Tests
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"
- name: Cache Node Modules
id: node-modules-cache
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.subgraph-bean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"
- name: Cache Node Modules
id: node-modules-cache
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.subgraph-beanstalk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"
- name: Cache Node Modules
id: node-modules-cache
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"
- name: Cache Node Modules
id: node-modules-cache
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"
- name: Cache Node Modules
id: node-modules-cache
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"
- name: Cache Node Modules
id: node-modules-cache
uses: actions/cache@v3
Expand Down
9 changes: 0 additions & 9 deletions .yarn/plugins/@yarnpkg/plugin-typescript.cjs

This file was deleted.

550 changes: 0 additions & 550 deletions .yarn/plugins/@yarnpkg/plugin-version.cjs

This file was deleted.

823 changes: 0 additions & 823 deletions .yarn/releases/yarn-3.3.1.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.1.0.cjs

Large diffs are not rendered by default.

12 changes: 5 additions & 7 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
compressionLevel: mixed

defaultSemverRangePrefix: ""

nodeLinker: node-modules
enableGlobalCache: false

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.3.1.cjs
yarnPath: .yarn/releases/yarn-4.1.0.cjs
19 changes: 11 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
{
"name": "root",
"private": true,
"packageManager": "[email protected]",
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
},
"workspaces": [
"projects/*",
"protocol",
"utils"
],
"devDependencies": {
"@types/prettier": "^2",
"husky": "8.0.1",
"@types/prettier": "^2.7.3",
"husky": "8.0.3",
"jest": "29.2.2",
"jest-serial-runner": "1.2.1",
"lint-staged": "13.1.0",
"prettier": "2.7.1",
"ts-jest": "29.0.3",
"ts-node": "10.9.1",
"typescript": "4.8.4"
"lint-staged": "13.3.0",
"prettier": "3.2.5",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "5.3.3"
},
"scripts": {
"bootstrap": "yarn husky install && yarn generate",
Expand Down
12 changes: 6 additions & 6 deletions projects/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
"g:bean": "yarn ts-node-esm src/cli.ts"
},
"devDependencies": {
"@types/command-line-args": "^5",
"@types/node": "18.11.9",
"@types/rimraf": "^3",
"@types/command-line-args": "^5.2.3",
"@types/node": "18.19.17",
"@types/rimraf": "^3.0.2",
"rimraf": "3.0.2",
"ts-node": "10.9.1",
"typescript": "4.9.3"
"ts-node": "10.9.2",
"typescript": "5.3.3"
},
"dependencies": {
"@beanstalk/sdk": "workspace:*",
"chalk": "5.1.2",
"chalk": "5.3.0",
"command-line-args": "5.2.1",
"command-line-usage": "6.1.3",
"ethers": "5.7.2",
Expand Down
42 changes: 21 additions & 21 deletions projects/dex-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,40 +21,40 @@
},
"dependencies": {
"@beanstalk/sdk": "workspace:*",
"@tanstack/react-query": "4.28.0",
"@tanstack/react-query-devtools": "4.28.0",
"@typechain/ethers-v5": "10.2.0",
"connectkit": "1.2.1",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
"@typechain/ethers-v5": "10.2.1",
"connectkit": "1.3.0",
"ethers": "^5",
"graphql-request": "5.2.0",
"lightweight-charts": "4.0.1",
"lightweight-charts": "4.1.3",
"loadash": "1.0.0",
"prettier": "2.7.1",
"prettier": "3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "2.4.1",
"react-jazzicon": "1.0.4",
"react-router-dom": "^6.4.4",
"styled-components": "5.3.9",
"react-router-dom": "^6.22.1",
"styled-components": "5.3.11",
"typechain": "8.1.1",
"typescript": "4.8.4",
"wagmi": "0.12.2"
"wagmi": "0.12.13"
},
"devDependencies": {
"@graphql-codegen/cli": "3.2.2",
"@graphql-codegen/client-preset": "2.1.1",
"@graphql-codegen/typescript-react-query": "4.1.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/styled-components": "^5",
"@typescript-eslint/eslint-plugin": "4.13.0",
"@typescript-eslint/parser": "4.13.0",
"@vitejs/plugin-react": "^2.0.0",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"@vitejs/plugin-react": "4.2.1",
"eslint": "^7.32.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.22.0",
"eslint-plugin-react-hooks": "4.2.0",
"vite": "^3.2.5"
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"typescript": "5.3.3",
"vite": "5.1.4"
}
}
12 changes: 6 additions & 6 deletions projects/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
"@beanstalk/sdk": "workspace:*",
"@beanstalk/sdk-core": "workspace:*",
"@beanstalk/sdk-wells": "workspace:*",
"chalk": "4",
"dotenv": "16.0.3",
"chalk": "4.1.2",
"dotenv": "16.4.5",
"table": "6.8.1"
},
"scripts": {
"x": "node run.js"
},
"devDependencies": {
"@swc-node/register": "1.6.6",
"@swc/core": "1.3.68",
"@swc/helpers": "0.5.1",
"bignumber.js": "9.1.0",
"@swc-node/register": "1.8.0",
"@swc/core": "1.4.2",
"@swc/helpers": "0.5.6",
"bignumber.js": "9.1.2",
"ethers": "5.7.2"
}
}
30 changes: 15 additions & 15 deletions projects/sdk-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,27 +47,27 @@
"ethers": "^5.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "23.0.2",
"@rollup/plugin-json": "5.0.1",
"@rollup/plugin-multi-entry": "6.0.0",
"@rollup/plugin-node-resolve": "15.0.1",
"@typechain/ethers-v5": "^10.1.0",
"@types/chai": "^4",
"@types/jest": "^29.1.2",
"@types/rimraf": "^3",
"chai": "4.3.6",
"dotenv": "^16.0.3",
"@rollup/plugin-commonjs": "23.0.7",
"@rollup/plugin-json": "5.0.2",
"@rollup/plugin-multi-entry": "6.0.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@typechain/ethers-v5": "^10.2.1",
"@types/chai": "^4.3.11",
"@types/jest": "^29.5.12",
"@types/rimraf": "^3.0.2",
"chai": "4.4.1",
"dotenv": "^16.4.5",
"jest": "^29.2.0",
"rimraf": "3.0.2",
"rollup": "3.2.5",
"rollup": "3.29.4",
"rollup-plugin-alias": "2.2.0",
"rollup-plugin-exclude-dependencies-from-bundle": "1.1.23",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-typescript2": "0.34.1",
"tsc-alias": "1.7.0",
"tslib": "2.4.1",
"rollup-plugin-typescript2": "0.36.0",
"tsc-alias": "1.8.8",
"tslib": "2.6.2",
"typechain": "^8.1.0",
"typescript": "4.8.4"
"typescript": "5.3.3"
},
"packageManager": "[email protected]",
"exports": {
Expand Down
32 changes: 16 additions & 16 deletions projects/sdk-wells/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,30 +55,30 @@
},
"devDependencies": {
"@graphql-codegen/cli": "2.13.7",
"@graphql-codegen/typescript": "2.7.4",
"@graphql-codegen/typescript": "2.8.8",
"@graphql-codegen/typescript-graphql-request": "^4.5.6",
"@graphql-codegen/typescript-operations": "^2.5.4",
"@graphql-codegen/typescript-resolvers": "2.7.4",
"@rollup/plugin-commonjs": "23.0.2",
"@rollup/plugin-json": "5.0.1",
"@rollup/plugin-multi-entry": "6.0.0",
"@rollup/plugin-node-resolve": "15.0.1",
"@typechain/ethers-v5": "^10.1.0",
"@types/graphlib": "2.1.8",
"@types/jest": "^29.1.2",
"@types/rimraf": "^3",
"dotenv": "^16.0.3",
"@graphql-codegen/typescript-resolvers": "2.7.13",
"@rollup/plugin-commonjs": "23.0.7",
"@rollup/plugin-json": "5.0.2",
"@rollup/plugin-multi-entry": "6.0.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@typechain/ethers-v5": "^10.2.1",
"@types/graphlib": "2.1.12",
"@types/jest": "^29.5.12",
"@types/rimraf": "^3.0.2",
"dotenv": "^16.4.5",
"jest": "^29.2.0",
"rimraf": "3.0.2",
"rollup": "3.2.5",
"rollup": "3.29.4",
"rollup-plugin-alias": "2.2.0",
"rollup-plugin-exclude-dependencies-from-bundle": "1.1.23",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-typescript2": "0.34.1",
"tsc-alias": "1.7.0",
"tslib": "2.4.1",
"rollup-plugin-typescript2": "0.36.0",
"tsc-alias": "1.8.8",
"tslib": "2.6.2",
"typechain": "^8.1.0",
"typescript": "4.8.4"
"typescript": "5.3.3"
},
"packageManager": "[email protected]",
"exports": {
Expand Down
Loading

0 comments on commit 6ca3f2e

Please sign in to comment.