Skip to content

Commit

Permalink
remove network package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs committed Aug 15, 2023
1 parent 4a7d282 commit 7b3a674
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 41 deletions.
2 changes: 0 additions & 2 deletions e2e/packages/client-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@
"@improbable-eng/grpc-web": "^0.15.0",
"@latticexyz/common": "link:../../../packages/common",
"@latticexyz/dev-tools": "link:../../../packages/dev-tools",
"@latticexyz/network": "link:../../../packages/network",
"@latticexyz/recs": "link:../../../packages/recs",
"@latticexyz/schema-type": "link:../../../packages/schema-type",
"@latticexyz/services": "link:../../../packages/services",
"@latticexyz/std-client": "link:../../../packages/std-client",
"@latticexyz/store-sync": "link:../../../packages/store-sync",
"@latticexyz/utils": "link:../../../packages/utils",
"@latticexyz/world": "link:../../../packages/world",
Expand Down
1 change: 0 additions & 1 deletion e2e/packages/sync-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
},
"devDependencies": {
"@latticexyz/cli": "link:../../../packages/cli",
"@latticexyz/network": "link:../../../packages/network",
"@latticexyz/recs": "link:../../../packages/recs",
"@latticexyz/schema-type": "link:../../../packages/schema-type",
"@latticexyz/store": "link:../../../packages/store",
Expand Down
9 changes: 0 additions & 9 deletions e2e/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion examples/minimal/packages/client-phaser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"@improbable-eng/grpc-web": "^0.15.0",
"@latticexyz/common": "link:../../../../packages/common",
"@latticexyz/dev-tools": "link:../../../../packages/dev-tools",
"@latticexyz/network": "link:../../../../packages/network",
"@latticexyz/phaserx": "link:../../../../packages/phaserx",
"@latticexyz/react": "link:../../../../packages/react",
"@latticexyz/recs": "link:../../../../packages/recs",
Expand Down
1 change: 0 additions & 1 deletion examples/minimal/packages/client-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"@improbable-eng/grpc-web": "^0.15.0",
"@latticexyz/common": "link:../../../../packages/common",
"@latticexyz/dev-tools": "link:../../../../packages/dev-tools",
"@latticexyz/network": "link:../../../../packages/network",
"@latticexyz/react": "link:../../../../packages/react",
"@latticexyz/recs": "link:../../../../packages/recs",
"@latticexyz/schema-type": "link:../../../../packages/schema-type",
Expand Down
1 change: 0 additions & 1 deletion examples/minimal/packages/client-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"@improbable-eng/grpc-web": "^0.15.0",
"@latticexyz/common": "link:../../../../packages/common",
"@latticexyz/dev-tools": "link:../../../../packages/dev-tools",
"@latticexyz/network": "link:../../../../packages/network",
"@latticexyz/recs": "link:../../../../packages/recs",
"@latticexyz/schema-type": "link:../../../../packages/schema-type",
"@latticexyz/services": "link:../../../../packages/services",
Expand Down
18 changes: 0 additions & 18 deletions examples/minimal/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/std-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"@latticexyz/cli": "workspace:*",
"@latticexyz/common": "workspace:*",
"@latticexyz/config": "workspace:*",
"@latticexyz/network": "workspace:*",
"@latticexyz/recs": "workspace:*",
"@latticexyz/solecs": "workspace:*",
"@latticexyz/store": "workspace:*",
Expand Down
3 changes: 0 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion templates/phaser/packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"@ethersproject/providers": "^5.7.2",
"@latticexyz/common": "link:../../../../packages/common",
"@latticexyz/dev-tools": "link:../../../../packages/dev-tools",
"@latticexyz/network": "link:../../../../packages/network",
"@latticexyz/phaserx": "link:../../../../packages/phaserx",
"@latticexyz/react": "link:../../../../packages/react",
"@latticexyz/recs": "link:../../../../packages/recs",
Expand Down
1 change: 0 additions & 1 deletion templates/react/packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"@ethersproject/providers": "^5.7.2",
"@latticexyz/common": "link:../../../../packages/common",
"@latticexyz/dev-tools": "link:../../../../packages/dev-tools",
"@latticexyz/network": "link:../../../../packages/network",
"@latticexyz/react": "link:../../../../packages/react",
"@latticexyz/recs": "link:../../../../packages/recs",
"@latticexyz/schema-type": "link:../../../../packages/schema-type",
Expand Down
1 change: 0 additions & 1 deletion templates/threejs/packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"@ethersproject/providers": "^5.7.2",
"@latticexyz/common": "link:../../../../packages/common",
"@latticexyz/dev-tools": "link:../../../../packages/dev-tools",
"@latticexyz/network": "link:../../../../packages/network",
"@latticexyz/react": "link:../../../../packages/react",
"@latticexyz/recs": "link:../../../../packages/recs",
"@latticexyz/schema-type": "link:../../../../packages/schema-type",
Expand Down
1 change: 0 additions & 1 deletion templates/vanilla/packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"@ethersproject/providers": "^5.7.2",
"@latticexyz/common": "link:../../../../packages/common",
"@latticexyz/dev-tools": "link:../../../../packages/dev-tools",
"@latticexyz/network": "link:../../../../packages/network",
"@latticexyz/recs": "link:../../../../packages/recs",
"@latticexyz/schema-type": "link:../../../../packages/schema-type",
"@latticexyz/services": "link:../../../../packages/services",
Expand Down

0 comments on commit 7b3a674

Please sign in to comment.