Skip to content

Commit

Permalink
chore(deps): bump json5 and loader-utils in /packages/compiler-sass
Browse files Browse the repository at this point in the history
Removes [json5](https://github.com/json5/json5). It's no longer used after updating ancestor dependency [loader-utils](https://github.com/webpack/loader-utils). These dependencies need to be updated together.


Removes `json5`

Updates `loader-utils` from 1.4.0 to 3.2.1
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/master/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.0...v3.2.1)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
- dependency-name: loader-utils
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 1, 2023
1 parent 96ab19e commit 21cc3b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 32 deletions.
34 changes: 3 additions & 31 deletions packages/compiler-sass/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/compiler-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"license": "MIT",
"dependencies": {
"loader-utils": "^1.1.0",
"loader-utils": "^3.2.1",
"sass": "^1.26.9"
},
"devDependencies": {
Expand Down

0 comments on commit 21cc3b8

Please sign in to comment.