Skip to content

Commit 78a3255

Browse files
Update dependency loader-utils to v3
1 parent e821a1a commit 78a3255

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,6 @@
111111
},
112112
"resolutions": {
113113
"babel-loader": "8.3.0",
114-
"@storybook/react/**/loader-utils": "^2.0.4"
114+
"@storybook/react/**/loader-utils": "^3.0.0"
115115
}
116116
}

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10998,7 +10998,7 @@ loader-utils@^1.1.0, loader-utils@^1.2.3:
1099810998
emojis-list "^3.0.0"
1099910999
json5 "^1.0.1"
1100011000

11001-
loader-utils@^2.0.0, loader-utils@^2.0.4:
11001+
loader-utils@^2.0.0:
1100211002
version "2.0.4"
1100311003
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.4.tgz#8b5cb38b5c34a9a018ee1fc0e6a066d1dfcc528c"
1100411004
integrity sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==
@@ -11007,6 +11007,11 @@ loader-utils@^2.0.0, loader-utils@^2.0.4:
1100711007
emojis-list "^3.0.0"
1100811008
json5 "^2.1.2"
1100911009

11010+
loader-utils@^3.0.0:
11011+
version "3.2.1"
11012+
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-3.2.1.tgz#4fb104b599daafd82ef3e1a41fb9265f87e1f576"
11013+
integrity sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw==
11014+
1101011015
locate-path@^2.0.0:
1101111016
version "2.0.0"
1101211017
resolved "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz"

0 commit comments

Comments
 (0)