Skip to content

Commit 799e145

Browse files
committed
package.json: adjust sass version pin
Use "^" instead of "~" to match dependabot's behavior, which bumps minor and patch releases. This is also closer to the behavior of sass-loader, which we use and also depends on sass.
1 parent f3b7d30 commit 799e145

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
"postcss-loader": "^4.0.3",
219219
"postcss-preset-env": "^7.4.2",
220220
"rimraf": "^6.1.2",
221-
"sass": "~1.97.3",
221+
"sass": "^1.97.3",
222222
"sass-loader": "^12.6.0",
223223
"sass-resources-loader": "^2.2.5",
224224
"ts-node": "^8.10.2",

0 commit comments

Comments
 (0)