Skip to content

Commit

Permalink
chore: version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Sep 25, 2024
1 parent e4368f5 commit 16dbaaa
Show file tree
Hide file tree
Showing 23 changed files with 812 additions and 950 deletions.
28 changes: 14 additions & 14 deletions examples/example-nodejs-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,30 @@
"type": "module",
"main": "dist/src/server.js",
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-graphql-request": "^6.0.0",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@types/express": "^4.17.17",
"@types/node": "^20.11.10",
"@types/node-cron": "^3.0.10",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/typescript": "^4.0.9",
"@graphql-codegen/typescript-graphql-request": "^6.2.0",
"@graphql-codegen/typescript-operations": "^4.2.3",
"@types/express": "^4.17.21",
"@types/node": "^20.16.6",
"@types/node-cron": "^3.0.11",
"bun-types": "latest",
"graphql": "^16.8.1",
"graphql": "^16.9.0",
"graphql-request": "^6.1.0"
},
"dependencies": {
"@dojoengine/core": "workspace:*",
"@pinecone-database/pinecone": "^1.1.2",
"@pinecone-database/pinecone": "^1.1.3",
"@sapphire/decorators": "^6.1.0",
"@sapphire/framework": "^5.2.1",
"discord.js": "^14.16.2",
"express": "^4.18.2",
"express": "^4.21.0",
"graphql-tag": "^2.12.6",
"langchain": "^0.0.200",
"node-cron": "^3.0.2",
"openai": "^4.20.1",
"twitter-api-v2": "^1.15.2",
"typescript": "^5.2.2"
"node-cron": "^3.0.3",
"openai": "^4.63.0",
"twitter-api-v2": "^1.17.2",
"typescript": "^5.6.2"
},
"scripts": {
"build": "tsc",
Expand Down
8 changes: 4 additions & 4 deletions examples/example-vanillajs-phaser-recs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"preview": "vite preview"
},
"devDependencies": {
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-plugin-top-level-await": "^1.4.2",
"typescript": "^5.6.2",
"vite": "^5.4.7",
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-wasm": "^3.3.0"
},
"dependencies": {
Expand All @@ -21,7 +21,7 @@
"@dojoengine/state": "workspace:*",
"@dojoengine/torii-client": "workspace:*",
"@dojoengine/utils": "workspace:*",
"@latticexyz/utils": "^2.0.12",
"@latticexyz/utils": "^2.2.8",
"noise": "^0.0.0",
"phaser": "3.60.0-beta.14",
"starknet": "6.11.0"
Expand Down
36 changes: 18 additions & 18 deletions examples/example-vite-react-app-recs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,29 +17,29 @@
"@dojoengine/state": "workspace:*",
"@dojoengine/torii-client": "workspace:*",
"@dojoengine/utils": "workspace:*",
"@latticexyz/react": "^2.0.12",
"@latticexyz/utils": "^2.0.12",
"@latticexyz/react": "^2.2.8",
"@latticexyz/utils": "^2.2.8",
"ethers": "^5.7.2",
"mobx": "^6.9.0",
"mobx": "^6.13.2",
"proxy-deep": "^3.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rxjs": "^7.8.1",
"starknet": "6.11.0",
"vite-plugin-top-level-await": "^1.3.1",
"vite-plugin-wasm": "^3.2.2"
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-wasm": "^3.3.0"
},
"devDependencies": {
"@types/node": "^20.4.8",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"typescript": "^5.5.4",
"vite": "^4.3.9"
"@types/node": "^20.16.6",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.3.5",
"typescript": "^5.6.2",
"vite": "^4.5.5"
}
}
60 changes: 30 additions & 30 deletions examples/example-vite-react-phaser-recs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,50 +13,50 @@
"dependencies": {
"@dojoengine/core": "workspace:*",
"@dojoengine/create-burner": "workspace:*",
"@dojoengine/torii-client": "workspace:*",
"@dojoengine/utils": "workspace:*",
"@dojoengine/react": "workspace:*",
"@dojoengine/state": "workspace:*",
"@dojoengine/recs": "2.0.13",
"@dojoengine/state": "workspace:*",
"@dojoengine/torii-client": "workspace:*",
"@dojoengine/torii-wasm": "workspace:*",
"@latticexyz/phaserx": "^2.0.0-next.14",
"@latticexyz/utils": "^2.0.0-next.14",
"@radix-ui/react-slot": "^1.0.2",
"@dojoengine/utils": "workspace:*",
"@latticexyz/phaserx": "2.0.0-transaction-context-af4b168c",
"@latticexyz/utils": "^2.2.8",
"@radix-ui/react-slot": "^1.1.0",
"alea": "^1.0.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"clsx": "^2.1.1",
"ethers": "^5.7.2",
"events": "^3.3.0",
"lucide-react": "^0.292.0",
"mobx": "^6.9.0",
"mobx": "^6.13.2",
"phaser": "3.60.0-beta.14",
"proxy-deep": "^3.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rxjs": "^7.8.1",
"simplex-noise": "^4.0.1",
"simplex-noise": "^4.0.3",
"starknet": "6.11.0",
"styled-components": "^6.0.7",
"tailwind-merge": "^2.0.0",
"styled-components": "^6.1.13",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"vite-plugin-top-level-await": "^1.3.1",
"vite-plugin-wasm": "^3.2.2",
"zustand": "^4.4.1"
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-wasm": "^3.3.0",
"zustand": "^4.5.5"
},
"devDependencies": {
"@types/node": "^20.9.0",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"vite": "^4.3.9"
"@types/node": "^20.16.6",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.3.5",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"vite": "^4.5.5"
}
}
54 changes: 27 additions & 27 deletions examples/example-vite-react-pwa-recs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,42 +14,42 @@
"dependencies": {
"@dojoengine/core": "workspace:*",
"@dojoengine/create-burner": "workspace:*",
"@dojoengine/torii-client": "workspace:*",
"@dojoengine/utils": "workspace:*",
"@dojoengine/react": "workspace:*",
"@dojoengine/state": "workspace:*",
"@dojoengine/recs": "2.0.13",
"@latticexyz/react": "^2.0.0-next.11",
"@latticexyz/utils": "^2.0.0-next.11",
"@vite-pwa/assets-generator": "^0.2.4",
"@dojoengine/state": "workspace:*",
"@dojoengine/torii-client": "workspace:*",
"@dojoengine/utils": "workspace:*",
"@latticexyz/react": "^2.2.8",
"@latticexyz/utils": "^2.2.8",
"@vite-pwa/assets-generator": "^0.2.6",
"ethers": "^5.7.2",
"graphql": "^16.7.1",
"graphql": "^16.9.0",
"graphql-request": "^6.1.0",
"mobx": "^6.9.0",
"mobx": "^6.13.2",
"proxy-deep": "^3.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rxjs": "^7.8.1",
"starknet": "6.11.0",
"vite-plugin-top-level-await": "^1.3.1",
"vite-plugin-wasm": "^3.2.2"
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-wasm": "^3.3.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/typescript": "^4.0.9",
"@graphql-codegen/typescript-graphql-request": "^5.0.0",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@types/node": "^20.4.8",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"typescript": "^5.5.4",
"vite": "^4.3.9",
"vite-plugin-pwa": "^0.19.0"
"@graphql-codegen/typescript-operations": "^4.2.3",
"@types/node": "^20.16.6",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.3.5",
"typescript": "^5.6.2",
"vite": "^4.5.5",
"vite-plugin-pwa": "^0.19.8"
}
}
16 changes: 8 additions & 8 deletions examples/example-vite-react-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
"vite-plugin-wasm": "^3.3.0"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@types/react": "^18.3.3",
"@eslint/js": "^9.11.1",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.9.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"eslint": "^9.11.1",
"eslint-plugin-react-hooks": "5.1.0-rc-fb9a90fa48-20240614",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.9.0",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.1"
"typescript": "^5.6.2",
"typescript-eslint": "^8.7.0",
"vite": "^5.4.7"
}
}
18 changes: 13 additions & 5 deletions examples/example-vite-react-sdk/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,19 @@ import { Schema, schema } from "./bindings.ts";

const db = await init<Schema>(
{
rpcUrl: dojoConfig.rpcUrl,
toriiUrl: dojoConfig.toriiUrl,
relayUrl: dojoConfig.relayUrl,
worldAddress:
"0x5d475a9221f6cbf1a016b12400a01b9a89935069aecd57e9876fcb2a7bb29da",
client: {
rpcUrl: dojoConfig.rpcUrl,
toriiUrl: dojoConfig.toriiUrl,
relayUrl: dojoConfig.relayUrl,
worldAddress:
"0x5d475a9221f6cbf1a016b12400a01b9a89935069aecd57e9876fcb2a7bb29da",
},
domain: {
name: "Example",
version: "1.0",
chainId: "your-chain-id",
revision: "1",
},
},
schema
);
Expand Down
Loading

0 comments on commit 16dbaaa

Please sign in to comment.