Skip to content

Commit f7a65cf

Browse files
committed
fix: require [email protected]
1 parent d376f57 commit f7a65cf

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
"dependencies": {
3232
"deepmerge": "^4.2.2",
33-
"sass": "~1.34.1",
33+
"sass": "~1.32.13",
3434
"sass-loader": "^10.2.0",
3535
"vuetify": "^2.5.3",
3636
"vuetify-loader": "^1.7.2"

renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"dependencies"
1010
],
1111
"ignoreDeps": [
12+
"sass",
1213
"typescript"
1314
]
1415
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9909,10 +9909,10 @@ sass-loader@^10.2.0:
99099909
schema-utils "^3.0.0"
99109910
semver "^7.3.2"
99119911

9912-
sass@~1.34.1:
9913-
version "1.34.1"
9914-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.34.1.tgz#30f45c606c483d47b634f1e7371e13ff773c96ef"
9915-
integrity sha512-scLA7EIZM+MmYlej6sdVr0HRbZX5caX5ofDT9asWnUJj21oqgsC+1LuNfm0eg+vM0fCTZHhwImTiCU0sx9h9CQ==
9912+
sass@~1.32.13:
9913+
version "1.32.13"
9914+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.32.13.tgz#8d29c849e625a415bce71609c7cf95e15f74ed00"
9915+
integrity sha512-dEgI9nShraqP7cXQH+lEXVf73WOPCse0QlFzSD8k+1TcOxCMwVXfQlr0jtoluZysQOyJGnfr21dLvYKDJq8HkA==
99169916
dependencies:
99179917
chokidar ">=3.0.0 <4.0.0"
99189918

0 commit comments

Comments
 (0)