Skip to content

Commit

Permalink
chore(gatsby): upgrade null-loader (#22410)
Browse files Browse the repository at this point in the history
  • Loading branch information
beliayeu committed Mar 20, 2020
1 parent e1a7313 commit 07b1434
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Expand Up @@ -104,7 +104,7 @@
"moment": "^2.24.0",
"name-all-modules-plugin": "^1.0.1",
"normalize-path": "^2.1.1",
"null-loader": "^0.1.1",
"null-loader": "^3.0.0",
"opentracing": "^0.14.4",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"p-defer": "^3.0.0",
Expand Down
10 changes: 7 additions & 3 deletions yarn.lock
Expand Up @@ -16945,9 +16945,13 @@ nth-check@^1.0.1, nth-check@~1.0.1:
dependencies:
boolbase "~1.0.0"

null-loader@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/null-loader/-/null-loader-0.1.1.tgz#17be9abfcd3ff0e1512f6fc4afcb1f5039378fae"
null-loader@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/null-loader/-/null-loader-3.0.0.tgz#3e2b6c663c5bda8c73a54357d8fa0708dc61b245"
integrity sha512-hf5sNLl8xdRho4UPBOOeoIwT3WhjYcMUQm0zj44EhD6UscMAz72o2udpoDFBgykucdEDGIcd6SXbc/G6zssbzw==
dependencies:
loader-utils "^1.2.3"
schema-utils "^1.0.0"

num2fraction@^1.2.2:
version "1.2.2"
Expand Down

0 comments on commit 07b1434

Please sign in to comment.