Skip to content

Commit c2a43fb

Browse files
committed
chore: Drop a redundant dependency
1 parent b743c7d commit c2a43fb

2 files changed

Lines changed: 2 additions & 18 deletions

File tree

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939
"flat-cache": "^3.0.4",
4040
"micromatch": "^4.0.2",
4141
"react-docgen-typescript": "^1.22.0",
42-
"tslib": "^2.0.0",
43-
"webpack-sources": "^2.2.0"
42+
"tslib": "^2.0.0"
4443
},
4544
"devDependencies": {
4645
"@types/debug": "^4.1.5",
@@ -50,7 +49,6 @@
5049
"@types/micromatch": "^4.0.1",
5150
"@types/node": "^14.0.12",
5251
"@types/react": "^17.0.0",
53-
"@types/webpack-sources": "^2.1.0",
5452
"@typescript-eslint/eslint-plugin": "^4.9.0",
5553
"@typescript-eslint/parser": "^4.9.0",
5654
"auto": "^10.2.3",

yarn.lock

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -982,25 +982,11 @@
982982
"@types/prop-types" "*"
983983
csstype "^3.0.2"
984984

985-
"@types/source-list-map@*":
986-
version "0.1.2"
987-
resolved "https://registry.yarnpkg.com/@types/source-list-map/-/source-list-map-0.1.2.tgz#0078836063ffaf17412349bba364087e0ac02ec9"
988-
integrity sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA==
989-
990985
"@types/stack-utils@^2.0.0":
991986
version "2.0.0"
992987
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.0.tgz#7036640b4e21cc2f259ae826ce843d277dad8cff"
993988
integrity sha512-RJJrrySY7A8havqpGObOB4W92QXKJo63/jFLLgpvOtsGUqbQZ9Sbgl35KMm1DjC6j7AvmmU2bIno+3IyEaemaw==
994989

995-
"@types/webpack-sources@^2.1.0":
996-
version "2.1.0"
997-
resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-2.1.0.tgz#8882b0bd62d1e0ce62f183d0d01b72e6e82e8c10"
998-
integrity sha512-LXn/oYIpBeucgP1EIJbKQ2/4ZmpvRl+dlrFdX7+94SKRUV3Evy3FsfMZY318vGhkWUS5MPhtOM3w1/hCOAOXcg==
999-
dependencies:
1000-
"@types/node" "*"
1001-
"@types/source-list-map" "*"
1002-
source-map "^0.7.3"
1003-
1004990
"@types/yargs-parser@*":
1005991
version "15.0.0"
1006992
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-15.0.0.tgz#cb3f9f741869e20cce330ffbeb9271590483882d"
@@ -6377,7 +6363,7 @@ webpack-merge@^5.7.3:
63776363
clone-deep "^4.0.1"
63786364
wildcard "^2.0.0"
63796365

6380-
webpack-sources@^2.1.1, webpack-sources@^2.2.0:
6366+
webpack-sources@^2.1.1:
63816367
version "2.2.0"
63826368
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-2.2.0.tgz#058926f39e3d443193b6c31547229806ffd02bac"
63836369
integrity sha512-bQsA24JLwcnWGArOKUxYKhX3Mz/nK1Xf6hxullKERyktjNMC4x8koOeaDNTA2fEJ09BdWLbM/iTW0ithREUP0w==

0 commit comments

Comments
 (0)