File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 30
30
"build:types" : " tsc" ,
31
31
"build" : " yarn build:types && yarn build:commonjs && yarn build:es && yarn build:umd && yarn build:umd:min" ,
32
32
"clean" : " rimraf lib dist es coverage" ,
33
- "api-types" : " api-extractor --local" ,
33
+ "api-types" : " api-extractor run --local" ,
34
34
"format" : " prettier --write \" {src,test}/**/*.{js,ts}\" \" docs/**/*.md\" " ,
35
35
"lint" : " eslint src --ext ts,js test/utils test/components test/hooks" ,
36
36
"prepare" : " yarn clean && yarn build" ,
83
83
"@types/object-assign" : " ^4.0.30" ,
84
84
"@types/react" : " ^17.0.14" ,
85
85
"@types/react-dom" : " ^17.0.9" ,
86
+ "@types/react-is" : " ^17.0.1" ,
86
87
"@types/react-redux" : " ^7.1.18" ,
87
88
"@typescript-eslint/eslint-plugin" : " ^4.28.0" ,
88
89
"@typescript-eslint/parser" : " ^4.28.0" ,
Original file line number Diff line number Diff line change @@ -3628,6 +3628,15 @@ __metadata:
3628
3628
languageName: node
3629
3629
linkType: hard
3630
3630
3631
+ "@types/react-is@npm:^17.0.1":
3632
+ version: 17.0.1
3633
+ resolution: "@types/react-is@npm:17.0.1"
3634
+ dependencies:
3635
+ "@types/react": "*"
3636
+ checksum: d0ea951ddcde54bcaf6ea227595b7345085c316f2791277a4acfdbbe63cc0de098264269c5463050d7e1308042303556980f9dda32eb2f619eace2efd4e9bdd4
3637
+ languageName: node
3638
+ linkType: hard
3639
+
3631
3640
"@types/react-redux@npm:^7.1.18":
3632
3641
version: 7.1.18
3633
3642
resolution: "@types/react-redux@npm:7.1.18"
@@ -14481,6 +14490,7 @@ __metadata:
14481
14490
"@types/object-assign": ^4.0.30
14482
14491
"@types/react": ^17.0.14
14483
14492
"@types/react-dom": ^17.0.9
14493
+ "@types/react-is": ^17.0.1
14484
14494
"@types/react-redux": ^7.1.18
14485
14495
"@typescript-eslint/eslint-plugin": ^4.28.0
14486
14496
"@typescript-eslint/parser": ^4.28.0
You can’t perform that action at this time.
0 commit comments