Skip to content

Commit

Permalink
chore: rm unused packages
Browse files Browse the repository at this point in the history
  • Loading branch information
fratzinger committed Mar 22, 2024
1 parent 0d7a222 commit f863d7e
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 11 deletions.
1 change: 1 addition & 0 deletions packages/authentication-oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"axios": "^1.6.8",
"shx": "^0.3.4",
"tough-cookie": "^4.1.3",
"ts-node": "^10.9.2",
"typescript": "^5.4.3",
"vitest": "^1.4.0"
},
Expand Down
1 change: 0 additions & 1 deletion packages/feathers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
},
"devDependencies": {
"@types/node": "^20.11.30",
"mocha": "^10.3.0",
"shx": "^0.3.4",
"typescript": "^5.4.3",
"vitest": "^1.4.0"
Expand Down
2 changes: 0 additions & 2 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@
"devDependencies": {
"@feathersjs/memory": "^5.0.24",
"@types/node": "^20.11.30",
"@types/mocha": "^10.0.6",
"ajv-formats": "^2.1.1",
"mocha": "^10.3.0",
"shx": "^0.3.4",
"typescript": "^5.3.2",
"vitest": "^1.4.0"
Expand Down
2 changes: 0 additions & 2 deletions packages/socketio-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@
"@feathersjs/tests-vitest": "^5.0.24",
"@types/node": "^20.11.30",
"@feathersjs/tests": "^5.0.24",
"@types/mocha": "^10.0.6",
"mocha": "^10.3.0",
"shx": "^0.3.4",
"socket.io-client": "^4.7.5",
"typescript": "^5.4.3",
Expand Down
2 changes: 0 additions & 2 deletions packages/socketio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@
"@types/node": "^20.11.30",
"get-port": "^7.1.0",
"@feathersjs/tests": "^5.0.24",
"@types/mocha": "^10.0.6",
"lodash": "^4.17.21",
"mocha": "^10.3.0",
"shx": "^0.3.4",
"socket.io-client": "^4.7.5",
"typescript": "^5.4.3",
Expand Down
2 changes: 0 additions & 2 deletions packages/transport-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@
"@types/encodeurl": "^1.0.2",
"@types/lodash": "^4.17.0",
"@types/node": "^20.11.30",
"@types/mocha": "^10.0.6",
"mocha": "^10.3.0",
"shx": "^0.3.4",
"typescript": "^5.4.3",
"vitest": "^1.4.0"
Expand Down
2 changes: 0 additions & 2 deletions packages/typebox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@
"@sinclair/typebox": "^0.25.0"
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.26",
"mocha": "^10.3.0",
"shx": "^0.3.4",
"typescript": "^5.4.3",
"vitest": "^1.4.0"
Expand Down

0 comments on commit f863d7e

Please sign in to comment.