File tree 4 files changed +8
-16
lines changed
4 files changed +8
-16
lines changed Original file line number Diff line number Diff line change 4
4
"@manaflair/redux-batch" : " ^1.0.0" ,
5
5
"@types/nanoid" : " ^2.1.0" ,
6
6
"@types/react" : " ^16.9.46" ,
7
- "@types/react-redux" : " ^7.1.9" ,
8
7
"@types/redux-logger" : " ^3.0.8" ,
9
8
"async-mutex" : " ^0.3.2" ,
10
9
"axios" : " ^0.20.0" ,
Original file line number Diff line number Diff line change
1
+ // Not available on old TS versions but used by `@testing-library/user-event`
2
+ // @see https://stackoverflow.com/a/61505395
3
+ declare class ClipboardItem {
4
+ constructor ( data : { [ mimeType : string ] : Blob } )
5
+ }
Original file line number Diff line number Diff line change 13
13
"baseUrl" : " ." ,
14
14
"skipLibCheck" : false ,
15
15
"noImplicitReturns" : false
16
- }
16
+ },
17
+ "include" : [" ./setup-type-tests.d.ts" ]
17
18
}
Original file line number Diff line number Diff line change @@ -6469,7 +6469,7 @@ __metadata:
6469
6469
languageName: node
6470
6470
linkType: hard
6471
6471
6472
- "@types/hoist-non-react-statics@npm:^3.3.0, @types/hoist-non-react-statics@npm:^3.3. 1":
6472
+ "@types/hoist-non-react-statics@npm:^3.3.1":
6473
6473
version: 3.3.1
6474
6474
resolution: "@types/hoist-non-react-statics@npm:3.3.1"
6475
6475
dependencies:
@@ -6825,18 +6825,6 @@ __metadata:
6825
6825
languageName: node
6826
6826
linkType: hard
6827
6827
6828
- "@types/react-redux@npm:^7.1.9":
6829
- version: 7.1.16
6830
- resolution: "@types/react-redux@npm:7.1.16"
6831
- dependencies:
6832
- "@types/hoist-non-react-statics": ^3.3.0
6833
- "@types/react": "*"
6834
- hoist-non-react-statics: ^3.3.0
6835
- redux: ^4.0.0
6836
- checksum: c07ee677be781df70aa6209d4152373ec470f6c99b50051e302add8b57d49e89322250959bf9e192738cccc5dbbe05c77514339a45b46ec973c8326227408f26
6837
- languageName: node
6838
- linkType: hard
6839
-
6840
6828
"@types/react@npm:18.0.12":
6841
6829
version: 18.0.12
6842
6830
resolution: "@types/react@npm:18.0.12"
@@ -11785,7 +11773,6 @@ __metadata:
11785
11773
"@manaflair/redux-batch": ^1.0.0
11786
11774
"@types/nanoid": ^2.1.0
11787
11775
"@types/react": ^16.9.46
11788
- "@types/react-redux": ^7.1.9
11789
11776
"@types/redux-logger": ^3.0.8
11790
11777
async-mutex: ^0.3.2
11791
11778
axios: ^0.20.0
You can’t perform that action at this time.
0 commit comments