cmpt-huitu-cli 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cmpt-huitu-cli",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "type": "module",
5
5
  "description": "慧图前端项目工程化 CLI 工具",
6
6
  "main": "index.js",
package/src/versions.js CHANGED
@@ -8,8 +8,8 @@
8
8
  */
9
9
 
10
10
  export const DEPENDENCY_VERSIONS = {
11
- 'cmpt-huitu-ui': '^1.0.6',
12
- 'cmpt-huitu-utils': '^1.0.6',
11
+ 'cmpt-huitu-ui': '^1.0.7',
12
+ 'cmpt-huitu-utils': '^1.0.7',
13
13
  }
14
14
 
15
15
  /**
@@ -189,6 +189,7 @@ export default defineConfig(({ mode, command }) => {
189
189
  'dayjs/plugin/weekOfYear',
190
190
  'dayjs/plugin/isSameOrBefore',
191
191
  'dayjs/plugin/isSameOrAfter',
192
+ 'dayjs/locale/zh-cn',
192
193
  'vxe-table',
193
194
  'xe-utils',
194
195
  ], // 默认情况下,不在 node_modules 中的,链接的包不会被预构建