Skip to content

Commit 778decb

Browse files
authored
build(deps): Bumped typescript version (#1648)
* Migrated vite.config to use the new scss API config
1 parent 489c8ff commit 778decb

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,15 @@
9292
"sass-embedded": "~1.78.0",
9393
"sinon": "^20.0.0",
9494
"storybook": "^8.6.12",
95-
"stylelint": "^16.17.0",
95+
"stylelint": "^16.18.0",
9696
"stylelint-config-standard-scss": "^14.0.0",
9797
"stylelint-prettier": "^5.0.3",
9898
"stylelint-scss": "^6.11.1",
9999
"ts-lit-plugin": "^2.0.2",
100100
"tslib": "^2.8.1",
101101
"typedoc": "~0.27.9",
102102
"typedoc-plugin-localization": "^3.0.6",
103-
"typescript": "^5.8.2",
103+
"typescript": "^5.8.3",
104104
"vite": "^6.2.3"
105105
},
106106
"browserslist": [

vite.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ export default defineConfig({
1414
css: {
1515
preprocessorOptions: {
1616
scss: {
17-
includePaths: ['node_modules', 'src'],
17+
api: 'modern-compiler',
18+
loadPaths: ['node_modules', 'src'],
1819
},
1920
},
2021
},

0 commit comments

Comments
 (0)