Skip to content

Commit

Permalink
chore: downgrade sass dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jeripeierSBB committed Jul 10, 2024
1 parent 1736e79 commit b76f93d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"rollup-plugin-postcss-lit": "2.1.0",
"sass": "1.77.7",
"sass": "1.77.6",
"sinon": "18.0.0",
"storybook": "8.2.1",
"stylelint": "16.6.1",
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"enabled": false
},
{
"matchPackageNames": ["jackspeak", "@web/dev-server-core"],
"matchPackageNames": ["jackspeak", "@web/dev-server-core", "sass"],
"enabled": false
},
{
Expand Down
11 changes: 1 addition & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9124,16 +9124,7 @@ sass-lookup@^5.0.1:
dependencies:
commander "^10.0.1"

[email protected]:
version "1.77.7"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.77.7.tgz#ef3520edc8f59da089f25891d8a6bebf93668ee0"
integrity sha512-9ywH75cO+rLjbrZ6en3Gp8qAMwPGBapFtlsMJoDTkcMU/bSe5a6cjKVUn5Jr4Gzg5GbP3HE8cm+02pLCgcoMow==
dependencies:
chokidar ">=3.0.0 <4.0.0"
immutable "^4.0.0"
source-map-js ">=0.6.2 <2.0.0"

sass@^1.71.1:
[email protected], sass@^1.71.1:
version "1.77.6"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.77.6.tgz#898845c1348078c2e6d1b64f9ee06b3f8bd489e4"
integrity sha512-ByXE1oLD79GVq9Ht1PeHWCPMPB8XHpBuz1r85oByKHjZY6qV6rWnQovQzXJXuQ/XyE1Oj3iPk3lo28uzaRA2/Q==
Expand Down

0 comments on commit b76f93d

Please sign in to comment.