Skip to content

Commit

Permalink
fix(dependencies): Fix transport-commons dependency and update other …
Browse files Browse the repository at this point in the history
…dependencies (#2284)
  • Loading branch information
daffl authored Apr 3, 2021
1 parent 6b1376a commit 05b03b2
Show file tree
Hide file tree
Showing 8 changed files with 274 additions and 231 deletions.
482 changes: 263 additions & 219 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"test": "npm run lint && nyc lerna run test"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"eslint": "^7.23.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^32.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"devDependencies": {
"@types/mocha": "^8.2.2",
"@types/mongodb": "^3.6.10",
"@types/mongodb": "^3.6.11",
"@types/node": "^14.14.37",
"mocha": "^8.3.2",
"mongodb": "^3.6.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@feathersjs/socketio-client": "^5.0.0-beta.0"
},
"devDependencies": {
"@babel/core": "^7.13.13",
"@babel/core": "^7.13.14",
"@babel/preset-env": "^7.13.12",
"@feathersjs/adapter-memory": "^5.0.0-beta.0",
"@feathersjs/express": "^5.0.0-beta.0",
Expand All @@ -66,11 +66,11 @@
"mocha-puppeteer": "^0.14.0",
"node-fetch": "^2.6.1",
"shx": "^0.3.3",
"socket.io-client": "^4.0.0",
"socket.io-client": "^4.0.1",
"superagent": "^6.1.0",
"ts-loader": "^8.1.0",
"typescript": "^4.2.3",
"webpack": "^5.28.0",
"webpack": "^5.30.0",
"webpack-cli": "^4.6.0",
"webpack-merge": "^5.7.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/feathers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"dependencies": {
"@feathersjs/commons": "^5.0.0-beta.0",
"@feathersjs/hooks": "^0.6.2",
"@feathersjs/hooks": "^0.6.3",
"debug": "^4.3.1",
"events": "^3.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/rest-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"axios": "^0.21.1",
"mocha": "^8.3.2",
"node-fetch": "^2.6.1",
"rxjs": "^6.6.6",
"rxjs": "^6.6.7",
"shx": "^0.3.3",
"superagent": "^6.1.0",
"ts-node": "^9.1.1",
Expand Down
3 changes: 1 addition & 2 deletions packages/socketio-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,11 @@
"@feathersjs/feathers": "^5.0.0-beta.0",
"@feathersjs/socketio": "^5.0.0-beta.0",
"@feathersjs/tests": "^5.0.0-beta.0",
"@feathersjs/transport-commons": "^5.0.0-pre.0",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.37",
"mocha": "^8.3.2",
"shx": "^0.3.3",
"socket.io-client": "^4.0.0",
"socket.io-client": "^4.0.1",
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/socketio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"dependencies": {
"@feathersjs/transport-commons": "^5.0.0-beta.0",
"debug": "^4.3.1",
"socket.io": "^4.0.0"
"socket.io": "^4.0.1"
},
"devDependencies": {
"@feathersjs/adapter-memory": "^5.0.0-beta.0",
Expand All @@ -65,7 +65,7 @@
"lodash": "^4.17.21",
"mocha": "^8.3.2",
"shx": "^0.3.3",
"socket.io-client": "^4.0.0",
"socket.io-client": "^4.0.1",
"typescript": "^4.2.3"
},
"gitHead": "3b953f85cc1c2184a032bebac302f8de8a2f0d4d"
Expand Down

0 comments on commit 05b03b2

Please sign in to comment.