Skip to content

Commit

Permalink
use yarn 4
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Jan 24, 2024
1 parent 93e8fc3 commit a9e04d8
Show file tree
Hide file tree
Showing 10 changed files with 8,777 additions and 9,888 deletions.
541 changes: 0 additions & 541 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

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.

28 changes: 0 additions & 28 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

This file was deleted.

874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.3.cjs

This file was deleted.

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

Large diffs are not rendered by default.

24 changes: 11 additions & 13 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
compressionLevel: mixed

enableGlobalCache: false

httpProxy: "http://0.0.0.0:7890"

httpsProxy: "http://0.0.0.0:7890"

nodeLinker: node-modules

npmPublishAccess: public

npmPublishRegistry: 'https://registry.npmjs.org/'

npmRegistryServer: 'https://registry.npmjs.org/'
npmPublishRegistry: "https://registry.npmjs.org/"

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools'
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: '@yarnpkg/plugin-typescript'
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: '@yarnpkg/plugin-version'
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: '@yarnpkg/plugin-workspace-tools'
npmRegistryServer: "https://registry.npmjs.org/"

yarnPath: .yarn/releases/yarn-3.6.3.cjs
yarnPath: .yarn/releases/yarn-4.0.2.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"repository": "[email protected]:AcalaNetwork/bodhi.js.git",
"author": "Acala Developers <[email protected]>",
"license": "Apache-2.0",
"packageManager": "yarn@3.6.3",
"packageManager": "yarn@4.0.2",
"private": true,
"engines": {
"node": ">=v16"
Expand Down
4 changes: 2 additions & 2 deletions packages/eth-providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test:e2e": "vitest --run --config vitest.config.e2e.ts"
},
"peerDependencies": {
"@acala-network/api": "6.1.0",
"@acala-network/api": "~6.1.0",
"@polkadot/api": "^10.11.1"
},
"dependencies": {
Expand All @@ -23,7 +23,7 @@
"lru-cache": "~7.8.2"
},
"devDependencies": {
"@acala-network/api": "6.1.0",
"@acala-network/api": "~6.1.0",
"@types/bn.js": "~5.1.0",
"@types/lru-cache": "~7.6.1",
"dotenv": "~10.0.0",
Expand Down
Loading

0 comments on commit a9e04d8

Please sign in to comment.