about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorBastien Durel <bastien@durel.org>2020-01-03 11:57:25 +0100
committerYamagishi Kazutoshi <ykzts@desire.sh>2020-01-03 19:57:25 +0900
commit500276c99bfba2a74e177f46d27d020e3f06a719 (patch)
tree9b8f2f602dd90ee72d84e41611fec42ab8f33900 /package.json
parent59c697a30cae2d50e5be2dd273e5c3956b2a2d6e (diff)
fix unresolved external in @clusterws/cws by upgrading it (#12752)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 707db3375..02bbba2a6 100644
--- a/package.json
+++ b/package.json
@@ -68,7 +68,7 @@
     "@babel/preset-react": "^7.7.4",
     "@babel/runtime": "^7.7.7",
     "@gamestdio/websocket": "^0.3.2",
-    "@clusterws/cws": "^0.16.0",
+    "@clusterws/cws": "^0.16.1",
     "array-includes": "^3.1.1",
     "arrow-key-navigation": "^1.1.0",
     "autoprefixer": "^9.7.3",