Skip to content

Commit 011dc4c

Browse files
committed
chore: Fix ci errors.
kktjs/kkt#340 TypeError: MiniCssExtractPlugin is not a constructor
1 parent 3c9b016 commit 011dc4c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"husky": "7.0.4",
6363
"kkt": "7.0.5",
6464
"lint-staged": "12.1.7",
65+
"mini-css-extract-plugin": "^2.4.5",
6566
"prettier": "2.5.1",
6667
"react": "17.0.2",
6768
"react-dom": "17.0.2",
@@ -71,16 +72,16 @@
7172
"uiw": "4.9.9"
7273
},
7374
"dependencies": {
75+
"@babel/core": "7.16.7",
7476
"@babel/plugin-transform-classes": "7.16.7",
7577
"@babel/runtime": "7.16.7",
7678
"@babel/standalone": "7.16.9",
77-
"@babel/core": "7.16.7",
7879
"@codemirror/lang-javascript": "0.19.6",
7980
"@uiw/copy-to-clipboard": "1.0.12",
8081
"@uiw/react-codemirror": "4.3.3",
81-
"@uiw/react-split": "5.8.5",
82-
"@uiw/react-codesandbox": "1.1.4",
8382
"@uiw/react-codepen": "1.0.2",
83+
"@uiw/react-codesandbox": "1.1.4",
84+
"@uiw/react-split": "5.8.5",
8485
"babel-plugin-transform-remove-imports": "1.7.0"
8586
},
8687
"eslintConfig": {

0 commit comments

Comments
 (0)