Skip to content

Commit 24bacb9

Browse files
chore(deps-dev): update sass requirement in /example (#2476)
Updates the requirements on [sass](https://github.com/sass/dart-sass) to permit the latest version. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.93.1...1.93.2) --- updated-dependencies: - dependency-name: sass dependency-version: 1.93.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6249f3b commit 24bacb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@vitejs/plugin-vue": "^6.0.1",
22-
"sass": "^1.93.1",
22+
"sass": "^1.93.2",
2323
"typescript": "^5.9.2",
2424
"vite": "^7.1.7",
2525
"vue-tsc": "^3.0.8"

0 commit comments

Comments
 (0)