Skip to content

Commit

Permalink
bump snjs and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Dec 13, 2023
1 parent f09c5fa commit f0e31a5
Show file tree
Hide file tree
Showing 14 changed files with 8,517 additions and 11,661 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/dojo-starter
Submodule dojo-starter updated 2 files
+3 −3 Scarb.lock
+3 −3 Scarb.toml
2 changes: 1 addition & 1 deletion examples/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rxjs": "^7.8.1",
"starknet": "5.19.5",
"starknet": "5.24.3",
"vite-plugin-top-level-await": "^1.3.1",
"vite-plugin-wasm": "^3.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react-phaser-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react-dom": "^18.2.0",
"rxjs": "^7.8.1",
"simplex-noise": "^4.0.1",
"starknet": "5.19.5",
"starknet": "5.24.3",
"styled-components": "^6.0.7",
"tailwind-merge": "^2.0.0",
"tailwindcss-animate": "^1.0.7",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"lerna": "^8.0.0",
"prettier": "^3.0.3",
"tsup": "^7.2.0"
"tsup": "^8.0.1"
},
"scripts": {
"build-core": "bun run --cwd packages/core build",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"license": "MIT",
"main": "./dist/index.js",
"peerDependencies": {
"starknet": "5.19.5"
"starknet": "5.24.3"
},
"devDependencies": {
"@types/elliptic": "^6.4.14",
Expand All @@ -28,7 +28,7 @@
"fetch-mock": "^9.11.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"tsup": "^7.2.0",
"tsup": "^8.0.1",
"typescript": "^5.0.3"
},
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions packages/create-burner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"peerDependencies": {
"react": "^18.2.0",
"starknet": "5.19.5"
"starknet": "5.24.3"
},
"exports": {
".": {
Expand All @@ -33,7 +33,7 @@
"bun-types": "^1.0.1",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"tsup": "^7.2.0",
"tsup": "^8.0.1",
"typescript": "^5.0.3"
},
"dependencies": {
Expand Down
140 changes: 68 additions & 72 deletions packages/create-dojo/bin/index.js

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

2 changes: 1 addition & 1 deletion packages/create-dojo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@types/cross-spawn": "^6.0.6",
"bun-types": "latest",
"tsup": "^7.2.0",
"tsup": "^8.0.1",
"typescript": "^5.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"bun-types": "^1.0.1",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"tsup": "^7.2.0",
"tsup": "^8.0.1",
"typescript": "^5.0.3"
},
"dependencies": {
Expand Down
8 changes: 1 addition & 7 deletions packages/torii-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,10 @@
"license": "MIT",
"dependencies": {
"@dojoengine/torii-wasm": "^0.1.61-alpha.0",
"starknet": "5.19.5",
"typescript": "^5.0.3"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/mocha": "^10.0.1",
"bun-types": "^1.0.1",
"fetch-mock": "^9.11.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"tsup": "^7.2.0"
"tsup": "^8.0.1"
}
}
7 changes: 2 additions & 5 deletions packages/torii-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,15 @@
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"starknet": "5.19.5",
"typescript": "^5.0.3"
},
"devDependencies": {
"typescript": "^5.0.3",
"@types/jest": "^29.5.0",
"@types/mocha": "^10.0.1",
"bun-types": "^1.0.1",
"fetch-mock": "^9.11.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"tsup": "^7.2.0",
"tsup": "^8.0.1",
"wasm-pack": "^0.12.1"
}
}
5 changes: 3 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@
"typescript": "^5.0.3"
},
"peerDependencies": {
"starknet": "5.19.5"
"starknet": "^5.24.3"
},
"dependencies": {
"@dojoengine/recs": "0.1.35",
"@latticexyz/utils": "^2.0.0-next.11",
"mathjs": "^12.0.0",
"micro-starknet": "^0.2.3"
"micro-starknet": "^0.2.3",
"tsup": "^8.0.1"
}
}
Loading

0 comments on commit f0e31a5

Please sign in to comment.