-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update TypeScript version (#15458)
- Loading branch information
Showing
4 changed files
with
95 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
diff --git a/dist/commonjs/index.d.ts b/dist/commonjs/index.d.ts | ||
index f59de7602a528afde714e56dcf8c25ee496e39fb..804042b5ff381b8594307296de29d31d1b564c92 100644 | ||
--- a/dist/commonjs/index.d.ts | ||
+++ b/dist/commonjs/index.d.ts | ||
@@ -837,7 +837,7 @@ export declare namespace LRUCache { | ||
* | ||
* Changing any of these will alter the defaults for subsequent method calls. | ||
*/ | ||
-export declare class LRUCache<K extends {}, V extends {}, FC = unknown> implements Map<K, V> { | ||
+export declare class LRUCache<K extends {}, V extends {}, FC = unknown> { | ||
#private; | ||
/** | ||
* {@link LRUCache.OptionsBase.ttl} | ||
diff --git a/dist/esm/index.d.ts b/dist/esm/index.d.ts | ||
index f59de7602a528afde714e56dcf8c25ee496e39fb..804042b5ff381b8594307296de29d31d1b564c92 100644 | ||
--- a/dist/esm/index.d.ts | ||
+++ b/dist/esm/index.d.ts | ||
@@ -837,7 +837,7 @@ export declare namespace LRUCache { | ||
* | ||
* Changing any of these will alter the defaults for subsequent method calls. | ||
*/ | ||
-export declare class LRUCache<K extends {}, V extends {}, FC = unknown> implements Map<K, V> { | ||
+export declare class LRUCache<K extends {}, V extends {}, FC = unknown> { | ||
#private; | ||
/** | ||
* {@link LRUCache.OptionsBase.ttl} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -201,6 +201,9 @@ | |
"babel-jest": "workspace:*", | ||
"jest": "workspace:*", | ||
"jest-environment-node": "workspace:*", | ||
"lru-cache@^10.0.1": "patch:lru-cache@npm:10.4.3#./.yarn/patches/lru-cache-npm-10.4.3-30c10b861a.patch", | ||
"lru-cache@^10.2.0": "patch:lru-cache@npm:10.4.3#./.yarn/patches/lru-cache-npm-10.4.3-30c10b861a.patch", | ||
"lru-cache@^10.2.2": "patch:lru-cache@npm:10.4.3#./.yarn/patches/lru-cache-npm-10.4.3-30c10b861a.patch", | ||
"ts-node@^10.5.0": "patch:ts-node@npm:^10.5.0#./.yarn/patches/ts-node-npm-10.9.1-6c268be7f4.patch" | ||
}, | ||
"packageManager": "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters