Skip to content

Commit

Permalink
update yarn (open-web3-stack#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc authored Feb 24, 2023
1 parent 4cc098c commit 9a9da20
Show file tree
Hide file tree
Showing 7 changed files with 12,864 additions and 8,099 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,10 @@ temp/
output/
outputs/
lib/

.yarn/*
!.yarn/releases
!.yarn/patches
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
541 changes: 541 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

873 changes: 873 additions & 0 deletions .yarn/releases/yarn-3.4.1.cjs

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.4.1.cjs
Empty file modified bin/parachain-launch
100644 → 100755
Empty file.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,25 @@
"start": "ts-node src/index.ts"
},
"dependencies": {
"@polkadot/api": "^9.13.2",
"@polkadot/keyring": "^10.2.1",
"@polkadot/util": "^10.2.1",
"@polkadot/util-crypto": "^10.2.1",
"@polkadot/api": "^9.14.2",
"@polkadot/keyring": "^10.4.2",
"@polkadot/util": "^10.4.2",
"@polkadot/util-crypto": "^10.4.2",
"lodash": "^4.17.21",
"readline-sync": "^1.4.10",
"shelljs": "^0.8.5",
"yaml": "^2.2.1",
"yargs": "^17.6.2"
"yargs": "^17.7.1"
},
"devDependencies": {
"@open-web3/dev-config": "^0.2.8",
"@open-web3/dev-config": "^0.2.9",
"@types/lodash": "^4.14.191",
"@types/readline-sync": "^1.4.4",
"@types/shelljs": "^0.8.11",
"@types/yargs": "^17.0.22",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"bin": "./bin/parachain-launch"
"bin": "./bin/parachain-launch",
"packageManager": "yarn@3.4.1"
}
19,520 changes: 11,428 additions & 8,092 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 9a9da20

Please sign in to comment.