Skip to content

Commit 87aa0e7

Browse files
greenkeeper[bot]AlexNisnevich
authored andcommitted
Update style-loader to the latest version 🚀 (#861)
## The dependency [style-loader](https://github.com/webpack-contrib/style-loader) was updated from `0.23.0` to `0.23.1`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update. --- [Find out more about this release](https://github.com/webpack-contrib/style-loader). <details> <summary>FAQ and help</summary> There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new). </details> --- Your [Greenkeeper](https://greenkeeper.io) bot 🌴
1 parent d6fe4c7 commit 87aa0e7

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"shuffle-array": "^1.0.1",
8181
"soundmanager2": "^2.97.20170602",
8282
"source-map-loader": "^0.2.3",
83-
"style-loader": "0.23.0",
83+
"style-loader": "0.23.1",
8484
"substitute-loader": "^1.0.0",
8585
"trianglify": "^1.1.0",
8686
"ts-node": "^7.0.1",

yarn.lock

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,10 @@ add-dom-event-listener@1.x:
674674
dependencies:
675675
object-assign "4.x"
676676

677+
ajv-errors@^1.0.0:
678+
version "1.0.0"
679+
resolved "https://registry.yarnpkg.com/ajv-errors/-/ajv-errors-1.0.0.tgz#ecf021fa108fd17dfb5e6b383f2dd233e31ffc59"
680+
677681
ajv-keywords@^3.0.0, ajv-keywords@^3.1.0:
678682
version "3.2.0"
679683
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.2.0.tgz#e86b819c602cf8821ad637413698f1dec021847a"
@@ -9530,6 +9534,14 @@ schema-utils@^0.4.3, schema-utils@^0.4.4, schema-utils@^0.4.5:
95309534
ajv "^6.1.0"
95319535
ajv-keywords "^3.1.0"
95329536

9537+
schema-utils@^1.0.0:
9538+
version "1.0.0"
9539+
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-1.0.0.tgz#0b79a93204d7b600d4b2850d1f66c2a34951c770"
9540+
dependencies:
9541+
ajv "^6.1.0"
9542+
ajv-errors "^1.0.0"
9543+
ajv-keywords "^3.1.0"
9544+
95339545
screenfull@^3.3.1:
95349546
version "3.3.2"
95359547
resolved "https://registry.yarnpkg.com/screenfull/-/screenfull-3.3.2.tgz#a6adf3b3f5556da812725385880600f5b39fbf25"
@@ -10197,12 +10209,12 @@ strip-url-auth@^1.0.0:
1019710209
version "1.0.1"
1019810210
resolved "https://registry.yarnpkg.com/strip-url-auth/-/strip-url-auth-1.0.1.tgz#22b0fa3a41385b33be3f331551bbb837fa0cd7ae"
1019910211

10200-
style-loader@0.23.0:
10201-
version "0.23.0"
10202-
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-0.23.0.tgz#8377fefab68416a2e05f1cabd8c3a3acfcce74f1"
10212+
style-loader@0.23.1:
10213+
version "0.23.1"
10214+
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-0.23.1.tgz#cb9154606f3e771ab6c4ab637026a1049174d925"
1020310215
dependencies:
1020410216
loader-utils "^1.1.0"
10205-
schema-utils "^0.4.5"
10217+
schema-utils "^1.0.0"
1020610218

1020710219
substitute-loader@^1.0.0:
1020810220
version "1.0.0"

0 commit comments

Comments
 (0)