aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-07-13 17:06:40 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:57 +0300
commit1a6966ed9a80ef223ae2d74a4a5b5fd111942c44 (patch)
treee4d5db54d89a4f0b4bb4f2ab9950ea7bc5275688 /vnext/package.json
parent5381d72827376eee6f4b66bc3e2393af34c26473 (diff)
Bump style-loader from 3.0.0 to 3.1.0
Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/webpack-contrib/style-loader/releases) - [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/style-loader/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: style-loader dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext/package.json')
-rw-r--r--vnext/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/package.json b/vnext/package.json
index 6f3ca8f9..f7ed92c6 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -36,7 +36,7 @@
"postcss-loader": "^6.1.1",
"postcss-preset-env": "^6.7.0",
"react-test-renderer": "^17.0.2",
- "style-loader": "^3.0.0",
+ "style-loader": "^3.1.0",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"webpack": "^5.44.0",