Skip to content

Commit

Permalink
chore(deps): bump mini-css-extract-plugin from 1.6.2 to 2.9.2
Browse files Browse the repository at this point in the history
Signed-off-by: Chawye Hsu <[email protected]>
  • Loading branch information
chawyehsu committed Jan 19, 2025
1 parent 7551f99 commit 159515a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/@alterjs/saber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"joycon": "^3.1.1",
"lodash.merge": "4.6.2",
"log-update": "^3.2.0",
"mini-css-extract-plugin": "1.6.2",
"mini-css-extract-plugin": "^2.9.2",
"polka": "0.5.2",
"postcss": "^8.5.1",
"postcss-loader": "4.3.0",
Expand Down
1 change: 0 additions & 1 deletion packages/@alterjs/saber/src/plugins/config-css.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import merge from 'lodash.merge'
import type Config from 'rspack-chain'
import { EsbuildPlugin } from 'esbuild-loader'
// @ts-expect-error - no types
import MiniCssExtractPlugin from 'mini-css-extract-plugin'
import getFileNames from '../utils/getFileNames'
import type { SaberPlugin } from '..'
Expand Down

0 comments on commit 159515a

Please sign in to comment.