Skip to content

Commit

Permalink
🪟 🔧 Add TS CSS modules plugin (#22646)
Browse files Browse the repository at this point in the history
* add ts css modules plugin for autocomplete

* Update vulnerable versions

---------

Co-authored-by: Tim Roes <tim@airbyte.io>
  • Loading branch information
josephkmh and timroes authored Feb 9, 2023
1 parent f330783 commit 3905125
Show file tree
Hide file tree
Showing 3 changed files with 249 additions and 17 deletions.
6 changes: 6 additions & 0 deletions airbyte-webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@
"tmpl": "^1.0.5",
"ts-node": "^10.8.1",
"typescript": "^4.9.5",
"typescript-plugin-css-modules": "^4.1.1",
"vite": "^4.0.4",
"vite-plugin-checker": "^0.5.5",
"vite-plugin-svgr": "^2.4.0",
Expand Down Expand Up @@ -202,6 +203,11 @@
"pnpm": {
"patchedDependencies": {
"react-virtualized@9.22.3": "patches/react-virtualized@9.22.3.patch"
},
"overrides": {
"json5@<1.0.2": ">=1.0.2",
"postcss@<7.0.36": ">=7.0.36",
"loader-utils@<1.4.1": ">=1.4.1"
}
}
}
Loading

0 comments on commit 3905125

Please sign in to comment.