upgrade cli deps

This commit is contained in:
wxzhang 2023-01-28 10:32:34 +08:00
parent c11e9690c3
commit 613f837faa
12 changed files with 32 additions and 28 deletions

View File

@ -10,7 +10,8 @@
"docs:build": " dumi build", "docs:build": " dumi build",
"docs:dev": "cross-env NODE_OPTIONS=--openssl-legacy-provider dumi dev ", "docs:dev": "cross-env NODE_OPTIONS=--openssl-legacy-provider dumi dev ",
"publish:auto": "autopub --all", "publish:auto": "autopub --all",
"publish:all": "autopub" "publish:all": "autopub",
"publish:test": "autopub --test"
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",
@ -33,7 +34,7 @@
"gulp": "^4.0.2", "gulp": "^4.0.2",
"inquirer": "^8.2.4", "inquirer": "^8.2.4",
"jest": "^27.5.1", "jest": "^27.5.1",
"logsets": "^1.0.20", "logsets": "^1.0.21",
"pnpm": "^7.9.0", "pnpm": "^7.9.0",
"prettier": "^2.7.1", "prettier": "^2.7.1",
"rollup": "^2.77.2", "rollup": "^2.77.2",

View File

@ -1,6 +1,6 @@
{ {
"name": "@voerkai18n/babel", "name": "@voerkai18n/babel",
"version": "1.0.35", "version": "1.0.36",
"description": "Babel插件实现自动导入t函数和自动文本映射", "description": "Babel插件实现自动导入t函数和自动文本映射",
"main": "index.js", "main": "index.js",
"homepage": "https://gitee.com/zhangfisher/voerka-i18n", "homepage": "https://gitee.com/zhangfisher/voerka-i18n",
@ -17,5 +17,5 @@
"dependencies": { "dependencies": {
"@voerkai18n/utils": "workspace:latest" "@voerkai18n/utils": "workspace:latest"
}, },
"lastPublish": "2023-01-27T22:16:51+08:00" "lastPublish": "2023-01-28T10:17:03+08:00"
} }

View File

@ -1,3 +1,6 @@
/**
* 注意执行compile命令会生新后成本文件所以请不要修改本文件
*/
const messageIds = require("./idMap") const messageIds = require("./idMap")
const { translate,i18nScope } = require("@voerkai18n/runtime") const { translate,i18nScope } = require("@voerkai18n/runtime")

View File

@ -1,6 +1,6 @@
{ {
"name": "@voerkai18n/cli", "name": "@voerkai18n/cli",
"version": "1.0.49", "version": "1.0.51",
"description": "命令行工具,用来初始化/提取/编译/自动翻译等工具链", "description": "命令行工具,用来初始化/提取/编译/自动翻译等工具链",
"main": "index.js", "main": "index.js",
"homepage": "https://gitee.com/zhangfisher/voerka-i18n", "homepage": "https://gitee.com/zhangfisher/voerka-i18n",
@ -40,12 +40,12 @@
"fs-extra": "^10.0.1", "fs-extra": "^10.0.1",
"glob": "^7.2.0", "glob": "^7.2.0",
"gulp": "^4.0.2", "gulp": "^4.0.2",
"logsets": "^1.0.20", "logsets": "^1.0.21",
"md5": "^2.3.0", "md5": "^2.3.0",
"qs": "^6.10.3", "qs": "^6.10.3",
"shelljs": "^0.8.5", "shelljs": "^0.8.5",
"through2": "^4.0.2", "through2": "^4.0.2",
"vinyl": "^2.2.1" "vinyl": "^2.2.1"
}, },
"lastPublish": "2023-01-27T22:16:44+08:00" "lastPublish": "2023-01-28T10:31:43+08:00"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@voerkai18n/formatters", "name": "@voerkai18n/formatters",
"version": "1.0.18", "version": "1.0.19",
"description": "格式化器,提供对要翻译文本的转换功能", "description": "格式化器,提供对要翻译文本的转换功能",
"main": "index.js", "main": "index.js",
"homepage": "https://gitee.com/zhangfisher/voerka-i18n", "homepage": "https://gitee.com/zhangfisher/voerka-i18n",
@ -20,5 +20,5 @@
"dependencies": { "dependencies": {
"dayjs": "^1.11.0" "dayjs": "^1.11.0"
}, },
"lastPublish": "2023-01-27T22:16:05+08:00" "lastPublish": "2023-01-28T10:16:25+08:00"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@voerkai18n/react", "name": "@voerkai18n/react",
"version": "1.0.14", "version": "1.0.15",
"description": "React支持,提供语言切换等功能", "description": "React支持,提供语言切换等功能",
"main": "index.jsx", "main": "index.jsx",
"typings": "index.d.ts", "typings": "index.d.ts",
@ -22,5 +22,5 @@
"peerDependencies": { "peerDependencies": {
"react": "^17.0.2" "react": "^17.0.2"
}, },
"lastPublish": "2023-01-27T22:16:30+08:00" "lastPublish": "2023-01-28T10:16:33+08:00"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@voerkai18n/runtime", "name": "@voerkai18n/runtime",
"version": "1.1.21", "version": "1.1.23",
"description": "核心运行时", "description": "核心运行时",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.esm.js", "module": "./dist/index.esm.js",
@ -40,5 +40,5 @@
"rollup-plugin-clear": "^2.0.7", "rollup-plugin-clear": "^2.0.7",
"rollup-plugin-terser": "^7.0.2" "rollup-plugin-terser": "^7.0.2"
}, },
"lastPublish": "2023-01-27T22:15:57+08:00" "lastPublish": "2023-01-28T10:16:18+08:00"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@voerkai18n/utils", "name": "@voerkai18n/utils",
"version": "1.0.24", "version": "1.0.25",
"description": "公共工具库", "description": "公共工具库",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@ -13,5 +13,5 @@
"fs-extra": "^10.0.1", "fs-extra": "^10.0.1",
"shelljs": "^0.8.5" "shelljs": "^0.8.5"
}, },
"lastPublish": "2023-01-27T22:15:40+08:00" "lastPublish": "2023-01-28T10:15:51+08:00"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@voerkai18n/vite", "name": "@voerkai18n/vite",
"version": "1.0.24", "version": "1.0.25",
"description": "Vite插件,提供自动插入翻译函数和文本映射等功能", "description": "Vite插件,提供自动插入翻译函数和文本映射等功能",
"homepage": "https://gitee.com/zhangfisher/voerka-i18n", "homepage": "https://gitee.com/zhangfisher/voerka-i18n",
"repository": { "repository": {
@ -18,7 +18,7 @@
"dependencies": { "dependencies": {
"@voerkai18n/utils": "workspace:latest" "@voerkai18n/utils": "workspace:latest"
}, },
"lastPublish": "2023-01-27T22:17:01+08:00", "lastPublish": "2023-01-28T10:17:10+08:00",
"devDependencies": { "devDependencies": {
"vite": "^4.0.4" "vite": "^4.0.4"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@voerkai18n/vue", "name": "@voerkai18n/vue",
"version": "1.0.17", "version": "1.0.18",
"description": "Vue3插件,提供自动插件翻译函数和语言切换功能", "description": "Vue3插件,提供自动插件翻译函数和语言切换功能",
"main": "index.js", "main": "index.js",
"typings": "index.d.ts", "typings": "index.d.ts",
@ -19,5 +19,5 @@
"@voerkai18n/runtime": "workspace:^1.1.16", "@voerkai18n/runtime": "workspace:^1.1.16",
"vue": "latest" "vue": "latest"
}, },
"lastPublish": "2023-01-27T22:17:08+08:00" "lastPublish": "2023-01-28T10:17:20+08:00"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "voerkai18n-loader", "name": "voerkai18n-loader",
"version": "1.0.4", "version": "1.0.5",
"description": "voerkai18n loader for webpack", "description": "voerkai18n loader for webpack",
"main": "loader.js", "main": "loader.js",
"homepage": "https://gitee.com/zhangfisher/voerka-i18n", "homepage": "https://gitee.com/zhangfisher/voerka-i18n",
@ -20,5 +20,5 @@
"dependencies": { "dependencies": {
"@voerkai18n/utils": "workspace:^1.0.21" "@voerkai18n/utils": "workspace:^1.0.21"
}, },
"lastPublish": "2023-01-27T22:17:17+08:00" "lastPublish": "2023-01-28T10:17:38+08:00"
} }

14
pnpm-lock.yaml generated
View File

@ -22,7 +22,7 @@ importers:
gulp: ^4.0.2 gulp: ^4.0.2
inquirer: ^8.2.4 inquirer: ^8.2.4
jest: ^27.5.1 jest: ^27.5.1
logsets: ^1.0.20 logsets: ^1.0.21
pnpm: ^7.9.0 pnpm: ^7.9.0
prettier: ^2.7.1 prettier: ^2.7.1
rollup: ^2.77.2 rollup: ^2.77.2
@ -51,7 +51,7 @@ importers:
gulp: 4.0.2 gulp: 4.0.2
inquirer: 8.2.4 inquirer: 8.2.4
jest: 27.5.1 jest: 27.5.1
logsets: 1.0.20 logsets: 1.0.21
pnpm: 7.9.0 pnpm: 7.9.0
prettier: 2.7.1 prettier: 2.7.1
rollup: 2.77.2 rollup: 2.77.2
@ -219,7 +219,7 @@ importers:
fs-extra: ^10.0.1 fs-extra: ^10.0.1
glob: ^7.2.0 glob: ^7.2.0
gulp: ^4.0.2 gulp: ^4.0.2
logsets: ^1.0.20 logsets: ^1.0.21
md5: ^2.3.0 md5: ^2.3.0
qs: ^6.10.3 qs: ^6.10.3
shelljs: ^0.8.5 shelljs: ^0.8.5
@ -238,7 +238,7 @@ importers:
fs-extra: 10.1.0 fs-extra: 10.1.0
glob: 7.2.3 glob: 7.2.3
gulp: 4.0.2 gulp: 4.0.2
logsets: 1.0.20 logsets: 1.0.21
md5: 2.3.0 md5: 2.3.0
qs: 6.11.0 qs: 6.11.0
shelljs: 0.8.5 shelljs: 0.8.5
@ -4666,7 +4666,7 @@ packages:
enquirer: 2.3.6 enquirer: 2.3.6
fast-glob: 3.2.11 fast-glob: 3.2.11
fs-extra: 10.1.0 fs-extra: 10.1.0
logsets: 1.0.20 logsets: 1.0.21
semver: 7.3.7 semver: 7.3.7
shelljs: 0.8.5 shelljs: 0.8.5
dev: true dev: true
@ -11201,8 +11201,8 @@ packages:
is-unicode-supported: 0.1.0 is-unicode-supported: 0.1.0
dev: true dev: true
/logsets/1.0.20: /logsets/1.0.21:
resolution: {integrity: sha512-2ch4+TSciSTFAkkIv9tL7xOMe0Tg+XYsR//EAcMW2227bWjscReAoz2GLkjIMJMACHVZIyXmKrohtiV9z6M1iQ==} resolution: {integrity: sha512-H9QS4CjAszUvY3QjprOT2+HHcdfSKVaYvdXR68MDMcMK18zMc1GsAlOq12uJ4K72ImJcjTMj8NvhQ0WXe42+7w==}
dependencies: dependencies:
'@babel/runtime-corejs3': 7.18.9 '@babel/runtime-corejs3': 7.18.9
ansicolor: 1.1.100 ansicolor: 1.1.100