Skip to content

Commit

Permalink
upgrade dependencies (#2426)
Browse files Browse the repository at this point in the history
  • Loading branch information
leibale committed Feb 24, 2023
1 parent e95b258 commit 4937efc
Show file tree
Hide file tree
Showing 9 changed files with 239 additions and 227 deletions.
414 changes: 213 additions & 201 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@tsconfig/node14": "^1.0.3",
"gh-pages": "^5.0.0",
"release-it": "^15.6.0",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/bloom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@redis/test-utils": "*",
"@types/node": "^18.11.18",
"@types/node": "^18.14.1",
"nyc": "^15.1.0",
"release-it": "^15.6.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"typedoc": "^0.23.24",
"typescript": "^4.9.4"
"typedoc": "^0.23.25",
"typescript": "^4.9.5"
}
}
12 changes: 6 additions & 6 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@redis/test-utils": "*",
"@types/node": "^18.11.18",
"@types/node": "^18.14.1",
"@types/sinon": "^10.0.13",
"@types/yallist": "^4.0.1",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"eslint": "^8.32.0",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"eslint": "^8.34.0",
"nyc": "^15.1.0",
"release-it": "^15.6.0",
"sinon": "^15.0.1",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"typedoc": "^0.23.24",
"typescript": "^4.9.4"
"typedoc": "^0.23.25",
"typescript": "^4.9.5"
},
"engines": {
"node": ">=14"
Expand Down
6 changes: 3 additions & 3 deletions packages/graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@redis/test-utils": "*",
"@types/node": "^18.11.18",
"@types/node": "^18.14.1",
"nyc": "^15.1.0",
"release-it": "^15.6.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"typedoc": "^0.23.24",
"typescript": "^4.9.4"
"typedoc": "^0.23.25",
"typescript": "^4.9.5"
}
}
6 changes: 3 additions & 3 deletions packages/json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@redis/test-utils": "*",
"@types/node": "^18.11.18",
"@types/node": "^18.14.1",
"nyc": "^15.1.0",
"release-it": "^15.6.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"typedoc": "^0.23.24",
"typescript": "^4.9.4"
"typedoc": "^0.23.25",
"typescript": "^4.9.5"
}
}
6 changes: 3 additions & 3 deletions packages/search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@redis/test-utils": "*",
"@types/node": "^18.11.18",
"@types/node": "^18.14.1",
"nyc": "^15.1.0",
"release-it": "^15.6.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"typedoc": "^0.23.24",
"typescript": "^4.9.4"
"typedoc": "^0.23.25",
"typescript": "^4.9.5"
}
}
8 changes: 4 additions & 4 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/yargs": "^17.0.20",
"@types/node": "^18.14.1",
"@types/yargs": "^17.0.22",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"yargs": "^17.6.2"
"typescript": "^4.9.5",
"yargs": "^17.7.1"
}
}
6 changes: 3 additions & 3 deletions packages/time-series/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@redis/test-utils": "*",
"@types/node": "^18.11.18",
"@types/node": "^18.14.1",
"nyc": "^15.1.0",
"release-it": "^15.6.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"typedoc": "^0.23.24",
"typescript": "^4.9.4"
"typedoc": "^0.23.25",
"typescript": "^4.9.5"
}
}

0 comments on commit 4937efc

Please sign in to comment.