Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
leibale committed Aug 23, 2023
1 parent bc8abd5 commit fe74e32
Show file tree
Hide file tree
Showing 10 changed files with 1,844 additions and 1,819 deletions.
3,591 changes: 1,808 additions & 1,783 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"@redis/time-series": "1.0.4"
},
"devDependencies": {
"@tsconfig/node14": "^1.0.3",
"gh-pages": "^5.0.0",
"release-it": "^15.6.0",
"typescript": "^4.9.5"
"@tsconfig/node14": "^14.1.0",
"gh-pages": "^6.0.0",
"release-it": "^16.1.5",
"typescript": "^5.1.6"
},
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions packages/bloom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@redis/test-utils": "*",
"@types/node": "^20.2.3",
"@types/node": "^20.5.3",
"nyc": "^15.1.0",
"release-it": "^15.10.3",
"release-it": "^16.1.5",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"typedoc": "^0.24.7",
"typescript": "^5.0.4"
"typedoc": "^0.24.8",
"typescript": "^5.1.6"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/lib/client/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ export default class RedisClient<
(...args: Array<unknown>) => (this as any).sendCommand(name, ...args);
}

#pingTimer?: NodeJS.Timer;
#pingTimer?: NodeJS.Timeout;

#setPingTimer(): void {
if (!this.#options?.pingInterval || !this.#socket.isReady) return;
Expand Down
18 changes: 9 additions & 9 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": "^20.2.3",
"@types/sinon": "^10.0.15",
"@types/node": "^20.5.3",
"@types/sinon": "^10.0.16",
"@types/yallist": "^4.0.1",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"eslint": "^8.41.0",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"eslint": "^8.47.0",
"nyc": "^15.1.0",
"release-it": "^15.10.3",
"sinon": "^15.1.0",
"release-it": "^16.1.5",
"sinon": "^15.2.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"typedoc": "^0.24.7",
"typescript": "^5.0.4"
"typedoc": "^0.24.8",
"typescript": "^5.1.6"
},
"engines": {
"node": ">=14"
Expand Down
8 changes: 4 additions & 4 deletions packages/graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@redis/test-utils": "*",
"@types/node": "^20.2.3",
"@types/node": "^20.5.3",
"nyc": "^15.1.0",
"release-it": "^15.10.3",
"release-it": "^16.1.5",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"typedoc": "^0.24.7",
"typescript": "^5.0.4"
"typedoc": "^0.24.8",
"typescript": "^5.1.6"
},
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions packages/json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@redis/test-utils": "*",
"@types/node": "^20.2.3",
"@types/node": "^20.5.3",
"nyc": "^15.1.0",
"release-it": "^15.10.3",
"release-it": "^16.1.5",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"typedoc": "^0.24.7",
"typescript": "^5.0.4"
"typedoc": "^0.24.8",
"typescript": "^5.1.6"
},
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions packages/search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@redis/test-utils": "*",
"@types/node": "^20.2.3",
"@types/node": "^20.5.3",
"nyc": "^15.1.0",
"release-it": "^15.10.3",
"release-it": "^16.1.5",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"typedoc": "^0.24.7",
"typescript": "^5.0.4"
"typedoc": "^0.24.8",
"typescript": "^5.1.6"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 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": "^20.2.3",
"@types/node": "^20.5.3",
"@types/yargs": "^17.0.24",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"typescript": "^5.1.6",
"yargs": "^17.7.2"
}
}
8 changes: 4 additions & 4 deletions packages/time-series/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@redis/test-utils": "*",
"@types/node": "^20.2.3",
"@types/node": "^20.5.3",
"nyc": "^15.1.0",
"release-it": "^15.10.3",
"release-it": "^16.1.5",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"typedoc": "^0.24.7",
"typescript": "^5.0.4"
"typedoc": "^0.24.8",
"typescript": "^5.1.6"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit fe74e32

Please sign in to comment.