This commit is contained in:
wxzhang 2023-01-28 14:59:22 +08:00
parent cbd298e1a0
commit 82c331fffe
3 changed files with 7 additions and 7 deletions

View File

@ -22,7 +22,7 @@
"@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.1.0", "@rollup/plugin-commonjs": "^21.1.0",
"@vuepress/client": "2.0.0-beta.49", "@vuepress/client": "2.0.0-beta.49",
"autopub": "^1.0.2", "autopub": "^1.0.4",
"commander": "^9.4.0", "commander": "^9.4.0",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"dayjs": "^1.11.4", "dayjs": "^1.11.4",

View File

@ -1,8 +1,8 @@
/** /**
* 通用格式化器 * 通用格式化器
*/ */
import './datetime.formatters.js'; export * from './datetime.formatters.js';
import './currency.formatters.js'; export * from './currency.formatters.js';

8
pnpm-lock.yaml generated
View File

@ -10,7 +10,7 @@ importers:
'@rollup/plugin-babel': ^5.3.1 '@rollup/plugin-babel': ^5.3.1
'@rollup/plugin-commonjs': ^21.1.0 '@rollup/plugin-commonjs': ^21.1.0
'@vuepress/client': 2.0.0-beta.49 '@vuepress/client': 2.0.0-beta.49
autopub: ^1.0.2 autopub: ^1.0.4
commander: ^9.4.0 commander: ^9.4.0
cross-env: ^7.0.3 cross-env: ^7.0.3
dayjs: ^1.11.4 dayjs: ^1.11.4
@ -39,7 +39,7 @@ importers:
'@rollup/plugin-babel': 5.3.1_tui6liyexu3zy4m5r2rytc7ixu '@rollup/plugin-babel': 5.3.1_tui6liyexu3zy4m5r2rytc7ixu
'@rollup/plugin-commonjs': 21.1.0_rollup@2.77.2 '@rollup/plugin-commonjs': 21.1.0_rollup@2.77.2
'@vuepress/client': 2.0.0-beta.49 '@vuepress/client': 2.0.0-beta.49
autopub: 1.0.2 autopub: 1.0.4
commander: 9.4.0 commander: 9.4.0
cross-env: 7.0.3 cross-env: 7.0.3
dayjs: 1.11.4 dayjs: 1.11.4
@ -4657,8 +4657,8 @@ packages:
postcss-value-parser: 4.2.0 postcss-value-parser: 4.2.0
dev: true dev: true
/autopub/1.0.2: /autopub/1.0.4:
resolution: {integrity: sha512-TrwUD4HSZqb15iv97eKzjG8HSFhKmp6MwC8QC9aCx9Sd6Y8+LJ6zGOW5hBK57GcUMu1CL/QkHrYXR+uT7qTDvQ==} resolution: {integrity: sha512-z5l7z9NV4zPCHGwD2d7xrNWXgiS5RwlEBbB79IH3T74JUFG+JKr4wFx1Ar4BIw5Llgf4c/aT86JLhZY5LmlzSQ==}
hasBin: true hasBin: true
dependencies: dependencies:
commander: 9.4.0 commander: 9.4.0