Skip to content

Commit

Permalink
chore: bump yarn
Browse files Browse the repository at this point in the history
This is needed to stop the CI release workflow from failing.
  • Loading branch information
emccorson committed Nov 16, 2023
1 parent 502783e commit 9dbd36c
Show file tree
Hide file tree
Showing 17 changed files with 29,084 additions and 20,521 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/.yarn/releases/** binary
/.yarn/plugins/** binary
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,11 @@ target/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions .yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


yarn-path ".yarn/releases/yarn-1.22.21.cjs"
3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.2.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
"devDependencies": {
"stream-browserify": "^3.0.0",
"wsrun": "^5.2.4"
}
},
"packageManager": "[email protected]"
}
5 changes: 2 additions & 3 deletions packages/chains/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
"repository": "https://github.com/anoma/namada-interface",
"author": "Heliax AG <[email protected]>",
"license": "MIT",
"private": false,
"dependencies": {
"typescript": "^5.1.3",
"@namada/types": "0.1.0"
"@namada/types": "0.1.0",
"typescript": "^5.1.3"
},
"devDependencies": {
"eslint-import-resolver-typescript": "^3.5.2"
Expand Down
1 change: 0 additions & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"repository": "https://github.com/anoma/namada-interface",
"author": "Heliax Dev <[email protected]>",
"license": "MIT",
"private": false,
"scripts": {
"lint": "eslint src --ext .ts,.tsx",
"lint:fix": "yarn lint -- --fix",
Expand Down
1 change: 0 additions & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"repository": "https://github.com/anoma/namada-interface/",
"author": "Heliax Dev <[email protected]>",
"license": "MIT",
"private": false,
"scripts": {
"wasm:build": "./scripts/build.sh --release",
"wasm:build:dev": "./scripts/build.sh",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "MIT",
"devDependencies": {
"eslint": "^8.49.0",
"eslint-plugin-import": "^2.27.5",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react-hooks": "^4.6.0"
}
Expand Down
1 change: 0 additions & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"repository": "https://github.com/anoma/namada-interface",
"author": "Heliax Dev <[email protected]>",
"license": "MIT",
"private": false,
"scripts": {
"lint": "eslint src --ext .ts,.tsx",
"lint:fix": "yarn lint -- --fix",
Expand Down
6 changes: 3 additions & 3 deletions packages/integrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"ts-node": "^10.9.1"
},
"dependencies": {
"@namada/types": "0.1.0",
"@namada/utils": "0.1.0",
"@cosmjs/launchpad": "^0.27.1",
"@cosmjs/proto-signing": "^0.27.1",
"@cosmjs/stargate": "^0.29.5",
"@keplr-wallet/types": "^0.10.19",
"@metamask/providers": "^10.2.1",
"@metamask/sdk": "^0.1.0"
"@metamask/sdk": "^0.1.0",
"@namada/types": "0.1.0",
"@namada/utils": "0.1.0"
}
}
1 change: 0 additions & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"repository": "https://github.com/anoma/namada-interface/",
"author": "Heliax Dev <[email protected]>",
"license": "MIT",
"private": false,
"scripts": {
"wasm:build": "./scripts/build.sh --release",
"wasm:build:dev": "./scripts/build.sh",
Expand Down
1 change: 0 additions & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"repository": "https://github.com/anoma/namada-interface",
"author": "Heliax Dev <[email protected]>",
"license": "MIT",
"private": false,
"scripts": {
"lint": "eslint src --ext .ts",
"lint:fix": "yarn lint -- --fix",
Expand Down
3 changes: 1 addition & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@
"repository": "https://github.com/anoma/namada-interface/",
"author": "Heliax AG <[email protected]>",
"license": "MIT",
"private": false,
"scripts": {
"lint": "eslint src --ext .ts",
"lint:fix": "yarn lint -- --fix",
"lint:ci": "yarn lint --max-warnings 0"
},
"dependencies": {
"@dao-xyz/borsh": "^5.1.5",
"@namada/ledger-namada": "0.0.1",
"bn.js": "^5.2.1",
"@dao-xyz/borsh": "^5.1.5",
"slip44": "^3.0.11",
"typescript": "^5.1.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"repository": "https://github.com/anoma/namada-interface/",
"author": "Heliax Dev <[email protected]>",
"license": "MIT",
"private": false,
"scripts": {
"lint": "eslint src --ext .ts",
"lint:fix": "yarn lint -- --fix",
Expand Down
Loading

0 comments on commit 9dbd36c

Please sign in to comment.