Skip to content

Commit cec5081

Browse files
authored
Allow more acceptable versions of utility-types (#44)
1 parent b9e0b30 commit cec5081

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@optimizely/optimizely-sdk": "4.0.0",
3333
"hoist-non-react-statics": "^3.3.0",
3434
"prop-types": "^15.6.2",
35-
"utility-types": "^2.1.0"
35+
"utility-types": "^2.1.0 || ^3.0.0"
3636
},
3737
"peerDependencies": {
3838
"react": ">=16.8.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4937,10 +4937,10 @@ util.promisify@^1.0.0:
49374937
define-properties "^1.1.2"
49384938
object.getownpropertydescriptors "^2.0.3"
49394939

4940-
utility-types@^2.1.0:
4941-
version "2.1.0"
4942-
resolved "https://registry.yarnpkg.com/utility-types/-/utility-types-2.1.0.tgz#0c78fc9f7eb424d14302222b4ddd13fdb17f44ab"
4943-
integrity sha512-/nP2gqavggo6l38rtQI/CdeV+2fmBGXVvHgj9kV2MAnms3TIi77Mz9BtapPFI0+GZQCqqom0vACQ+VlTTaCovw==
4940+
"utility-types@^2.1.0 || ^3.0.0":
4941+
version "3.10.0"
4942+
resolved "https://registry.yarnpkg.com/utility-types/-/utility-types-3.10.0.tgz#ea4148f9a741015f05ed74fd615e1d20e6bed82b"
4943+
integrity sha512-O11mqxmi7wMKCo6HKFt5AhO4BwY3VV68YU07tgxfz8zJTIxr4BpsezN49Ffwy9j3ZpwwJp4fkRwjRzq3uWE6Rg==
49444944

49454945
uuid@^3.3.2:
49464946
version "3.3.2"

0 commit comments

Comments
 (0)