Skip to content

Commit

Permalink
upgrade colyseus and nanoid
Browse files Browse the repository at this point in the history
  • Loading branch information
amir-arad committed Mar 15, 2021
1 parent 88038d7 commit 4ab86f2
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 47 deletions.
2 changes: 1 addition & 1 deletion modules/browser/package.json
Expand Up @@ -16,7 +16,7 @@
"dat.gui": "^0.7.7",
"eventemitter3": "^4.0.7",
"golden-layout": "^1.5.9",
"hotkeys-js": "^3.8.2",
"hotkeys-js": "^3.8.3",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"pixi.js": "^5.3.8",
Expand Down
6 changes: 3 additions & 3 deletions modules/server/package.json
Expand Up @@ -9,12 +9,12 @@
"loadtest": "colyseus-loadtest loadtest/bot.ts --room space --endpoint ws://localhost:8080"
},
"dependencies": {
"@colyseus/monitor": "^0.14.0",
"colyseus": "^0.14.8",
"@colyseus/monitor": "^0.14.3",
"colyseus": "^0.14.9",
"detect-collisions": "^2.5.2",
"express": "^4.17.1",
"express-basic-auth": "^1.2.0",
"nanoid": "^3.1.20",
"nanoid": "^3.1.22",
"tslib": "^2.1.0"
},
"pkg": {
Expand Down
81 changes: 48 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -33,7 +33,7 @@
]
},
"dependencies": {
"@colyseus/schema": "^1.0.15"
"@colyseus/schema": "^1.0.16"
},
"devDependencies": {
"@colyseus/loadtest": "^0.14.2",
Expand All @@ -43,7 +43,7 @@
"@types/lodash": "^4.14.168",
"@types/mocha": "^8.2.1",
"@types/nanoid": "^2.1.0",
"@types/node": "14.14.33",
"@types/node": "14.14.35",
"@types/plotly.js": "^1.54.9",
"@types/react": "^16.14.5",
"@types/react-dom": "^16.9.11",
Expand All @@ -52,10 +52,10 @@
"@types/webpack": "^4.41.26",
"@types/webpack-dev-middleware": "^4.1.0",
"@types/webpack-hot-middleware": "^2.25.3",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"chai": "^4.3.3",
"eslint": "^7.21.0",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"chai": "^4.3.4",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-no-only-tests": "^2.4.0",
"eslint-plugin-prettier": "^3.3.1",
Expand All @@ -66,19 +66,19 @@
"html-webpack-plugin": "^5.3.1",
"husky": "^5.1.3",
"lint-staged": "^10.5.4",
"mocha": "^8.3.1",
"mocha": "^8.3.2",
"ncp": "^2.0.0",
"nodemon": "^2.0.7",
"npm-run-all": "^4.1.5",
"pkg": "^4.4.9",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"rimraf": "^3.0.2",
"ts-loader": "^8.0.17",
"ts-loader": "^8.0.18",
"ts-node": "^9.1.1",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"tsconfig-paths-webpack-plugin": "^3.4.1",
"typescript": "~4.2.3",
"webpack": "^5.24.4",
"webpack": "^5.26.0",
"webpack-cli": "^4.5.0",
"webpack-dev-middleware": "^4.1.0",
"webpack-dev-server": "^3.11.2",
Expand Down

0 comments on commit 4ab86f2

Please sign in to comment.