File tree Expand file tree Collapse file tree 4 files changed +2
-10
lines changed Expand file tree Collapse file tree 4 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -521,10 +521,6 @@ Copyright © 2014 Taylor Hakes
521
521
Copyright © ; 2014 Forbes Lindesay
522
522
License: [ MIT] ( https://github.com/taylorhakes/promise-polyfill/blob/master/LICENSE )
523
523
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
-
528
524
[ ** react-is** ] ( https://github.com/facebook/react )
529
525
Copyright © ; Facebook, Inc. and its affiliates.
530
526
License: [ MIT] ( https://github.com/facebook/react/blob/master/LICENSE )
Original file line number Diff line number Diff line change 43
43
"dependencies" : {
44
44
"@optimizely/optimizely-sdk" : " ^5.3.4" ,
45
45
"hoist-non-react-statics" : " ^3.3.2" ,
46
- "prop-types" : " ^15.8.1" ,
47
46
"utility-types" : " ^2.1.0 || ^3.0.0"
48
47
},
49
48
"peerDependencies" : {
58
57
"@testing-library/react" : " ^14.3.0" ,
59
58
"@types/hoist-non-react-statics" : " ^3.3.5" ,
60
59
"@types/jest" : " ^29.5.12" ,
61
- "@types/prop-types" : " ^15.7.12" ,
62
60
"@types/react" : " ^18.0.15" ,
63
61
"@types/react-dom" : " ^18.0.6" ,
64
62
"@typescript-eslint/eslint-plugin" : " ^5.6.2" ,
78
76
"rollup" : " ^3.29.4" ,
79
77
"rollup-plugin-typescript2" : " ^0.36.0" ,
80
78
"ts-jest" : " ^29.2.3" ,
81
- "tslib" : " ^2.6.3" ,
82
79
"typescript" : " ^5.5.4"
83
80
}
84
81
}
Original file line number Diff line number Diff line change 8
8
"noImplicitReturns" : true ,
9
9
"noImplicitThis" : true ,
10
10
"noImplicitAny" : true ,
11
- "importHelpers" : false ,
12
11
"strictNullChecks" : true ,
13
12
"noLib" : false ,
14
13
"emitDecoratorMetadata" : true ,
Original file line number Diff line number Diff line change 860
860
dependencies :
861
861
undici-types "~6.13.0"
862
862
863
- " @types/prop-types@*" , "@types/prop-types@^15.7.12" :
863
+ " @types/prop-types@* " :
864
864
version "15.7.12"
865
865
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.12.tgz#12bb1e2be27293c1406acb6af1c3f3a1481d98c6"
866
866
integrity sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==
@@ -4664,7 +4664,7 @@ tslib@^1.8.1:
4664
4664
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
4665
4665
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
4666
4666
4667
- tslib@^2.1.0, tslib@^2.6.2, tslib@^2.6.3 :
4667
+ tslib@^2.1.0, tslib@^2.6.2 :
4668
4668
version "2.6.3"
4669
4669
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
4670
4670
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==
You can’t perform that action at this time.
0 commit comments