File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 266
266
"xhr-mock" : " ^2.5.1"
267
267
},
268
268
"dependencies" : {
269
- "@ant-design/colors" : " ^5 .0.0" ,
270
- "@ant-design/icons-vue" : " ^6.0 .0" ,
269
+ "@ant-design/colors" : " ^6 .0.0" ,
270
+ "@ant-design/icons-vue" : " ^6.1 .0" ,
271
271
"@babel/runtime" : " ^7.10.5" ,
272
272
"@simonwep/pickr" : " ~1.8.0" ,
273
273
"array-tree-filter" : " ^2.1.0" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import md from '../plugin/md';
4
4
import docs from '../plugin/docs' ;
5
5
import vueJsx from '@vitejs/plugin-vue-jsx' ;
6
6
import { additionalData } from './themeConfig' ;
7
- import defaultVar from '../scripts/default-vars' ;
8
7
/**
9
8
* @type {import('vite').UserConfig }
10
9
*/
@@ -48,7 +47,6 @@ export default {
48
47
less : {
49
48
modifyVars : {
50
49
hack : `true;@import "${ require . resolve ( '../components/style/color/colorPalette.less' ) } ";` ,
51
- ...defaultVar ,
52
50
'root-entry-name' : 'variable' ,
53
51
} ,
54
52
javascriptEnabled : true ,
You can’t perform that action at this time.
0 commit comments