Update TypeScript to 4.9.3
This commit is contained in:
parent
1bff385805
commit
b4b477e44c
6 changed files with 27 additions and 7 deletions
17
patches/@formatjs+intl+2.4.1.patch
Normal file
17
patches/@formatjs+intl+2.4.1.patch
Normal file
|
@ -0,0 +1,17 @@
|
|||
diff --git a/node_modules/@formatjs/intl/src/types.d.ts b/node_modules/@formatjs/intl/src/types.d.ts
|
||||
index 1f73905..9abaacd 100644
|
||||
--- a/node_modules/@formatjs/intl/src/types.d.ts
|
||||
+++ b/node_modules/@formatjs/intl/src/types.d.ts
|
||||
@@ -8,10 +8,8 @@ import { DEFAULT_INTL_CONFIG } from './utils';
|
||||
import { NumberFormatOptions } from '@formatjs/ecma402-abstract';
|
||||
declare global {
|
||||
namespace FormatjsIntl {
|
||||
- interface Message {
|
||||
- }
|
||||
- interface IntlConfig {
|
||||
- }
|
||||
+ interface Message { ids?: string }
|
||||
+ interface IntlConfig { locale?: string }
|
||||
interface Formats {
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue