Skip to content

Commit b6e824f

Browse files
chore(deps-dev): Update sass requirement in /example
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.74.1...1.76.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1f4b92d commit b6e824f

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
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@vitejs/plugin-vue": "^5.0.4",
20-
"sass": "^1.74.1",
20+
"sass": "^1.76.0",
2121
"typescript": "^5.4.4",
2222
"vite": "^5.2.8",
2323
"vue-tsc": "^2.0.10"

0 commit comments

Comments
 (0)