Skip to content

Commit 9fa198d

Browse files
authored
Merge pull request #203 from ticky/renovate/loader-utils-2.x
Update dependency loader-utils to v2
2 parents 8af96b4 + 559fc99 commit 9fa198d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"he": "^1.1.1",
3636
"highlight.js": "^9.6.0",
3737
"jsesc": "^2.2.0",
38-
"loader-utils": "^1.1.0",
38+
"loader-utils": "^2.0.0",
3939
"markdown-it": "^10.0.0",
4040
"sha.js": "^2.4.5"
4141
},

yarn.lock

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5281,6 +5281,12 @@ json5@^1.0.1:
52815281
dependencies:
52825282
minimist "^1.2.0"
52835283

5284+
json5@^2.1.2:
5285+
version "2.1.2"
5286+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.2.tgz#43ef1f0af9835dd624751a6b7fa48874fb2d608e"
5287+
dependencies:
5288+
minimist "^1.2.5"
5289+
52845290
jsonify@~0.0.0:
52855291
version "0.0.0"
52865292
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
@@ -5430,6 +5436,14 @@ loader-utils@^1.4.0:
54305436
emojis-list "^3.0.0"
54315437
json5 "^1.0.1"
54325438

5439+
loader-utils@^2.0.0:
5440+
version "2.0.0"
5441+
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.0.tgz#e4cace5b816d425a166b5f097e10cd12b36064b0"
5442+
dependencies:
5443+
big.js "^5.2.2"
5444+
emojis-list "^3.0.0"
5445+
json5 "^2.1.2"
5446+
54335447
locate-path@^2.0.0:
54345448
version "2.0.0"
54355449
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"
@@ -5895,6 +5909,10 @@ minimist@^1.1.0, minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0:
58955909
version "1.2.0"
58965910
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
58975911

5912+
minimist@^1.2.5:
5913+
version "1.2.5"
5914+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
5915+
58985916
minimist@~0.0.1:
58995917
version "0.0.10"
59005918
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"

0 commit comments

Comments
 (0)