chore: update icons pkg

pull/5333/head
tangjinzhou 2022-03-13 16:10:39 +08:00
parent 1750e163c0
commit bf2ee6f5bd
2 changed files with 2 additions and 4 deletions

View File

@ -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",

View File

@ -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,