Skip to content

Commit

Permalink
upgrade eventize to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spearwolf committed Oct 31, 2023
1 parent 1e59498 commit f4b2306
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@react-three/fiber": "^8.14.5",
"@react-three/test-renderer": "^8.2.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@spearwolf/eventize": "^3.4.0",
"@spearwolf/eventize": "^3.4.1",
"@spearwolf/signalize": "^0.7.0",
"@types/jest": "^29.5.5",
"@types/node": "^20.8.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/twopoint5d-r3f/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"peerDependencies": {
"@react-three/fiber": "^8.13.0",
"@spearwolf/eventize": "^3.4.0",
"@spearwolf/eventize": "^3.4.1",
"@spearwolf/twopoint5d": "*",
"react": "^18.2.0",
"three": "^0.153",
Expand Down
4 changes: 2 additions & 2 deletions packages/twopoint5d/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spearwolf/twopoint5d",
"description": "a library to create 2.5d realtime graphics and pixelart with three.js",
"version": "0.3.0",
"version": "0.3.1",
"author": {
"name": "Wolfger Schramm",
"email": "[email protected]",
Expand Down Expand Up @@ -29,7 +29,7 @@
"publishNpmPkg": "npm run checkPkgTypes && node ../../scripts/publishNpmPkg.mjs dist"
},
"peerDependencies": {
"@spearwolf/eventize": "^3.4.0",
"@spearwolf/eventize": "^3.4.1",
"three": "^0.153"
}
}

0 comments on commit f4b2306

Please sign in to comment.