Skip to content

Commit 3905125

Browse files
Joey Marshment-HowellTim Roes
andauthored
🪟 🔧 Add TS CSS modules plugin (#22646)
* add ts css modules plugin for autocomplete * Update vulnerable versions --------- Co-authored-by: Tim Roes <[email protected]>
1 parent f330783 commit 3905125

File tree

3 files changed

+249
-17
lines changed

3 files changed

+249
-17
lines changed

airbyte-webapp/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@
168168
"tmpl": "^1.0.5",
169169
"ts-node": "^10.8.1",
170170
"typescript": "^4.9.5",
171+
"typescript-plugin-css-modules": "^4.1.1",
171172
"vite": "^4.0.4",
172173
"vite-plugin-checker": "^0.5.5",
173174
"vite-plugin-svgr": "^2.4.0",
@@ -202,6 +203,11 @@
202203
"pnpm": {
203204
"patchedDependencies": {
204205
206+
},
207+
"overrides": {
208+
"json5@<1.0.2": ">=1.0.2",
209+
"postcss@<7.0.36": ">=7.0.36",
210+
"loader-utils@<1.4.1": ">=1.4.1"
205211
}
206212
}
207213
}

0 commit comments

Comments
 (0)