Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Dec 20, 2022
1 parent e6f7a3d commit 4095a58
Show file tree
Hide file tree
Showing 29 changed files with 4,919 additions and 11,393 deletions.
1,385 changes: 1,055 additions & 330 deletions docs/package-lock.json

Large diffs are not rendered by default.

4,959 changes: 3,764 additions & 1,195 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
"test": "npm run lint && npm run compile && c8 lerna run test --ignore @feathersjs/tests"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"c8": "^7.12.0",
"eslint": "^8.28.0",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"lerna": "^6.1.0",
"npm-check-updates": "^16.4.3",
"prettier": "^2.8.0",
"typescript": "^4.9.3"
"npm-check-updates": "^16.6.0",
"prettier": "^2.8.1",
"typescript": "^4.9.4"
}
}
8 changes: 4 additions & 4 deletions packages/adapter-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/mongodb": "^4.0.6",
"@types/node": "^18.11.10",
"mocha": "^10.1.0",
"mongodb": "^4.12.1",
"@types/node": "^18.11.17",
"mocha": "^10.2.0",
"mongodb": "^4.13.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
"typescript": "^4.9.4"
},
"gitHead": "42cca600d00f0b3b9d89fa79be30fcd46bc50132"
}
6 changes: 3 additions & 3 deletions packages/adapter-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.10",
"mocha": "^10.1.0",
"@types/node": "^18.11.17",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
"typescript": "^4.9.4"
},
"gitHead": "42cca600d00f0b3b9d89fa79be30fcd46bc50132"
}
8 changes: 4 additions & 4 deletions packages/authentication-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@
"@feathersjs/socketio": "^5.0.0-pre.34",
"@feathersjs/socketio-client": "^5.0.0-pre.34",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.10",
"axios": "^1.2.0",
"mocha": "^10.1.0",
"@types/node": "^18.11.17",
"axios": "^1.2.1",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
"typescript": "^4.9.4"
},
"gitHead": "42cca600d00f0b3b9d89fa79be30fcd46bc50132"
}
Loading

0 comments on commit 4095a58

Please sign in to comment.