Skip to content

Commit

Permalink
Update kaiku
Browse files Browse the repository at this point in the history
  • Loading branch information
oamaok committed Oct 19, 2021
1 parent e820bb3 commit b20737f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion client/src/components/module-parts/Socket.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ const Socket = (socket: RegisteredSocket) => {

useEffect(() => {
registerSocket(socket)
return () => unregisterSocket(moduleId, name)
return () => {
unregisterSocket(moduleId, name)
}
})

const onMouseDown = (evt: MouseEvent) => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"classnames": "^2.3.1",
"cssnano": "^5.0.8",
"esbuild": "^0.13.2",
"kaiku": "^1.19.1",
"kaiku": "^1.19.2",
"postcss": "^8.3.9",
"postcss-modules": "^4.2.2",
"prettier": "^2.4.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1073,10 +1073,10 @@ jws@^3.2.2:
jwa "^1.4.1"
safe-buffer "^5.0.1"

kaiku@^1.19.1:
version "1.19.1"
resolved "https://registry.yarnpkg.com/kaiku/-/kaiku-1.19.1.tgz#790d3b9c7717d9c6d4378976e72c9f03cac593a6"
integrity sha512-hbyjV8DnhRZA8Iw8or5OQ0SsO3EDb/PSe6DevZib3TT7S6x74TwBFiGLyo746qT/S+WaSkrnUsgoWBYcStKxMA==
kaiku@^1.19.2:
version "1.19.2"
resolved "https://registry.yarnpkg.com/kaiku/-/kaiku-1.19.2.tgz#3c9a5512f02c9e22c4466bcb72901cc79c85ce77"
integrity sha512-E4c3rGo6mV0hcRJzu6LsRgoDFkZhSehDL4ghZ/nu6kdxVOeNXN3kftXZ3mQ4gvOiGRLgPOXXCsyWfK98mg4Cfg==

lilconfig@^2.0.3:
version "2.0.3"
Expand Down

0 comments on commit b20737f

Please sign in to comment.