Returned, it's platform issue

This commit is contained in:
Dennis Postma 2025-02-10 14:08:46 +01:00
parent 646c40db27
commit a8a98d0083
2 changed files with 2 additions and 2 deletions

3
package-lock.json generated
View File

@ -28,6 +28,7 @@
"socket.io": "^4.7.5",
"ts-node": "^10.9.2",
"typescript": "^5.5.3",
"utf-8-validate": "^6.0.5",
"zod": "^3.23.8"
},
"devDependencies": {
@ -7291,8 +7292,6 @@
"integrity": "sha512-EYZR+OpIXp9Y1eG1iueg8KRsY8TuT8VNgnanZ0uA3STqhHQTLwbl+WX76/9X5OY12yQubymBpaBSmMPkSTQcKA==",
"hasInstallScript": true,
"license": "MIT",
"optional": true,
"peer": true,
"dependencies": {
"node-gyp-build": "^4.3.0"
},

View File

@ -46,6 +46,7 @@
"socket.io": "^4.7.5",
"ts-node": "^10.9.2",
"typescript": "^5.5.3",
"utf-8-validate": "^6.0.5",
"zod": "^3.23.8"
},
"devDependencies": {