Skip to content

Commit

Permalink
bump vite, pin rxjs
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Jun 22, 2023
1 parent 080e177 commit a9abe03
Show file tree
Hide file tree
Showing 17 changed files with 106 additions and 103 deletions.
4 changes: 2 additions & 2 deletions e2e/packages/client-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"nice-grpc-web": "^2.0.1",
"proxy-deep": "^3.1.1",
"react": "^18.2.0",
"rxjs": "^7.5.5",
"rxjs": "7.5.5",
"threads": "^1.7.0",
"viem": "1.0.6"
"viem": "1.1.4"
},
"devDependencies": {
"rimraf": "^3.0.2",
Expand Down
26 changes: 14 additions & 12 deletions e2e/pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions examples/minimal/packages/client-phaser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"proxy-deep": "^3.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rxjs": "^7.5.5",
"rxjs": "7.5.5",
"simplex-noise": "^4.0.1",
"styled-components": "^5.3.10",
"threads": "^1.7.0",
"use-resize-observer": "^9.1.0",
"viem": "1.0.6",
"viem": "1.1.4",
"vite": "^4.2.1",
"zustand": "^4.3.8"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/minimal/packages/client-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"proxy-deep": "^3.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rxjs": "^7.5.5",
"rxjs": "7.5.5",
"threads": "^1.7.0",
"viem": "1.0.6"
"viem": "1.1.4"
},
"devDependencies": {
"@types/react": "^18.2.6",
Expand Down
4 changes: 2 additions & 2 deletions examples/minimal/packages/client-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"nice-grpc-web": "^2.0.1",
"proxy-deep": "^3.1.1",
"react": "^18.2.0",
"rxjs": "^7.5.5",
"rxjs": "7.5.5",
"threads": "^1.7.0",
"viem": "1.0.6"
"viem": "1.1.4"
},
"devDependencies": {
"vite": "^4.2.1",
Expand Down
46 changes: 25 additions & 21 deletions examples/minimal/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"execa": "^7.0.0",
"prettier": "^2.8.4",
"prettier-plugin-solidity": "^1.1.2",
"viem": "1.0.6"
"viem": "1.1.4"
},
"devDependencies": {
"@types/node": "^18.15.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/dev-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.11.0",
"rxjs": "^7.5.5",
"rxjs": "7.5.5",
"tailwind-merge": "^1.12.0",
"use-local-storage-state": "^18.3.2",
"viem": "1.0.6",
"viem": "1.1.4",
"zustand": "^4.3.7"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
"lodash": "^4.17.21",
"mobx": "^6.7.0",
"nice-grpc-web": "^2.0.1",
"rxjs": "^7.5.5",
"rxjs": "7.5.5",
"threads": "^1.7.0",
"viem": "1.0.6"
"viem": "1.1.4"
},
"devDependencies": {
"@types/debug": "^4.1.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/phaserx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@use-gesture/vanilla": "10.2.9",
"mobx": "^6.7.0",
"phaser": "3.60.0-beta.14",
"rxjs": "^7.5.5"
"rxjs": "7.5.5"
},
"devDependencies": {
"tsup": "^6.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@latticexyz/schema-type": "workspace:*",
"@latticexyz/store": "workspace:*",
"abitype": "0.8.7",
"viem": "1.0.6"
"viem": "1.1.4"
},
"devDependencies": {
"tsup": "^6.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"fast-deep-equal": "^3.1.3",
"mobx": "^6.7.0",
"react": "^18.2.0",
"rxjs": "^7.5.5"
"rxjs": "7.5.5"
},
"devDependencies": {
"@testing-library/react-hooks": "^8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/recs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@latticexyz/schema-type": "workspace:*",
"@latticexyz/utils": "workspace:*",
"mobx": "^6.7.0",
"rxjs": "^7.5.5"
"rxjs": "7.5.5"
},
"devDependencies": {
"@types/jest": "^27.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema-type/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"abitype": "0.8.7",
"viem": "1.0.6"
"viem": "1.1.4"
},
"devDependencies": {
"ds-test": "https://github.com/dapphub/ds-test.git#c9ce3f25bde29fc5eb9901842bf02850dfd2d084",
Expand Down
4 changes: 2 additions & 2 deletions packages/std-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"ethers": "^5.7.2",
"mobx": "^6.7.0",
"react": "^18.2.0",
"rxjs": "^7.5.5",
"viem": "1.0.6"
"rxjs": "7.5.5",
"viem": "1.1.4"
},
"devDependencies": {
"@types/jest": "^27.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"ethers": "^5.7.2",
"mobx": "^6.7.0",
"proxy-deep": "^3.1.1",
"rxjs": "^7.5.5"
"rxjs": "7.5.5"
},
"devDependencies": {
"@types/jest": "^27.4.1",
Expand Down
Loading

0 comments on commit a9abe03

Please sign in to comment.