diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ca7976c720..ccde23bffc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1168,16 +1168,16 @@ importers: test/mock-game-contracts: devDependencies: '@latticexyz/cli': - specifier: link:../../packages/cli + specifier: workspace:* version: link:../../packages/cli '@latticexyz/schema-type': - specifier: link:../../packages/schema-type + specifier: workspace:* version: link:../../packages/schema-type '@latticexyz/store': - specifier: link:../../packages/store + specifier: workspace:* version: link:../../packages/store '@latticexyz/world': - specifier: link:../../packages/world + specifier: workspace:* version: link:../../packages/world dotenv: specifier: ^16.0.3 diff --git a/test/mock-game-contracts/package.json b/test/mock-game-contracts/package.json index 37d6cfa8a9..0016fe563d 100644 --- a/test/mock-game-contracts/package.json +++ b/test/mock-game-contracts/package.json @@ -9,10 +9,10 @@ "deploy:local": "mud deploy" }, "devDependencies": { - "@latticexyz/cli": "link:../../packages/cli", - "@latticexyz/schema-type": "link:../../packages/schema-type", - "@latticexyz/store": "link:../../packages/store", - "@latticexyz/world": "link:../../packages/world", + "@latticexyz/cli": "workspace:*", + "@latticexyz/schema-type": "workspace:*", + "@latticexyz/store": "workspace:*", + "@latticexyz/world": "workspace:*", "dotenv": "^16.0.3", "ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0", "forge-std": "https://github.com/foundry-rs/forge-std.git#74cfb77e308dd188d2f58864aaf44963ae6b88b1",