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 266266 "xhr-mock" : " ^2.5.1"
267267 },
268268 "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" ,
271271 "@babel/runtime" : " ^7.10.5" ,
272272 "@simonwep/pickr" : " ~1.8.0" ,
273273 "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';
44import docs from '../plugin/docs' ;
55import vueJsx from '@vitejs/plugin-vue-jsx' ;
66import { additionalData } from './themeConfig' ;
7- import defaultVar from '../scripts/default-vars' ;
87/**
98 * @type {import('vite').UserConfig }
109 */
@@ -48,7 +47,6 @@ export default {
4847 less : {
4948 modifyVars : {
5049 hack : `true;@import "${ require . resolve ( '../components/style/color/colorPalette.less' ) } ";` ,
51- ...defaultVar ,
5250 'root-entry-name' : 'variable' ,
5351 } ,
5452 javascriptEnabled : true ,
You can’t perform that action at this time.
0 commit comments