Skip to content

Commit 88a7f3c

Browse files
authored
Yarn 3.8.0 -> 3.8.7 (#4444)
1 parent 4891b00 commit 88a7f3c

File tree

21 files changed

+94
-111
lines changed

21 files changed

+94
-111
lines changed

.yarn/releases/yarn-3.8.0.cjs renamed to .yarn/releases/yarn-3.8.7.cjs

Lines changed: 83 additions & 83 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ plugins:
1616
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
1717
spec: '@yarnpkg/plugin-workspace-tools'
1818

19-
yarnPath: .yarn/releases/yarn-3.8.0.cjs
19+
yarnPath: .yarn/releases/yarn-3.8.7.cjs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "towns-protocol",
33
"version": "0.0.0",
44
"license": "MIT",
5-
"packageManager": "[email protected].0",
5+
"packageManager": "[email protected].7",
66
"scripts": {
77
"anvil": "yarn workspace @towns-protocol/contracts exec anvil",
88
"build": "turbo build",

packages/anvil-docker/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"version": "0.0.0",
44
"private": true,
55
"description": "Pre-configured Anvil chains with deployed Towns Protocol contracts",
6-
"packageManager": "[email protected]",
76
"scripts": {
87
"docker:build": "cd ../../core && just build-anvil-docker local",
98
"docker:start": "cd ../../core && USE_DOCKER_CHAINS=1 just anvils",

packages/bot/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@towns-protocol/bot",
33
"version": "0.0.391",
4-
"packageManager": "[email protected]",
54
"type": "module",
65
"main": "dist/index.js",
76
"types": "dist/index.d.ts",

packages/contracts/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@towns-protocol/contracts",
33
"version": "0.0.391",
4-
"packageManager": "[email protected]",
54
"scripts": {
65
"clean": "forge clean",
76
"compile": "forge build",

packages/encryption/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@towns-protocol/encryption",
33
"version": "0.0.391",
4-
"packageManager": "[email protected]",
54
"type": "module",
65
"main": "dist/index.js",
76
"types": "dist/index.d.ts",

packages/generated/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@towns-protocol/generated",
33
"version": "0.0.391",
4-
"packageManager": "[email protected]",
54
"type": "module",
65
"scripts": {
76
"build": "node ./scripts/prepare.js",

packages/metrics-discovery/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"author": "",
66
"license": "ISC",
77
"private": true,
8-
"packageManager": "[email protected]",
98
"type": "module",
109
"main": "index.js",
1110
"scripts": {

packages/proto/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@towns-protocol/proto",
33
"version": "0.0.391",
4-
"packageManager": "[email protected]",
54
"type": "module",
65
"main": "dist/index.js",
76
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)