IO-2742-redis - Merge Release / Up deps (prior to parking)

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-09-24 14:44:22 -04:00
parent 93f6a80fda
commit b13c42b02f
5 changed files with 1116 additions and 1066 deletions

View File

@@ -197,5 +197,13 @@ export default defineConfig({
".js": "jsx"
}
}
},
css: {
preprocessorOptions: {
scss: {
api: "modern-compiler",
quietDeps: true // Quite Deprecation Warnings, should be disabled occasionally before major upgrades
}
}
}
});