Skip to content

Commit

Permalink
revert catalog usage
Browse files Browse the repository at this point in the history
makes it harder to install these packages with file:
  • Loading branch information
holic committed Oct 31, 2024
1 parent c319dd4 commit 298de61
Show file tree
Hide file tree
Showing 19 changed files with 78 additions and 107 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"package.json": "pnpm fix:package-json"
},
"devDependencies": {
"@ark/attest": "catalog:",
"@ark/attest": "0.12.1",
"@changesets/cli": "^2.27.7",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "7.1.1",
Expand All @@ -58,7 +58,7 @@
"tsx": "4.19.0",
"turbo": "^1.9.3",
"typescript": "5.4.2",
"viem": "catalog:",
"viem": "2.21.19",
"vitest": "2.1.2"
},
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/block-logs-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@types/debug": "^4.1.7",
"tsup": "^6.7.0",
"viem": "catalog:",
"viem": "2.21.19",
"vitest": "0.34.6"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"test:ci": "pnpm run test"
},
"dependencies": {
"@ark/util": "catalog:",
"@ark/util": "0.2.2",
"@aws-sdk/client-kms": "^3.556.0",
"@latticexyz/abi-ts": "workspace:*",
"@latticexyz/block-logs-stream": "workspace:*",
Expand All @@ -52,7 +52,7 @@
"@latticexyz/utils": "workspace:*",
"@latticexyz/world": "workspace:*",
"@latticexyz/world-module-metadata": "workspace:*",
"abitype": "catalog:",
"abitype": "1.0.6",
"asn1.js": "^5.4.1",
"chalk": "^5.0.1",
"chokidar": "^3.5.3",
Expand Down Expand Up @@ -84,7 +84,7 @@
"ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0",
"forge-std": "https://github.com/foundry-rs/forge-std.git#74cfb77e308dd188d2f58864aaf44963ae6b88b1",
"tsup": "^6.7.0",
"viem": "catalog:",
"viem": "2.21.19",
"vitest": "0.34.6"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"dependencies": {
"@latticexyz/schema-type": "workspace:*",
"@solidity-parser/parser": "^0.16.0",
"abitype": "catalog:",
"abitype": "1.0.6",
"debug": "^4.3.4",
"execa": "^7.0.0",
"p-queue": "^7.4.1",
Expand All @@ -81,7 +81,7 @@
"@types/node": "^18.15.11",
"@viem/anvil": "^0.0.7",
"tsup": "^6.7.0",
"viem": "catalog:",
"viem": "2.21.19",
"vitest": "0.34.6"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
"test:ci": "pnpm run test"
},
"dependencies": {
"@ark/util": "catalog:",
"@ark/util": "0.2.2",
"@latticexyz/common": "workspace:*",
"@latticexyz/schema-type": "workspace:*",
"esbuild": "^0.17.15",
"find-up": "^6.3.0"
},
"devDependencies": {
"tsup": "^6.7.0",
"viem": "catalog:"
"viem": "2.21.19"
},
"peerDependencies": {
"viem": "2.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2",
"tsup": "^6.7.0",
"viem": "catalog:",
"viem": "2.21.19",
"vitest": "0.34.6"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/entrykit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"test:ci": "tsc --noEmit && vitest --run"
},
"dependencies": {
"@ark/util": "catalog:",
"@ark/util": "0.2.2",
"@latticexyz/common": "workspace:*",
"@latticexyz/config": "workspace:*",
"@latticexyz/explorer": "workspace:*",
Expand Down Expand Up @@ -72,16 +72,16 @@
"eslint-plugin-react-hooks": "4.6.0",
"mprocs": "^0.7.1",
"postcss": "^8.4.47",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "^3.4.13",
"tsup": "^6.7.0",
"viem": "catalog:",
"viem": "2.21.19",
"vite": "^5.4.1",
"vite-plugin-dts": "^4.2.4",
"vite-plugin-externalize-deps": "^0.8.0",
"vitest": "0.34.6",
"wagmi": "catalog:"
"wagmi": "2.12.11"
},
"peerDependencies": {
"@tanstack/react-query": "5.x",
Expand Down
4 changes: 2 additions & 2 deletions packages/explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"sql-autocomplete": "^1.1.1",
"tailwind-merge": "^1.12.0",
"tsup": "^6.7.0",
"wagmi": "catalog:",
"wagmi": "2.12.11",
"yargs": "^17.7.1",
"zod": "3.23.8",
"zustand": "^4.3.7"
Expand All @@ -94,7 +94,7 @@
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"viem": "catalog:"
"viem": "2.21.19"
},
"peerDependencies": {
"viem": "2.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/faucet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@types/debug": "^4.1.7",
"tsup": "^6.7.0",
"viem": "catalog:",
"viem": "2.21.19",
"vitest": "0.34.6"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/protocol-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"@latticexyz/common": "workspace:*",
"@latticexyz/config": "workspace:*",
"@latticexyz/schema-type": "workspace:*",
"abitype": "catalog:"
"abitype": "1.0.6"
},
"devDependencies": {
"tsup": "^6.7.0",
"viem": "catalog:",
"viem": "2.21.19",
"vitest": "0.34.6"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/schema-type/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
"test:ci": "pnpm run test"
},
"dependencies": {
"abitype": "catalog:"
"abitype": "1.0.6"
},
"devDependencies": {
"@latticexyz/gas-report": "workspace:*",
"ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0",
"forge-std": "https://github.com/foundry-rs/forge-std.git#74cfb77e308dd188d2f58864aaf44963ae6b88b1",
"tsup": "^6.7.0",
"viem": "catalog:",
"viem": "2.21.19",
"vitest": "0.34.6"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/stash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"test:ci": "pnpm run test"
},
"dependencies": {
"@ark/util": "catalog:",
"@ark/util": "0.2.2",
"@latticexyz/common": "workspace:*",
"@latticexyz/config": "workspace:*",
"@latticexyz/protocol-parser": "workspace:*",
Expand All @@ -53,10 +53,10 @@
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"fast-deep-equal": "^3.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"tsup": "^6.7.0",
"viem": "catalog:"
"viem": "2.21.19"
},
"peerDependencies": {
"react": "18.x",
Expand Down
2 changes: 1 addition & 1 deletion packages/store-indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@types/koa__router": "^12.0.4",
"concurrently": "^8.2.2",
"tsup": "^6.7.0",
"viem": "catalog:",
"viem": "2.21.19",
"vitest": "0.34.6"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/store-sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"test:ci": "vitest --run"
},
"dependencies": {
"@ark/util": "catalog:",
"@ark/util": "0.2.2",
"@latticexyz/block-logs-stream": "workspace:*",
"@latticexyz/common": "workspace:*",
"@latticexyz/config": "workspace:*",
Expand Down Expand Up @@ -97,7 +97,7 @@
"@viem/anvil": "^0.0.7",
"mock-game-contracts": "workspace:*",
"tsup": "^6.7.0",
"viem": "catalog:",
"viem": "2.21.19",
"vitest": "0.34.6"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
"test:ci": "pnpm run test"
},
"dependencies": {
"@ark/util": "catalog:",
"@ark/util": "0.2.2",
"@latticexyz/common": "workspace:*",
"@latticexyz/config": "workspace:*",
"@latticexyz/protocol-parser": "workspace:*",
"@latticexyz/schema-type": "workspace:*",
"abitype": "catalog:",
"arktype": "catalog:",
"abitype": "1.0.6",
"arktype": "2.0.0-beta.6",
"debug": "^4.3.4"
},
"devDependencies": {
Expand All @@ -74,7 +74,7 @@
"forge-std": "https://github.com/foundry-rs/forge-std.git#74cfb77e308dd188d2f58864aaf44963ae6b88b1",
"solhint": "^3.3.7",
"tsup": "^6.7.0",
"viem": "catalog:"
"viem": "2.21.19"
},
"peerDependencies": {
"viem": "2.x"
Expand Down
8 changes: 4 additions & 4 deletions packages/world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@
"test:ci": "pnpm run test"
},
"dependencies": {
"@ark/util": "catalog:",
"@ark/util": "0.2.2",
"@latticexyz/block-logs-stream": "workspace:*",
"@latticexyz/common": "workspace:*",
"@latticexyz/config": "workspace:*",
"@latticexyz/protocol-parser": "workspace:*",
"@latticexyz/schema-type": "workspace:*",
"@latticexyz/store": "workspace:*",
"abitype": "catalog:",
"arktype": "catalog:",
"abitype": "1.0.6",
"arktype": "2.0.0-beta.6",
"debug": "^4.3.4"
},
"devDependencies": {
Expand All @@ -78,7 +78,7 @@
"glob": "^10.4.2",
"solhint": "^3.3.7",
"tsup": "^6.7.0",
"viem": "catalog:",
"viem": "2.21.19",
"vitest": "0.34.6"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 298de61

Please sign in to comment.