update deps
This commit is contained in:
parent
9b8f652a95
commit
ff45b9a028
@ -22,7 +22,7 @@
|
||||
"@rollup/plugin-babel": "^5.3.1",
|
||||
"@rollup/plugin-commonjs": "^21.1.0",
|
||||
"@vuepress/client": "2.0.0-beta.49",
|
||||
"autopub": "^1.0.14",
|
||||
"autopub": "^1.0.15",
|
||||
"commander": "^9.4.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"dayjs": "^1.11.4",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@voerkai18n/babel",
|
||||
"version": "1.0.43",
|
||||
"version": "1.0.44",
|
||||
"description": "Babel插件,实现自动导入t函数和自动文本映射",
|
||||
"main": "index.js",
|
||||
"homepage": "https://gitee.com/zhangfisher/voerka-i18n",
|
||||
@ -17,5 +17,5 @@
|
||||
"dependencies": {
|
||||
"@voerkai18n/utils": "workspace:latest"
|
||||
},
|
||||
"lastPublish": "2023-01-28T16:49:54+08:00"
|
||||
"lastPublish": "2023-01-29T17:40:23+08:00"
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@voerkai18n/cli",
|
||||
"version": "1.0.58",
|
||||
"version": "1.0.59",
|
||||
"description": "命令行工具,用来初始化/提取/编译/自动翻译等工具链",
|
||||
"main": "index.js",
|
||||
"homepage": "https://gitee.com/zhangfisher/voerka-i18n",
|
||||
@ -48,5 +48,5 @@
|
||||
"through2": "^4.0.2",
|
||||
"vinyl": "^2.2.1"
|
||||
},
|
||||
"lastPublish": "2023-01-28T16:49:48+08:00"
|
||||
"lastPublish": "2023-01-29T17:40:18+08:00"
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@voerkai18n/utils",
|
||||
"version": "1.0.31",
|
||||
"version": "1.0.32",
|
||||
"description": "公共工具库",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
@ -14,5 +14,5 @@
|
||||
"semver": "^7.3.7",
|
||||
"shelljs": "^0.8.5"
|
||||
},
|
||||
"lastPublish": "2023-01-28T16:49:11+08:00"
|
||||
"lastPublish": "2023-01-29T17:40:07+08:00"
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@voerkai18n/vite",
|
||||
"version": "1.0.32",
|
||||
"version": "1.0.33",
|
||||
"description": "Vite插件,提供自动插入翻译函数和文本映射等功能",
|
||||
"homepage": "https://gitee.com/zhangfisher/voerka-i18n",
|
||||
"repository": {
|
||||
@ -18,7 +18,7 @@
|
||||
"dependencies": {
|
||||
"@voerkai18n/utils": "workspace:latest"
|
||||
},
|
||||
"lastPublish": "2023-01-28T16:50:01+08:00",
|
||||
"lastPublish": "2023-01-29T17:40:29+08:00",
|
||||
"devDependencies": {
|
||||
"vite": "^4.0.4"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "voerkai18n-loader",
|
||||
"version": "1.0.12",
|
||||
"version": "1.0.13",
|
||||
"description": "voerkai18n loader for webpack",
|
||||
"main": "loader.js",
|
||||
"homepage": "https://gitee.com/zhangfisher/voerka-i18n",
|
||||
@ -20,5 +20,5 @@
|
||||
"dependencies": {
|
||||
"@voerkai18n/utils": "workspace:^1.0.21"
|
||||
},
|
||||
"lastPublish": "2023-01-28T16:50:14+08:00"
|
||||
"lastPublish": "2023-01-29T17:40:36+08:00"
|
||||
}
|
80
pnpm-lock.yaml
generated
80
pnpm-lock.yaml
generated
@ -10,7 +10,7 @@ importers:
|
||||
'@rollup/plugin-babel': ^5.3.1
|
||||
'@rollup/plugin-commonjs': ^21.1.0
|
||||
'@vuepress/client': 2.0.0-beta.49
|
||||
autopub: ^1.0.14
|
||||
autopub: ^1.0.15
|
||||
commander: ^9.4.0
|
||||
cross-env: ^7.0.3
|
||||
dayjs: ^1.11.4
|
||||
@ -39,7 +39,7 @@ importers:
|
||||
'@rollup/plugin-babel': 5.3.1_tui6liyexu3zy4m5r2rytc7ixu
|
||||
'@rollup/plugin-commonjs': 21.1.0_rollup@2.77.2
|
||||
'@vuepress/client': 2.0.0-beta.49
|
||||
autopub: 1.0.14
|
||||
autopub: 1.0.15
|
||||
commander: 9.4.0
|
||||
cross-env: 7.0.3
|
||||
dayjs: 1.11.4
|
||||
@ -442,14 +442,14 @@ packages:
|
||||
resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.18.10
|
||||
'@babel/types': 7.20.7
|
||||
|
||||
/@babel/helper-builder-binary-assignment-operator-visitor/7.18.9:
|
||||
resolution: {integrity: sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/helper-explode-assignable-expression': 7.18.6
|
||||
'@babel/types': 7.18.10
|
||||
'@babel/types': 7.20.7
|
||||
|
||||
/@babel/helper-compilation-targets/7.18.9_@babel+core@7.18.10:
|
||||
resolution: {integrity: sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==}
|
||||
@ -531,14 +531,14 @@ packages:
|
||||
resolution: {integrity: sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.18.10
|
||||
'@babel/types': 7.20.7
|
||||
|
||||
/@babel/helper-function-name/7.18.9:
|
||||
resolution: {integrity: sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/template': 7.18.10
|
||||
'@babel/types': 7.18.10
|
||||
'@babel/types': 7.20.7
|
||||
|
||||
/@babel/helper-function-name/7.19.0:
|
||||
resolution: {integrity: sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==}
|
||||
@ -551,13 +551,13 @@ packages:
|
||||
resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.18.10
|
||||
'@babel/types': 7.20.7
|
||||
|
||||
/@babel/helper-member-expression-to-functions/7.18.9:
|
||||
resolution: {integrity: sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.18.10
|
||||
'@babel/types': 7.20.7
|
||||
|
||||
/@babel/helper-member-expression-to-functions/7.20.7:
|
||||
resolution: {integrity: sha512-9J0CxJLq315fEdi4s7xK5TQaNYjZw+nDVpVqr1axNGKzdrdwYBD5b4uKv3n75aABG0rCCTK8Im8Ww7eYfMrZgw==}
|
||||
@ -590,7 +590,7 @@ packages:
|
||||
resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.18.10
|
||||
'@babel/types': 7.20.7
|
||||
|
||||
/@babel/helper-plugin-utils/7.18.9:
|
||||
resolution: {integrity: sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w==}
|
||||
@ -610,7 +610,7 @@ packages:
|
||||
'@babel/helper-annotate-as-pure': 7.18.6
|
||||
'@babel/helper-environment-visitor': 7.18.9
|
||||
'@babel/helper-wrap-function': 7.18.10
|
||||
'@babel/types': 7.18.10
|
||||
'@babel/types': 7.20.7
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
@ -622,7 +622,7 @@ packages:
|
||||
'@babel/helper-member-expression-to-functions': 7.18.9
|
||||
'@babel/helper-optimise-call-expression': 7.18.6
|
||||
'@babel/traverse': 7.18.10
|
||||
'@babel/types': 7.18.10
|
||||
'@babel/types': 7.20.7
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
@ -643,13 +643,13 @@ packages:
|
||||
resolution: {integrity: sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.18.10
|
||||
'@babel/types': 7.20.7
|
||||
|
||||
/@babel/helper-skip-transparent-expression-wrappers/7.18.9:
|
||||
resolution: {integrity: sha512-imytd2gHi3cJPsybLRbmFrF7u5BIEuI2cNheyKi3/iOBC63kNn3q8Crn2xVuESli0aM4KYsyEqKyS7lFL8YVtw==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.18.10
|
||||
'@babel/types': 7.20.7
|
||||
|
||||
/@babel/helper-skip-transparent-expression-wrappers/7.20.0:
|
||||
resolution: {integrity: sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==}
|
||||
@ -661,7 +661,7 @@ packages:
|
||||
resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.18.10
|
||||
'@babel/types': 7.20.7
|
||||
|
||||
/@babel/helper-string-parser/7.18.10:
|
||||
resolution: {integrity: sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==}
|
||||
@ -690,7 +690,7 @@ packages:
|
||||
'@babel/helper-function-name': 7.18.9
|
||||
'@babel/template': 7.18.10
|
||||
'@babel/traverse': 7.18.10
|
||||
'@babel/types': 7.18.10
|
||||
'@babel/types': 7.20.7
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
@ -708,7 +708,7 @@ packages:
|
||||
resolution: {integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/helper-validator-identifier': 7.18.6
|
||||
'@babel/helper-validator-identifier': 7.19.1
|
||||
chalk: 2.4.2
|
||||
js-tokens: 4.0.0
|
||||
|
||||
@ -1305,7 +1305,7 @@ packages:
|
||||
'@babel/helper-hoist-variables': 7.18.6
|
||||
'@babel/helper-module-transforms': 7.18.9
|
||||
'@babel/helper-plugin-utils': 7.18.9
|
||||
'@babel/helper-validator-identifier': 7.18.6
|
||||
'@babel/helper-validator-identifier': 7.19.1
|
||||
babel-plugin-dynamic-import-node: 2.3.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@ -1429,7 +1429,7 @@ packages:
|
||||
'@babel/helper-module-imports': 7.18.6
|
||||
'@babel/helper-plugin-utils': 7.18.9
|
||||
'@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.18.10
|
||||
'@babel/types': 7.18.10
|
||||
'@babel/types': 7.20.7
|
||||
|
||||
/@babel/plugin-transform-react-pure-annotations/7.18.6_@babel+core@7.18.10:
|
||||
resolution: {integrity: sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==}
|
||||
@ -1648,7 +1648,7 @@ packages:
|
||||
'@babel/helper-plugin-utils': 7.18.9
|
||||
'@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.18.10
|
||||
'@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.18.10
|
||||
'@babel/types': 7.18.10
|
||||
'@babel/types': 7.20.7
|
||||
esutils: 2.0.3
|
||||
|
||||
/@babel/preset-react/7.18.6_@babel+core@7.18.10:
|
||||
@ -1731,7 +1731,7 @@ packages:
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.18.6
|
||||
'@babel/parser': 7.18.10
|
||||
'@babel/parser': 7.20.13
|
||||
'@babel/types': 7.18.10
|
||||
|
||||
/@babel/template/7.20.7:
|
||||
@ -1752,7 +1752,7 @@ packages:
|
||||
'@babel/helper-function-name': 7.18.9
|
||||
'@babel/helper-hoist-variables': 7.18.6
|
||||
'@babel/helper-split-export-declaration': 7.18.6
|
||||
'@babel/parser': 7.18.10
|
||||
'@babel/parser': 7.20.13
|
||||
'@babel/types': 7.18.10
|
||||
debug: 4.3.4
|
||||
globals: 11.12.0
|
||||
@ -2823,7 +2823,7 @@ packages:
|
||||
resolution: {integrity: sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==}
|
||||
engines: {node: '>=10'}
|
||||
dependencies:
|
||||
'@babel/types': 7.18.10
|
||||
'@babel/types': 7.20.7
|
||||
|
||||
/@svgr/plugin-jsx/5.5.0:
|
||||
resolution: {integrity: sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==}
|
||||
@ -2942,8 +2942,8 @@ packages:
|
||||
/@types/babel__core/7.1.19:
|
||||
resolution: {integrity: sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==}
|
||||
dependencies:
|
||||
'@babel/parser': 7.18.10
|
||||
'@babel/types': 7.18.10
|
||||
'@babel/parser': 7.20.13
|
||||
'@babel/types': 7.20.7
|
||||
'@types/babel__generator': 7.6.4
|
||||
'@types/babel__template': 7.4.1
|
||||
'@types/babel__traverse': 7.17.1
|
||||
@ -2951,18 +2951,18 @@ packages:
|
||||
/@types/babel__generator/7.6.4:
|
||||
resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==}
|
||||
dependencies:
|
||||
'@babel/types': 7.18.10
|
||||
'@babel/types': 7.20.7
|
||||
|
||||
/@types/babel__template/7.4.1:
|
||||
resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==}
|
||||
dependencies:
|
||||
'@babel/parser': 7.18.10
|
||||
'@babel/types': 7.18.10
|
||||
'@babel/parser': 7.20.13
|
||||
'@babel/types': 7.20.7
|
||||
|
||||
/@types/babel__traverse/7.17.1:
|
||||
resolution: {integrity: sha512-kVzjari1s2YVi77D3w1yuvohV2idweYXMCDzqBiVNN63TcDWrIlTVOYpqVrvbbyOE/IyzBoTKF0fdnLPEORFxA==}
|
||||
dependencies:
|
||||
'@babel/types': 7.18.10
|
||||
'@babel/types': 7.20.7
|
||||
|
||||
/@types/body-parser/1.19.2:
|
||||
resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==}
|
||||
@ -3583,7 +3583,7 @@ packages:
|
||||
'@babel/generator': 7.18.10
|
||||
'@babel/plugin-transform-modules-commonjs': 7.18.6_@babel+core@7.18.10
|
||||
'@babel/traverse': 7.18.10
|
||||
'@babel/types': 7.18.10
|
||||
'@babel/types': 7.20.7
|
||||
'@mapbox/hast-util-to-jsx': 1.0.0
|
||||
'@umijs/babel-preset-umi': 3.5.32
|
||||
'@umijs/core': 3.5.32
|
||||
@ -3883,7 +3883,7 @@ packages:
|
||||
/@vue/compiler-core/3.2.37:
|
||||
resolution: {integrity: sha512-81KhEjo7YAOh0vQJoSmAD68wLfYqJvoiD4ulyedzF+OEk/bk6/hx3fTNVfuzugIIaTrOx4PGx6pAiBRe5e9Zmg==}
|
||||
dependencies:
|
||||
'@babel/parser': 7.18.10
|
||||
'@babel/parser': 7.20.13
|
||||
'@vue/shared': 3.2.37
|
||||
estree-walker: 2.0.2
|
||||
source-map: 0.6.1
|
||||
@ -3891,7 +3891,7 @@ packages:
|
||||
/@vue/compiler-core/3.2.45:
|
||||
resolution: {integrity: sha512-rcMj7H+PYe5wBV3iYeUgbCglC+pbpN8hBLTJvRiK2eKQiWqu+fG9F+8sW99JdL4LQi7Re178UOxn09puSXvn4A==}
|
||||
dependencies:
|
||||
'@babel/parser': 7.18.10
|
||||
'@babel/parser': 7.20.13
|
||||
'@vue/shared': 3.2.45
|
||||
estree-walker: 2.0.2
|
||||
source-map: 0.6.1
|
||||
@ -3911,7 +3911,7 @@ packages:
|
||||
/@vue/compiler-sfc/3.2.37:
|
||||
resolution: {integrity: sha512-+7i/2+9LYlpqDv+KTtWhOZH+pa8/HnX/905MdVmAcI/mPQOBwkHHIzrsEsucyOIZQYMkXUiTkmZq5am/NyXKkg==}
|
||||
dependencies:
|
||||
'@babel/parser': 7.18.10
|
||||
'@babel/parser': 7.20.13
|
||||
'@vue/compiler-core': 3.2.37
|
||||
'@vue/compiler-dom': 3.2.37
|
||||
'@vue/compiler-ssr': 3.2.37
|
||||
@ -3925,7 +3925,7 @@ packages:
|
||||
/@vue/compiler-sfc/3.2.45:
|
||||
resolution: {integrity: sha512-1jXDuWah1ggsnSAOGsec8cFjT/K6TMZ0sPL3o3d84Ft2AYZi2jWJgRMjw4iaK0rBfA89L5gw427H4n1RZQBu6Q==}
|
||||
dependencies:
|
||||
'@babel/parser': 7.18.10
|
||||
'@babel/parser': 7.20.13
|
||||
'@vue/compiler-core': 3.2.45
|
||||
'@vue/compiler-dom': 3.2.45
|
||||
'@vue/compiler-ssr': 3.2.45
|
||||
@ -3955,7 +3955,7 @@ packages:
|
||||
/@vue/reactivity-transform/3.2.37:
|
||||
resolution: {integrity: sha512-IWopkKEb+8qpu/1eMKVeXrK0NLw9HicGviJzhJDEyfxTR9e1WtpnnbYkJWurX6WwoFP0sz10xQg8yL8lgskAZg==}
|
||||
dependencies:
|
||||
'@babel/parser': 7.18.10
|
||||
'@babel/parser': 7.20.13
|
||||
'@vue/compiler-core': 3.2.37
|
||||
'@vue/shared': 3.2.37
|
||||
estree-walker: 2.0.2
|
||||
@ -3964,7 +3964,7 @@ packages:
|
||||
/@vue/reactivity-transform/3.2.45:
|
||||
resolution: {integrity: sha512-BHVmzYAvM7vcU5WmuYqXpwaBHjsS8T63jlKGWVtHxAHIoMIlmaMyurUSEs1Zcg46M4AYT5MtB1U274/2aNzjJQ==}
|
||||
dependencies:
|
||||
'@babel/parser': 7.18.10
|
||||
'@babel/parser': 7.20.13
|
||||
'@vue/compiler-core': 3.2.45
|
||||
'@vue/shared': 3.2.45
|
||||
estree-walker: 2.0.2
|
||||
@ -4661,8 +4661,8 @@ packages:
|
||||
postcss-value-parser: 4.2.0
|
||||
dev: true
|
||||
|
||||
/autopub/1.0.14:
|
||||
resolution: {integrity: sha512-7P54v7myoBVTRVI/9Rz19vkF3Aiix3pyRdvauQSSZXEGK293l2Yjh8tXHk5Sdd1eDxW9/LiBEVBUJqIKBNKqww==}
|
||||
/autopub/1.0.15:
|
||||
resolution: {integrity: sha512-0flOPh/5BJ6S1Ebbz1j3r1MSw+CcbjVl/GWqLM5rdy4OYYeG7Iu5GgRlIwLglqsA+uyv13hDYNxQscmgn39uXA==}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
commander: 9.4.0
|
||||
@ -4888,7 +4888,7 @@ packages:
|
||||
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
|
||||
dependencies:
|
||||
'@babel/template': 7.18.10
|
||||
'@babel/types': 7.18.10
|
||||
'@babel/types': 7.20.7
|
||||
'@types/babel__core': 7.1.19
|
||||
'@types/babel__traverse': 7.17.1
|
||||
|
||||
@ -10222,7 +10222,7 @@ packages:
|
||||
engines: {node: '>=8'}
|
||||
dependencies:
|
||||
'@babel/core': 7.18.10
|
||||
'@babel/parser': 7.18.10
|
||||
'@babel/parser': 7.20.13
|
||||
'@istanbuljs/schema': 0.1.3
|
||||
istanbul-lib-coverage: 3.2.0
|
||||
semver: 6.3.0
|
||||
@ -10689,7 +10689,7 @@ packages:
|
||||
'@babel/generator': 7.18.10
|
||||
'@babel/plugin-syntax-typescript': 7.18.6_@babel+core@7.18.10
|
||||
'@babel/traverse': 7.18.10
|
||||
'@babel/types': 7.18.10
|
||||
'@babel/types': 7.20.7
|
||||
'@jest/transform': 27.5.1
|
||||
'@jest/types': 27.5.1
|
||||
'@types/babel__traverse': 7.17.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user