chore: update icons pkg
parent
1750e163c0
commit
bf2ee6f5bd
|
@ -266,8 +266,8 @@
|
|||
"xhr-mock": "^2.5.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ant-design/colors": "^5.0.0",
|
||||
"@ant-design/icons-vue": "^6.0.0",
|
||||
"@ant-design/colors": "^6.0.0",
|
||||
"@ant-design/icons-vue": "^6.1.0",
|
||||
"@babel/runtime": "^7.10.5",
|
||||
"@simonwep/pickr": "~1.8.0",
|
||||
"array-tree-filter": "^2.1.0",
|
||||
|
|
|
@ -4,7 +4,6 @@ import md from '../plugin/md';
|
|||
import docs from '../plugin/docs';
|
||||
import vueJsx from '@vitejs/plugin-vue-jsx';
|
||||
import { additionalData } from './themeConfig';
|
||||
import defaultVar from '../scripts/default-vars';
|
||||
/**
|
||||
* @type {import('vite').UserConfig}
|
||||
*/
|
||||
|
@ -48,7 +47,6 @@ export default {
|
|||
less: {
|
||||
modifyVars: {
|
||||
hack: `true;@import "${require.resolve('../components/style/color/colorPalette.less')}";`,
|
||||
...defaultVar,
|
||||
'root-entry-name': 'variable',
|
||||
},
|
||||
javascriptEnabled: true,
|
||||
|
|
Loading…
Reference in New Issue