Skip to content

Commit dc4bb1b

Browse files
committed
update websocket to 3.0.3
1 parent 8efb625 commit dc4bb1b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Packages/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"dependencies": {
3+
"com.mikeschweitzer.websocket": "3.0.3",
34
"com.unity.ide.visualstudio": "2.0.22",
45
"com.unity.test-framework": "1.4.5",
56
"com.unity.ugui": "2.0.0",
@@ -34,8 +35,7 @@
3435
"com.unity.modules.video": "1.0.0",
3536
"com.unity.modules.vr": "1.0.0",
3637
"com.unity.modules.wind": "1.0.0",
37-
"com.unity.modules.xr": "1.0.0",
38-
"com.mikeschweitzer.websocket": "3.0.1"
38+
"com.unity.modules.xr": "1.0.0"
3939
},
4040
"scopedRegistries": [
4141
{
@@ -46,4 +46,4 @@
4646
]
4747
}
4848
]
49-
}
49+
}

Packages/packages-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"com.mikeschweitzer.websocket": {
4-
"version": "3.0.1",
4+
"version": "3.0.3",
55
"depth": 0,
66
"source": "registry",
77
"dependencies": {},

0 commit comments

Comments
 (0)