Skip to content

Commit 068382a

Browse files
authored
Remove unused dependencies (#288)
1 parent 47144ad commit 068382a

File tree

4 files changed

+2
-10
lines changed

4 files changed

+2
-10
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -521,10 +521,6 @@ Copyright © 2014 Taylor Hakes
521521
Copyright © 2014 Forbes Lindesay
522522
License: [MIT](https://github.com/taylorhakes/promise-polyfill/blob/master/LICENSE)
523523

524-
[**prop-types**](https://github.com/facebook/prop-types)
525-
Copyright © 2013-present, Facebook, Inc.
526-
License: [MIT](https://github.com/facebook/prop-types/blob/master/LICENSE)
527-
528524
[**react-is**](https://github.com/facebook/react)
529525
Copyright © Facebook, Inc. and its affiliates.
530526
License: [MIT](https://github.com/facebook/react/blob/master/LICENSE)

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"dependencies": {
4444
"@optimizely/optimizely-sdk": "^5.3.4",
4545
"hoist-non-react-statics": "^3.3.2",
46-
"prop-types": "^15.8.1",
4746
"utility-types": "^2.1.0 || ^3.0.0"
4847
},
4948
"peerDependencies": {
@@ -58,7 +57,6 @@
5857
"@testing-library/react": "^14.3.0",
5958
"@types/hoist-non-react-statics": "^3.3.5",
6059
"@types/jest": "^29.5.12",
61-
"@types/prop-types": "^15.7.12",
6260
"@types/react": "^18.0.15",
6361
"@types/react-dom": "^18.0.6",
6462
"@typescript-eslint/eslint-plugin": "^5.6.2",
@@ -78,7 +76,6 @@
7876
"rollup": "^3.29.4",
7977
"rollup-plugin-typescript2": "^0.36.0",
8078
"ts-jest": "^29.2.3",
81-
"tslib": "^2.6.3",
8279
"typescript": "^5.5.4"
8380
}
8481
}

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"noImplicitReturns": true,
99
"noImplicitThis": true,
1010
"noImplicitAny": true,
11-
"importHelpers": false,
1211
"strictNullChecks": true,
1312
"noLib": false,
1413
"emitDecoratorMetadata": true,

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@
860860
dependencies:
861861
undici-types "~6.13.0"
862862

863-
"@types/prop-types@*", "@types/prop-types@^15.7.12":
863+
"@types/prop-types@*":
864864
version "15.7.12"
865865
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.12.tgz#12bb1e2be27293c1406acb6af1c3f3a1481d98c6"
866866
integrity sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==
@@ -4664,7 +4664,7 @@ tslib@^1.8.1:
46644664
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
46654665
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
46664666

4667-
tslib@^2.1.0, tslib@^2.6.2, tslib@^2.6.3:
4667+
tslib@^2.1.0, tslib@^2.6.2:
46684668
version "2.6.3"
46694669
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
46704670
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==

0 commit comments

Comments
 (0)