Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusLongmuir committed Feb 7, 2025
1 parent 4ec4338 commit e3aab75
Show file tree
Hide file tree
Showing 22 changed files with 1,121 additions and 1,146 deletions.
1 change: 0 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"project": "./tsconfig.json"
},
"extends": [
"airbnb-typescript/base",
"plugin:@typescript-eslint/recommended",
"plugin:prettier/recommended",
"plugin:import/errors",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"@mml-io/3d-web-text-chat": "^0.21.2",
"@mml-io/3d-web-user-networking": "^0.21.2",
"@mml-io/3d-web-voice-chat": "^0.21.2",
"@mml-io/mml-web": "0.19.2",
"@mml-io/mml-web-runner": "0.19.2",
"@mml-io/mml-web-threejs-standalone": "0.19.2",
"@mml-io/networked-dom-document": "0.19.2",
"@mml-io/mml-web": "0.19.3",
"@mml-io/mml-web-runner": "0.19.3",
"@mml-io/mml-web-threejs-standalone": "0.19.3",
"@mml-io/networked-dom-document": "0.19.3",
"three": "0.163.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
"dependencies": {
"@example/local-only-multi-user-3d-web-experience-client": "^0.21.2",
"@mml-io/3d-web-experience-server": "^0.21.2",
"@mml-io/networked-dom-server": "0.19.2",
"chokidar": "^3.6.0",
"@mml-io/networked-dom-server": "0.19.3",
"chokidar": "^4.0.3",
"cors": "^2.8.5",
"express": "4.19.2",
"express": "4.21.2",
"express-ws": "5.0.2",
"ws": "8.18.0"
},
"devDependencies": {
"@types/cors": "2.8.17",
"@types/express": "^4.17.21",
"@types/express-ws": "^3.0.4",
"@types/node": "^20.14.10"
"@types/express": "^5.0.0",
"@types/express-ws": "^3.0.5",
"@types/node": "^22.13.1"
}
}
10 changes: 5 additions & 5 deletions example/multi-user-3d-web-experience/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
"@mml-io/3d-web-experience-server": "^0.21.2",
"@mml-io/3d-web-text-chat": "^0.21.2",
"@mml-io/3d-web-user-networking": "^0.21.2",
"@mml-io/networked-dom-server": "0.19.2",
"@mml-io/networked-dom-server": "0.19.3",
"chokidar": "^3.6.0",
"express": "4.19.2",
"express": "4.21.2",
"express-ws": "5.0.2",
"ws": "8.18.0"
},
"devDependencies": {
"@types/cors": "2.8.17",
"@types/express": "^4.17.21",
"@types/express-ws": "^3.0.4",
"@types/node": "^20.14.10"
"@types/express": "^5.0.0",
"@types/express-ws": "^3.0.5",
"@types/node": "^22.13.1"
}
}
10 changes: 5 additions & 5 deletions example/web-avatar-editor/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"dependencies": {
"@mml-io/3d-web-avatar": "^0.21.2",
"@mml-io/3d-web-standalone-avatar-editor": "^0.21.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"three": "0.163.0"
},
"devDependencies": {
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/node": "^22.13.1",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/three": "0.163.0"
}
}
10 changes: 5 additions & 5 deletions example/web-avatar-editor/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
},
"dependencies": {
"@example/web-avatar-editor-client": "^0.21.2",
"chokidar": "^3.6.0",
"chokidar": "^4.0.3",
"cors": "^2.8.5",
"express": "4.19.2",
"express": "4.21.2",
"express-ws": "5.0.2",
"ws": "8.18.0"
},
"devDependencies": {
"@types/cors": "2.8.17",
"@types/express": "^4.17.21",
"@types/express-ws": "^3.0.4",
"@types/node": "^20.14.10"
"@types/express": "^5.0.0",
"@types/express-ws": "^3.0.5",
"@types/node": "^22.13.1"
}
}
Loading

0 comments on commit e3aab75

Please sign in to comment.