8000 fix(dependencies): Lock monorepo package version numbers by daffl · Pull Request #2623 · feathersjs/feathers · GitHub
[go: up one dir, main page]

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
308 changes: 156 additions & 152 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/adapter-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
"access": "public"
},
"dependencies": {
"@feathersjs/commons": "^5.0.0-pre.19",
"@feathersjs/errors": "^5.0.0-pre.19",
"@feathersjs/feathers": "^5.0.0-pre.19"
"@feathersjs/commons": "5.0.0-pre.19",
"@feathersjs/errors": "5.0.0-pre.19",
"@feathersjs/feathers": "5.0.0-pre.19"
},
"devDependencies": {
"@types/mocha": "^9.1.1",
Expand Down
20 changes: 10 additions & 10 deletions packages/authentication-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,18 @@
"access": "public"
},
"dependencies": {
"@feathersjs/authentication": "^5.0.0-pre.19",
"@feathersjs/commons": "^5.0.0-pre.19",
"@feathersjs/errors": "^5.0.0-pre.19",
"@feathersjs/feathers": "^5.0.0-pre.19"
"@feathersjs/authentication": "5.0.0-pre.19",
"@feathersjs/commons": "5.0.0-pre.19",
"@feathersjs/errors": "5.0.0-pre.19",
"@feathersjs/feathers": "5.0.0-pre.19"
},
"devDependencies": {
"@feathersjs/authentication-local": "^5.0.0-pre.19",
"@feathersjs/express": "^5.0.0-pre.19",
"@feathersjs/memory": "^5.0.0-pre.19",
"@feathersjs/rest-client": "^5.0.0-pre.19",
"@feathersjs/socketio": "^5.0.0-pre.19",
"@feathersjs/socketio-client": "^5.0.0-pre.19",
"@feathersjs/authentication-local": "5.0.0-pre.19",
"@feathersjs/express": "5.0.0-pre.19",
"@feathersjs/memory": "5.0.0-pre.19",
"@feathersjs/rest-client": "5.0.0-pre.19",
"@feathersjs/socketio": "5.0.0-pre.19",
"@feathersjs/socketio-client": "5.0.0-pre.19",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.31",
"axios": "^0.27.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/authentication-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@
"access": "public"
},
"dependencies": {
"@feathersjs/authentication": "^5.0.0-pre.19",
"@feathersjs/commons": "^5.0.0-pre.19",
"@feathersjs/errors": "^5.0.0-pre.19",
"@feathersjs/feathers": "^5.0.0-pre.19",
"@feathersjs/authentication": "5.0.0-pre.19",
"@feathersjs/commons": "5.0.0-pre.19",
"@feathersjs/errors": "5.0.0-pre.19",
"@feathersjs/feathers": "5.0.0-pre.19",
"bcryptjs": "^2.4.3",
"lodash": "^4.17.21"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.0-pre.19",
"@feathersjs/memory": "5.0.0-pre.19",
"@types/bcryptjs": "^2.4.2",
"@types/lodash": "^4.14.182",
"@types/mocha": "^9.1.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/authentication-oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,17 @@
"access": "public"
},
"dependencies": {
"@feathersjs/authentication": "^5.0.0-pre.19",
"@feathersjs/commons": "^5.0.0-pre.19",
"@feathersjs/errors": "^5.0.0-pre.19",
"@feathersjs/express": "^5.0.0-pre.19",
"@feathersjs/feathers": "^5.0.0-pre.19",
"@feathersjs/authentication": "5.0.0-pre.19",
"@feathersjs/commons": "5.0.0-pre.19",
"@feathersjs/errors": "5.0.0-pre.19",
"@feathersjs/express": "5.0.0-pre.19",
"@feathersjs/feathers": "5.0.0-pre.19",
"express-session": "^1.17.2",
"grant": "^5.4.21",
"lodash": "^4.17.21"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.0-pre.19",
"@feathersjs/memory": "5.0.0-pre.19",
"@types/express": "^4.17.13",
"@types/express-session": "^1.17.4",
"@types/lodash": "^4.14.182",
Expand Down
12 changes: 6 additions & 6 deletions packages/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,19 @@
"access": "public"
},
"dependencies": {
"@feathersjs/commons": "^5.0.0-pre.19",
"@feathersjs/errors": "^5.0.0-pre.19",
"@feathersjs/feathers": "^5.0.0-pre.19",
"@feathersjs/transport-commons": "^5.0.0-pre.19",
"@feathersjs/commons": "5.0.0-pre.19",
"@feathersjs/errors": "5.0.0-pre.19",
"@feathersjs/feathers": "5.0.0-pre.19",
"@feathersjs/transport-commons": "5.0.0-pre.19",
"@types/jsonwebtoken": "^8.5.8",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"long-timeout": "^0.1.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.0-pre.19",
"@feathersjs/schema": "^5.0.0-pre.19",
"@feathersjs/memory": "5.0.0-pre.19",
"@feathersjs/schema": "5.0.0-pre.19",
"@types/lodash": "^4.14.182",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.31",
Expand Down
18 changes: 9 additions & 9 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,19 @@
"IE 11"
],
"dependencies": {
"@feathersjs/authentication-client": "^5.0.0-pre.19",
"@feathersjs/errors": "^5.0.0-pre.19",
"@feathersjs/feathers": "^5.0.0-pre.19",
"@feathersjs/rest-client": "^5.0.0-pre.19",
"@feathersjs/socketio-client": "^5.0.0-pre.19"
"@feathersjs/authentication-client": "5.0.0-pre.19",
"@feathersjs/errors": "5.0.0-pre.19",
"@feathersjs/feathers": "5.0.0-pre.19",
"@feathersjs/rest-client": "5.0.0-pre.19",
"@feathersjs/socketio-client": "5.0.0-pre.19"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@feathersjs/express": "^5.0.0-pre.19",
"@feathersjs/memory": "^5.0.0-pre.19",
"@feathersjs/socketio": "^5.0.0-pre.19",
"@feathersjs/tests": "^5.0.0-pre.19",
"@feathersjs/express": "5.0.0-pre.19",
"@feathersjs/memory": "5.0.0-pre.19",
"@feathersjs/socketio": "5.0.0-pre.19",
"@feathersjs/tests": "5.0.0-pre.19",
"babel-loader": "^8.2.5",
"mocha": "^10.0.0",
"mocha-puppeteer": "^0.14.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/configuration/package.json
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
"access": "public"
},
"dependencies": {
"@feathersjs/commons": "^5.0.0-pre.19",
"@feathersjs/feathers": "^5.0.0-pre.19",
"@feathersjs/schema": "^5.0.0-pre.19",
"@feathersjs/commons": "5.0.0-pre.19",
"@feathersjs/feathers": "5.0.0-pre.19",
"@feathersjs/schema": "5.0.0-pre.19",
"@types/config": "^0.0.41",
"config": "^3.3.7"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"*.js"
],
"devDependencies": {
"@feathersjs/feathers": "^5.0.0-pre.19",
"@feathersjs/feathers": "5.0.0-pre.19",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.31",
"mocha": "^10.0.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,18 @@
"access": "public"
},
"dependencies": {
"@feathersjs/authentication": "^5.0.0-pre.19",
"@feathersjs/commons": "^5.0.0-pre.19",
"@feathersjs/errors": "^5.0.0-pre.19",
"@feathersjs/feathers": "^5.0.0-pre.19",
"@feathersjs/transport-commons": "^5.0.0-pre.19",
"@feathersjs/authentication": "5.0.0-pre.19",
"@feathersjs/commons": "5.0.0-pre.19",
"@feathersjs/errors": "5.0.0-pre.19",
"@feathersjs/feathers": "5.0.0-pre.19",
"@feathersjs/transport-commons": "5.0.0-pre.19",
"@types/express": "^4.17.13",
"@types/express-serve-static-core": "^4.17.28",
"express": "^4.18.1"
},
"devDependencies": {
"@feathersjs/authentication-local": "^5.0.0-pre.19",
"@feathersjs/tests": "^5.0.0-pre.19",
"@feathersjs/authentication-local": "5.0.0-pre.19",
"@feathersjs/tests": "5.0.0-pre.19",
"@types/lodash": "^4.14.182",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.31",
Expand Down
2 changes: 1 addition & 1 deletion packages/feathers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"access": "public"
},
"dependencies": {
"@feathersjs/commons": "^5.0.0-pre.19",
"@feathersjs/commons": "5.0.0-pre.19",
"@feathersjs/hooks": "^0.7.4",
"events": "^3.3.0"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
"access": "public"
},
"dependencies": {
"@feathersjs/authentication": "^5.0.0-pre.19",
"@feathersjs/commons": "^5.0.0-pre.19",
"@feathersjs/errors": "^5.0.0-pre.19",
"@feathersjs/transport-commons": "^5.0.0-pre.19",
"@feathersjs/authentication": "5.0.0-pre.19",
"@feathersjs/commons": "5.0.0-pre.19",
"@feathersjs/errors": "5.0.0-pre.19",
"@feathersjs/transport-commons": "5.0.0-pre.19",
"@types/koa": "^2.13.4",
"@types/koa-bodyparser": "^4.3.7",
"@types/koa-qs": "^2.0.0",
Expand All @@ -61,10 +61,10 @@
"koa-qs": "^3.0.0"
},
"devDependencies": {
"@feathersjs/authentication-local": "^5.0.0-pre.19",
"@feathersjs/feathers": "^5.0.0-pre.19",
"@feathersjs/memory": "^5.0.0-pre.19",
"@feathersjs/tests": "^5.0.0-pre.19",
"@feathersjs/authentication-local": "5.0.0-pre.19",
"@feathersjs/feathers": "5.0.0-pre.19",
"@feathersjs/memory": "5.0.0-pre.19",
"@feathersjs/tests": "5.0.0-pre.19",
"@types/koa-compose": "^3.2.5",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.31",
Expand Down
10 changes: 5 additions & 5 deletions packages/memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@
"lib": "lib"
},
"dependencies": {
"@feathersjs/adapter-commons": "^5.0.0-pre.19",
"@feathersjs/commons": "^5.0.0-pre.19",
"@feathersjs/errors": "^5.0.0-pre.19",
"@feathersjs/adapter-commons": "5.0.0-pre.19",
"@feathersjs/commons": "5.0.0-pre.19",
"@feathersjs/errors": "5.0.0-pre.19",
"sift": "^16.0.0"
},
"devDependencies": {
"@feathersjs/adapter-tests": "^5.0.0-pre.19",
"@feathersjs/feathers": "^5.0.0-pre.19",
"@feathersjs/adapter-tests": "5.0.0-pre.19",
"@feathersjs/feathers": "5.0.0-pre.19",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.31",
"mocha": "^10.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@
"access": "public"
},
"dependencies": {
"@feathersjs/adapter-commons": "^5.0.0-pre.19",
"@feathersjs/commons": "^5.0.0-pre.19",
"@feathersjs/errors": "^5.0.0-pre.19",
"@feathersjs/feathers": "^5.0.0-pre.19"
"@feathersjs/adapter-commons": "5.0.0-pre.19",
"@feathersjs/commons": "5.0.0-pre.19",
"@feathersjs/errors": "5.0.0-pre.19",
"@feathersjs/feathers": "5.0.0-pre.19"
},
"peerDependencies": {
"mongodb": "^4.5.0"
},
"devDependencies": {
"@feathersjs/adapter-tests": "^5.0.0-pre.19",
"@feathersjs/adapter-tests": "5.0.0-pre.19",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.31",
"mocha": "^10.0.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/rest-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,17 @@
"access": "public"
},
"dependencies": {
"@feathersjs/commons": "^5.0.0-pre.19",
"@feathersjs/errors": "^5.0.0-pre.19",
"@feathersjs/commons": "5.0.0-pre.19",
"@feathersjs/errors": "5.0.0-pre.19",
"@types/node-fetch": "^3.0.2",
"@types/superagent": "^4.1.15",
"qs": "^6.10.3"
},
"devDependencies": {
"@feathersjs/express": "^5.0.0-pre.19",
"@feathersjs/feathers": "^5.0.0-pre.19",
"@feathersjs/memory": "^5.0.0-pre.19",
"@feathersjs/tests": "^5.0.0-pre.19",
"@feathersjs/express": "5.0.0-pre.19",
"@feathersjs/feathers": "5.0.0-pre.19",
"@feathersjs/memory": "5.0.0-pre.19",
"@feathersjs/tests": "5.0.0-pre.19",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.31",
"@types/qs": "^6.9.7",
Expand Down
6 changes: 3 additions & 3 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@
"access": "public"
},
"dependencies": {
"@feathersjs/errors": "^5.0.0-pre.19",
"@feathersjs/feathers": "^5.0.0-pre.19",
"@feathersjs/errors": "5.0.0-pre.19",
"@feathersjs/feathers": "5.0.0-pre.19",
"@types/json-schema": "^7.0.11",
"ajv": "^8.11.0",
"json-schema": "^0.4.0",
"json-schema-to-ts": "^2.3.0"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.0-pre.19",
"@feathersjs/memory": "5.0.0-pre.19",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.31",
"ajv-formats": "^2.1.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/socketio-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@
"access": "public"
},
"dependencies": {
"@feathersjs/transport-commons": "^5.0.0-pre.19"
"@feathersjs/transport-commons": "5.0.0-pre.19"
},
"devDependencies": {
"@feathersjs/commons": "^5.0.0-pre.19",
"@feathersjs/feathers": "^5.0.0-pre.19",
"@feathersjs/memory": "^5.0.0-pre.19",
"@feathersjs/socketio": "^5.0.0-pre.19",
"@feathersjs/tests": "^5.0.0-pre.19",
"@feathersjs/commons": "5.0.0-pre.19",
"@feathersjs/feathers": "5.0.0-pre.19",
"@feathersjs/memory": "5.0.0-pre.19",
"@feathersjs/socketio": "5.0.0-pre.19",
"@feathersjs/tests": "5.0.0-pre.19",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.31",
"mocha": "^10.0.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/socketio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@
"access": "public"
},
"dependencies": {
"@feathersjs/commons": "^5.0.0-pre.19",
"@feathersjs/feathers": "^5.0.0-pre.19",
"@feathersjs/transport-commons": "^5.0.0-pre.19",
"@feathersjs/commons": "5.0.0-pre.19",
"@feathersjs/feathers": "5.0.0-pre.19",
"@feathersjs/transport-commons": "5.0.0-pre.19",
"socket.io": "^4.5.0"
},
"devDependencies": {
"@feathersjs/express": "^5.0.0-pre.19",
"@feathersjs/memory": "^5.0.0-pre.19",
"@feathersjs/tests": "^5.0.0-pre.19",
"@feathersjs/express": "5.0.0-pre.19",
"@feathersjs/memory": "5.0.0-pre.19",
"@feathersjs/tests": "5.0.0-pre.19",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.31",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@feathersjs/feathers": "^5.0.0-pre.19",
"@feathersjs/feathers": "5.0.0-pre.19",
"@types/axios": "^0.14.0",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.31",
Expand Down
6 changes: 3 additions & 3 deletions packages/transport-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
"*.js"
],
"dependencies": {
"@feathersjs/commons": "^5.0.0-pre.19",
"@feathersjs/errors": "^5.0.0-pre.19",
"@feathersjs/feathers": "^5.0.0-pre.19",
"@feathersjs/commons": "5.0.0-pre.19",
"@feathersjs/errors": "5.0.0-pre.19",
"@feathersjs/feathers": "5.0.0-pre.19",
"encodeurl": "^1.0.2",
"lodash": "^4.17.21"
},
Expand Down
0