Skip to content

Commit 16dbaaa

Browse files
chore: version bumps
1 parent e4368f5 commit 16dbaaa

File tree

23 files changed

+812
-950
lines changed

23 files changed

+812
-950
lines changed

examples/example-nodejs-bot/package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,30 @@
44
"type": "module",
55
"main": "dist/src/server.js",
66
"devDependencies": {
7-
"@graphql-codegen/cli": "^5.0.0",
8-
"@graphql-codegen/typescript": "^4.0.1",
9-
"@graphql-codegen/typescript-graphql-request": "^6.0.0",
10-
"@graphql-codegen/typescript-operations": "^4.0.1",
11-
"@types/express": "^4.17.17",
12-
"@types/node": "^20.11.10",
13-
"@types/node-cron": "^3.0.10",
7+
"@graphql-codegen/cli": "^5.0.2",
8+
"@graphql-codegen/typescript": "^4.0.9",
9+
"@graphql-codegen/typescript-graphql-request": "^6.2.0",
10+
"@graphql-codegen/typescript-operations": "^4.2.3",
11+
"@types/express": "^4.17.21",
12+
"@types/node": "^20.16.6",
13+
"@types/node-cron": "^3.0.11",
1414
"bun-types": "latest",
15-
"graphql": "^16.8.1",
15+
"graphql": "^16.9.0",
1616
"graphql-request": "^6.1.0"
1717
},
1818
"dependencies": {
1919
"@dojoengine/core": "workspace:*",
20-
"@pinecone-database/pinecone": "^1.1.2",
20+
"@pinecone-database/pinecone": "^1.1.3",
2121
"@sapphire/decorators": "^6.1.0",
2222
"@sapphire/framework": "^5.2.1",
2323
"discord.js": "^14.16.2",
24-
"express": "^4.18.2",
24+
"express": "^4.21.0",
2525
"graphql-tag": "^2.12.6",
2626
"langchain": "^0.0.200",
27-
"node-cron": "^3.0.2",
28-
"openai": "^4.20.1",
29-
"twitter-api-v2": "^1.15.2",
30-
"typescript": "^5.2.2"
27+
"node-cron": "^3.0.3",
28+
"openai": "^4.63.0",
29+
"twitter-api-v2": "^1.17.2",
30+
"typescript": "^5.6.2"
3131
},
3232
"scripts": {
3333
"build": "tsc",

examples/example-vanillajs-phaser-recs/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"preview": "vite preview"
1010
},
1111
"devDependencies": {
12-
"typescript": "^5.5.4",
13-
"vite": "^5.3.5",
14-
"vite-plugin-top-level-await": "^1.4.2",
12+
"typescript": "^5.6.2",
13+
"vite": "^5.4.7",
14+
"vite-plugin-top-level-await": "^1.4.4",
1515
"vite-plugin-wasm": "^3.3.0"
1616
},
1717
"dependencies": {
@@ -21,7 +21,7 @@
2121
"@dojoengine/state": "workspace:*",
2222
"@dojoengine/torii-client": "workspace:*",
2323
"@dojoengine/utils": "workspace:*",
24-
"@latticexyz/utils": "^2.0.12",
24+
"@latticexyz/utils": "^2.2.8",
2525
"noise": "^0.0.0",
2626
"phaser": "3.60.0-beta.14",
2727
"starknet": "6.11.0"

examples/example-vite-react-app-recs/package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -17,29 +17,29 @@
1717
"@dojoengine/state": "workspace:*",
1818
"@dojoengine/torii-client": "workspace:*",
1919
"@dojoengine/utils": "workspace:*",
20-
"@latticexyz/react": "^2.0.12",
21-
"@latticexyz/utils": "^2.0.12",
20+
"@latticexyz/react": "^2.2.8",
21+
"@latticexyz/utils": "^2.2.8",
2222
"ethers": "^5.7.2",
23-
"mobx": "^6.9.0",
23+
"mobx": "^6.13.2",
2424
"proxy-deep": "^3.1.1",
25-
"react": "^18.2.0",
26-
"react-dom": "^18.2.0",
25+
"react": "^18.3.1",
26+
"react-dom": "^18.3.1",
2727
"rxjs": "^7.8.1",
2828
"starknet": "6.11.0",
29-
"vite-plugin-top-level-await": "^1.3.1",
30-
"vite-plugin-wasm": "^3.2.2"
29+
"vite-plugin-top-level-await": "^1.4.4",
30+
"vite-plugin-wasm": "^3.3.0"
3131
},
3232
"devDependencies": {
33-
"@types/node": "^20.4.8",
34-
"@types/react": "^18.2.33",
35-
"@types/react-dom": "^18.0.11",
36-
"@typescript-eslint/eslint-plugin": "^5.59.0",
37-
"@typescript-eslint/parser": "^5.59.0",
38-
"@vitejs/plugin-react": "^4.0.0",
39-
"eslint": "^8.38.0",
40-
"eslint-plugin-react-hooks": "^4.6.0",
41-
"eslint-plugin-react-refresh": "^0.3.4",
42-
"typescript": "^5.5.4",
43-
"vite": "^4.3.9"
33+
"@types/node": "^20.16.6",
34+
"@types/react": "^18.3.9",
35+
"@types/react-dom": "^18.3.0",
36+
"@typescript-eslint/eslint-plugin": "^5.62.0",
37+
"@typescript-eslint/parser": "^5.62.0",
38+
"@vitejs/plugin-react": "^4.3.1",
39+
"eslint": "^8.57.1",
40+
"eslint-plugin-react-hooks": "^4.6.2",
41+
"eslint-plugin-react-refresh": "^0.3.5",
42+
"typescript": "^5.6.2",
43+
"vite": "^4.5.5"
4444
}
4545
}

examples/example-vite-react-phaser-recs/package.json

+30-30
Original file line numberDiff line numberDiff line change
@@ -13,50 +13,50 @@
1313
"dependencies": {
1414
"@dojoengine/core": "workspace:*",
1515
"@dojoengine/create-burner": "workspace:*",
16-
"@dojoengine/torii-client": "workspace:*",
17-
"@dojoengine/utils": "workspace:*",
1816
"@dojoengine/react": "workspace:*",
19-
"@dojoengine/state": "workspace:*",
2017
"@dojoengine/recs": "2.0.13",
18+
"@dojoengine/state": "workspace:*",
19+
"@dojoengine/torii-client": "workspace:*",
2120
"@dojoengine/torii-wasm": "workspace:*",
22-
"@latticexyz/phaserx": "^2.0.0-next.14",
23-
"@latticexyz/utils": "^2.0.0-next.14",
24-
"@radix-ui/react-slot": "^1.0.2",
21+
"@dojoengine/utils": "workspace:*",
22+
"@latticexyz/phaserx": "2.0.0-transaction-context-af4b168c",
23+
"@latticexyz/utils": "^2.2.8",
24+
"@radix-ui/react-slot": "^1.1.0",
2525
"alea": "^1.0.1",
2626
"class-variance-authority": "^0.7.0",
27-
"clsx": "^2.0.0",
27+
"clsx": "^2.1.1",
2828
"ethers": "^5.7.2",
2929
"events": "^3.3.0",
3030
"lucide-react": "^0.292.0",
31-
"mobx": "^6.9.0",
31+
"mobx": "^6.13.2",
3232
"phaser": "3.60.0-beta.14",
3333
"proxy-deep": "^3.1.1",
34-
"react": "^18.2.0",
35-
"react-dom": "^18.2.0",
34+
"react": "^18.3.1",
35+
"react-dom": "^18.3.1",
3636
"rxjs": "^7.8.1",
37-
"simplex-noise": "^4.0.1",
37+
"simplex-noise": "^4.0.3",
3838
"starknet": "6.11.0",
39-
"styled-components": "^6.0.7",
40-
"tailwind-merge": "^2.0.0",
39+
"styled-components": "^6.1.13",
40+
"tailwind-merge": "^2.5.2",
4141
"tailwindcss-animate": "^1.0.7",
42-
"vite-plugin-top-level-await": "^1.3.1",
43-
"vite-plugin-wasm": "^3.2.2",
44-
"zustand": "^4.4.1"
42+
"vite-plugin-top-level-await": "^1.4.4",
43+
"vite-plugin-wasm": "^3.3.0",
44+
"zustand": "^4.5.5"
4545
},
4646
"devDependencies": {
47-
"@types/node": "^20.9.0",
48-
"@types/react": "^18.0.37",
49-
"@types/react-dom": "^18.0.11",
50-
"@typescript-eslint/eslint-plugin": "^5.59.0",
51-
"@typescript-eslint/parser": "^5.59.0",
52-
"@vitejs/plugin-react": "^4.0.0",
53-
"autoprefixer": "^10.4.16",
54-
"eslint": "^8.38.0",
55-
"eslint-plugin-react-hooks": "^4.6.0",
56-
"eslint-plugin-react-refresh": "^0.3.4",
57-
"postcss": "^8.4.31",
58-
"tailwindcss": "^3.3.5",
59-
"typescript": "^5.2.2",
60-
"vite": "^4.3.9"
47+
"@types/node": "^20.16.6",
48+
"@types/react": "^18.3.9",
49+
"@types/react-dom": "^18.3.0",
50+
"@typescript-eslint/eslint-plugin": "^5.62.0",
51+
"@typescript-eslint/parser": "^5.62.0",
52+
"@vitejs/plugin-react": "^4.3.1",
53+
"autoprefixer": "^10.4.20",
54+
"eslint": "^8.57.1",
55+
"eslint-plugin-react-hooks": "^4.6.2",
56+
"eslint-plugin-react-refresh": "^0.3.5",
57+
"postcss": "^8.4.47",
58+
"tailwindcss": "^3.4.13",
59+
"typescript": "^5.6.2",
60+
"vite": "^4.5.5"
6161
}
6262
}

examples/example-vite-react-pwa-recs/package.json

+27-27
Original file line numberDiff line numberDiff line change
@@ -14,42 +14,42 @@
1414
"dependencies": {
1515
"@dojoengine/core": "workspace:*",
1616
"@dojoengine/create-burner": "workspace:*",
17-
"@dojoengine/torii-client": "workspace:*",
18-
"@dojoengine/utils": "workspace:*",
1917
"@dojoengine/react": "workspace:*",
20-
"@dojoengine/state": "workspace:*",
2118
"@dojoengine/recs": "2.0.13",
22-
"@latticexyz/react": "^2.0.0-next.11",
23-
"@latticexyz/utils": "^2.0.0-next.11",
24-
"@vite-pwa/assets-generator": "^0.2.4",
19+
"@dojoengine/state": "workspace:*",
20+
"@dojoengine/torii-client": "workspace:*",
21+
"@dojoengine/utils": "workspace:*",
22+
"@latticexyz/react": "^2.2.8",
23+
"@latticexyz/utils": "^2.2.8",
24+
"@vite-pwa/assets-generator": "^0.2.6",
2525
"ethers": "^5.7.2",
26-
"graphql": "^16.7.1",
26+
"graphql": "^16.9.0",
2727
"graphql-request": "^6.1.0",
28-
"mobx": "^6.9.0",
28+
"mobx": "^6.13.2",
2929
"proxy-deep": "^3.1.1",
30-
"react": "^18.2.0",
31-
"react-dom": "^18.2.0",
30+
"react": "^18.3.1",
31+
"react-dom": "^18.3.1",
3232
"rxjs": "^7.8.1",
3333
"starknet": "6.11.0",
34-
"vite-plugin-top-level-await": "^1.3.1",
35-
"vite-plugin-wasm": "^3.2.2"
34+
"vite-plugin-top-level-await": "^1.4.4",
35+
"vite-plugin-wasm": "^3.3.0"
3636
},
3737
"devDependencies": {
38-
"@graphql-codegen/cli": "^5.0.0",
39-
"@graphql-codegen/typescript": "^4.0.1",
38+
"@graphql-codegen/cli": "^5.0.2",
39+
"@graphql-codegen/typescript": "^4.0.9",
4040
"@graphql-codegen/typescript-graphql-request": "^5.0.0",
41-
"@graphql-codegen/typescript-operations": "^4.0.1",
42-
"@types/node": "^20.4.8",
43-
"@types/react": "^18.2.33",
44-
"@types/react-dom": "^18.0.11",
45-
"@typescript-eslint/eslint-plugin": "^5.59.0",
46-
"@typescript-eslint/parser": "^5.59.0",
47-
"@vitejs/plugin-react": "^4.0.0",
48-
"eslint": "^8.38.0",
49-
"eslint-plugin-react-hooks": "^4.6.0",
50-
"eslint-plugin-react-refresh": "^0.3.4",
51-
"typescript": "^5.5.4",
52-
"vite": "^4.3.9",
53-
"vite-plugin-pwa": "^0.19.0"
41+
"@graphql-codegen/typescript-operations": "^4.2.3",
42+
"@types/node": "^20.16.6",
43+
"@types/react": "^18.3.9",
44+
"@types/react-dom": "^18.3.0",
45+
"@typescript-eslint/eslint-plugin": "^5.62.0",
46+
"@typescript-eslint/parser": "^5.62.0",
47+
"@vitejs/plugin-react": "^4.3.1",
48+
"eslint": "^8.57.1",
49+
"eslint-plugin-react-hooks": "^4.6.2",
50+
"eslint-plugin-react-refresh": "^0.3.5",
51+
"typescript": "^5.6.2",
52+
"vite": "^4.5.5",
53+
"vite-plugin-pwa": "^0.19.8"
5454
}
5555
}

examples/example-vite-react-sdk/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
"vite-plugin-wasm": "^3.3.0"
2020
},
2121
"devDependencies": {
22-
"@eslint/js": "^9.9.0",
23-
"@types/react": "^18.3.3",
22+
"@eslint/js": "^9.11.1",
23+
"@types/react": "^18.3.9",
2424
"@types/react-dom": "^18.3.0",
2525
"@vitejs/plugin-react": "^4.3.1",
26-
"eslint": "^9.9.0",
27-
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
28-
"eslint-plugin-react-refresh": "^0.4.9",
26+
"eslint": "^9.11.1",
27+
"eslint-plugin-react-hooks": "5.1.0-rc-fb9a90fa48-20240614",
28+
"eslint-plugin-react-refresh": "^0.4.12",
2929
"globals": "^15.9.0",
30-
"typescript": "^5.5.3",
31-
"typescript-eslint": "^8.0.1",
32-
"vite": "^5.4.1"
30+
"typescript": "^5.6.2",
31+
"typescript-eslint": "^8.7.0",
32+
"vite": "^5.4.7"
3333
}
3434
}

examples/example-vite-react-sdk/src/App.tsx

+13-5
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,19 @@ import { Schema, schema } from "./bindings.ts";
99

1010
const db = await init<Schema>(
1111
{
12-
rpcUrl: dojoConfig.rpcUrl,
13-
toriiUrl: dojoConfig.toriiUrl,
14-
relayUrl: dojoConfig.relayUrl,
15-
worldAddress:
16-
"0x5d475a9221f6cbf1a016b12400a01b9a89935069aecd57e9876fcb2a7bb29da",
12+
client: {
13+
rpcUrl: dojoConfig.rpcUrl,
14+
toriiUrl: dojoConfig.toriiUrl,
15+
relayUrl: dojoConfig.relayUrl,
16+
worldAddress:
17+
"0x5d475a9221f6cbf1a016b12400a01b9a89935069aecd57e9876fcb2a7bb29da",
18+
},
19+
domain: {
20+
name: "Example",
21+
version: "1.0",
22+
chainId: "your-chain-id",
23+
revision: "1",
24+
},
1725
},
1826
schema
1927
);

0 commit comments

Comments
 (0)