Skip to content

Commit dffd200

Browse files
committed
Add react-is and fix API Extractor command
1 parent 23c5bd0 commit dffd200

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"build:types": "tsc",
3131
"build": "yarn build:types && yarn build:commonjs && yarn build:es && yarn build:umd && yarn build:umd:min",
3232
"clean": "rimraf lib dist es coverage",
33-
"api-types": "api-extractor --local",
33+
"api-types": "api-extractor run --local",
3434
"format": "prettier --write \"{src,test}/**/*.{js,ts}\" \"docs/**/*.md\"",
3535
"lint": "eslint src --ext ts,js test/utils test/components test/hooks",
3636
"prepare": "yarn clean && yarn build",
@@ -83,6 +83,7 @@
8383
"@types/object-assign": "^4.0.30",
8484
"@types/react": "^17.0.14",
8585
"@types/react-dom": "^17.0.9",
86+
"@types/react-is": "^17.0.1",
8687
"@types/react-redux": "^7.1.18",
8788
"@typescript-eslint/eslint-plugin": "^4.28.0",
8889
"@typescript-eslint/parser": "^4.28.0",

yarn.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3628,6 +3628,15 @@ __metadata:
36283628
languageName: node
36293629
linkType: hard
36303630

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+
36313640
"@types/react-redux@npm:^7.1.18":
36323641
version: 7.1.18
36333642
resolution: "@types/react-redux@npm:7.1.18"
@@ -14481,6 +14490,7 @@ __metadata:
1448114490
"@types/object-assign": ^4.0.30
1448214491
"@types/react": ^17.0.14
1448314492
"@types/react-dom": ^17.0.9
14493+
"@types/react-is": ^17.0.1
1448414494
"@types/react-redux": ^7.1.18
1448514495
"@typescript-eslint/eslint-plugin": ^4.28.0
1448614496
"@typescript-eslint/parser": ^4.28.0

0 commit comments

Comments
 (0)