Skip to content

Commit

Permalink
Merge pull request #234 from dojoengine/lock-snjs
Browse files Browse the repository at this point in the history
fix: locked snjs
  • Loading branch information
ponderingdemocritus committed Jul 6, 2024
2 parents f73e08c + bbb2c78 commit 39a5742
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 62 deletions.
2 changes: 1 addition & 1 deletion examples/react/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rxjs": "^7.8.1",
"starknet": "^6.1.5",
"starknet": "6.1.5",
"vite-plugin-top-level-await": "^1.3.1",
"vite-plugin-wasm": "^3.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/react-phaser-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"react-dom": "^18.2.0",
"rxjs": "^7.8.1",
"simplex-noise": "^4.0.1",
"starknet": "^6.1.5",
"starknet": "6.1.5",
"styled-components": "^6.0.7",
"tailwind-merge": "^2.0.0",
"tailwindcss-animate": "^1.0.7",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/react-pwa-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rxjs": "^7.8.1",
"starknet": "^6.1.5",
"starknet": "6.1.5",
"vite-plugin-top-level-await": "^1.3.1",
"vite-plugin-wasm": "^3.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/react-threejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rxjs": "^7.8.1",
"starknet": "^6.1.5",
"starknet": "6.1.5",
"tailwind-merge": "^2.2.0",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/starknet-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"react": "^18",
"react-dom": "^18",
"rxjs": "^7.8.1",
"starknet": "^6.1.5",
"starknet": "6.1.5",
"vite-plugin-top-level-await": "^1.3.1",
"vite-plugin-wasm": "^3.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/vue-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@dojoengine/torii-client": "workspace:*",
"@dojoengine/utils": "workspace:*",
"@latticexyz/utils": "^1.43.0",
"starknet": "^6.1.5",
"starknet": "6.1.5",
"vite-plugin-top-level-await": "^1.4.1",
"vite-plugin-wasm": "^3.3.0",
"vue": "^3.4.19"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
},
"peerDependencies": {
"starknet": "^6.1.5"
"starknet": "6.1.5"
},
"devDependencies": {
"@dojoengine/torii-client": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-burner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"starknet": "^6.1.5"
"starknet": "6.1.5"
},
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/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": "^6.1.5",
"starknet": "6.1.5",
"type-fest": "^2.14.0"
},
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"typescript": "^5.0.3"
},
"peerDependencies": {
"starknet": "^6.1.5"
"starknet": "6.1.5"
},
"dependencies": {
"@dojoengine/recs": "2.0.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"typescript": "^5.0.3"
},
"peerDependencies": {
"starknet": "^6.1.5"
"starknet": "6.1.5"
},
"dependencies": {
"@dojoengine/recs": "2.0.13",
Expand Down
87 changes: 36 additions & 51 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 39a5742

Please sign in to comment.