Skip to content

Commit bf2ee6f

Browse files
committed
chore: update icons pkg
1 parent 1750e16 commit bf2ee6f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@
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",

site/vite.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import md from '../plugin/md';
44
import docs from '../plugin/docs';
55
import vueJsx from '@vitejs/plugin-vue-jsx';
66
import { 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,

0 commit comments

Comments
 (0)