Skip to content

Commit

Permalink
Merge pull request #78 from dojoengine/fix/ci
Browse files Browse the repository at this point in the history
bump
  • Loading branch information
ponderingdemocritus authored Dec 12, 2023
2 parents 4c279ef + dec29f7 commit 1a22152
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
Binary file removed bun.lockb
Binary file not shown.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dojo-packages",
"version": "1.0.0",
"version": "0.1.61",
"workspaces": [
"examples/react-app",
"examples/react-phaser-example",
Expand All @@ -14,7 +14,8 @@
],
"devDependencies": {
"lerna": "^8.0.0",
"prettier": "^3.0.3"
"prettier": "^3.0.3",
"tsup": "^7.2.0"
},
"scripts": {
"build-core": "bun run --cwd packages/core build",
Expand All @@ -26,7 +27,7 @@
"build-react": "bun run --cwd packages/react build",
"build-phaser": "bun run --cwd examples/react-phaser-example build",
"build-watch": "bun run build-core --watch & bun run build-create-burner --watch & bun run build-create-dojo --watch & bun run build-utils --watch & bun run build-react --watch & bun run build-torii-wasm --watch & bun run build-torii-client --watch",
"build": "bun run build-core && bun run build-create-burner && bun run build-create-dojo && bun run build-utils && bun run build-react && bun run build-torii-wasm && bun run build-torii-client",
"build": "bun run build-core && bun run build-create-burner && bun run build-create-dojo && bun run build-utils && bun run build-torii-wasm && bun run build-torii-client && bun run build-react",
"clean": "rm -rf node_modules packages/create-burner/node_modules node_modules packages/create-dojo/node_modules packages/core/node_modules packages/utils/node_modules packages/torii-client/node_modules packages/torii-wasm/node_modules packages/react/node_modules bun.lockb packages/create-burner/bun.lockb packages/core/bun.lockb packages/utils/bun.lockb packages/torii-client/bun.lockb packages/torii-wasm/bun.lockb packages/react/bun.lockb && rm -rf examples/react-app/node_modules examples/react-app/bun.lockb examples/react-phaser-example/node_modules examples/react-phaser-example/bun.lockb",
"prettier-check": "bun x prettier --check .",
"prettier": "bun x prettier --write ."
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
"author": "Loaf",
"license": "MIT",
"peerDependencies": {
"@dojoengine/torii-client": "^0.1.35",
"@dojoengine/utils": "^0.1.35",
"react": "^18.2.0",
"starknet": "^5.19.0"
},
Expand All @@ -39,6 +37,8 @@
"typescript": "^5.0.3"
},
"dependencies": {
"@dojoengine/torii-client": "^0.1.60",
"@dojoengine/utils": "^0.1.35",
"@dojoengine/recs": "0.1.35",
"@latticexyz/utils": "^2.0.0-next.11",
"encoding": "^0.1.13",
Expand Down
3 changes: 2 additions & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Helpful Dojo Utils",
"type": "module",
"scripts": {
"build": "tsup",
"build": "tsup --dts-resolve",
"test": "jest"
},
"exports": {
Expand All @@ -24,6 +24,7 @@
"fetch-mock": "^9.11.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"tsup": "^7.2.0",
"typescript": "^5.0.3"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 1a22152

Please sign in to comment.