Skip to content

Commit e63ce44

Browse files
committed
chore: upgrade api-extractor and typescript
1 parent 13dfe2d commit e63ce44

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"devDependencies": {
4444
"@babel/core": "^7.18.5",
45-
"@microsoft/api-extractor": "^7.24.1",
45+
"@microsoft/api-extractor": "^7.28.4",
4646
"@storybook/addon-actions": "^6.5.9",
4747
"@storybook/addon-essentials": "^6.5.9",
4848
"@storybook/addon-interactions": "^6.5.9",
@@ -72,7 +72,7 @@
7272
"react-dom": "^18.1.0",
7373
"rimraf": "^3.0.2",
7474
"ts-jest": "^28.0.4",
75-
"typescript": "^4.6.4",
75+
"typescript": "^4.7.4",
7676
"vite": "^3.0.2"
7777
},
7878
"peerDependencies": {

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1668,7 +1668,7 @@
16681668
"@microsoft/tsdoc-config" "~0.16.1"
16691669
"@rushstack/node-core-library" "3.49.0"
16701670

1671-
"@microsoft/api-extractor@^7.24.1":
1671+
"@microsoft/api-extractor@^7.28.4":
16721672
version "7.28.4"
16731673
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.28.4.tgz#8e67a69edb4937beda516d42d4f325e6e1258445"
16741674
integrity sha512-7JeROBGYTUt4/4HPnpMscsQgLzX0OfGTQR2qOQzzh3kdkMyxmiv2mzpuhoMnwbubb1GvPcyFm+NguoqOqkCVaw==
@@ -11813,7 +11813,7 @@ typedarray@^0.0.6:
1181311813
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1181411814
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
1181511815

11816-
typescript@^4.6.4:
11816+
typescript@^4.6.4, typescript@^4.7.4:
1181711817
version "4.7.4"
1181811818
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
1181911819
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==

0 commit comments

Comments
 (0)