mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
chore(deps): bump commander & fs-extra (#11595)
This commit is contained in:
parent
012d2aa141
commit
39d8c23d25
@ -31,7 +31,7 @@
|
|||||||
"author": "chenjiahan",
|
"author": "chenjiahan",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/fs-extra": "^9.0.13",
|
"@types/fs-extra": "^11.0.1",
|
||||||
"release-it": "^15.4.1",
|
"release-it": "^15.4.1",
|
||||||
"rimraf": "^4.0.4",
|
"rimraf": "^4.0.4",
|
||||||
"typescript": "^4.8.2"
|
"typescript": "^4.8.2"
|
||||||
@ -39,7 +39,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"consola": "^2.11.3",
|
"consola": "^2.11.3",
|
||||||
"fast-glob": "^3.2.11",
|
"fast-glob": "^3.2.11",
|
||||||
"fs-extra": "^10.1.0",
|
"fs-extra": "^11.1.0",
|
||||||
"enquirer": "2.3.6",
|
"enquirer": "2.3.6",
|
||||||
"picocolors": "^1.0.0"
|
"picocolors": "^1.0.0"
|
||||||
},
|
},
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jest/types": "^29.1.2",
|
"@jest/types": "^29.1.2",
|
||||||
"@types/fs-extra": "^9.0.13",
|
"@types/fs-extra": "^11.0.1",
|
||||||
"@types/less": "^3.0.3",
|
"@types/less": "^3.0.3",
|
||||||
"@types/lodash": "^4.14.191",
|
"@types/lodash": "^4.14.191",
|
||||||
"@types/markdown-it": "^12.2.3",
|
"@types/markdown-it": "^12.2.3",
|
||||||
@ -57,14 +57,14 @@
|
|||||||
"@vitejs/plugin-vue-jsx": "^3.0.0",
|
"@vitejs/plugin-vue-jsx": "^3.0.0",
|
||||||
"@vue/babel-plugin-jsx": "^1.1.1",
|
"@vue/babel-plugin-jsx": "^1.1.1",
|
||||||
"autoprefixer": "^10.4.8",
|
"autoprefixer": "^10.4.8",
|
||||||
"commander": "^9.4.0",
|
"commander": "^10.0.0",
|
||||||
"consola": "^2.15.3",
|
"consola": "^2.15.3",
|
||||||
"conventional-changelog": "^3.1.25",
|
"conventional-changelog": "^3.1.25",
|
||||||
"esbuild": "^0.16.10",
|
"esbuild": "^0.16.10",
|
||||||
"eslint": "^8.31.0",
|
"eslint": "^8.31.0",
|
||||||
"execa": "^6.1.0",
|
"execa": "^6.1.0",
|
||||||
"fast-glob": "^3.2.11",
|
"fast-glob": "^3.2.11",
|
||||||
"fs-extra": "^10.1.0",
|
"fs-extra": "^11.1.0",
|
||||||
"hash-sum": "^2.0.0",
|
"hash-sum": "^2.0.0",
|
||||||
"highlight.js": "^11.6.0",
|
"highlight.js": "^11.6.0",
|
||||||
"husky": "^8.0.1",
|
"husky": "^8.0.1",
|
||||||
|
47
pnpm-lock.yaml
generated
47
pnpm-lock.yaml
generated
@ -20,11 +20,11 @@ importers:
|
|||||||
|
|
||||||
packages/create-vant-cli-app:
|
packages/create-vant-cli-app:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@types/fs-extra': ^9.0.13
|
'@types/fs-extra': ^11.0.1
|
||||||
consola: ^2.11.3
|
consola: ^2.11.3
|
||||||
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: ^11.1.0
|
||||||
picocolors: ^1.0.0
|
picocolors: ^1.0.0
|
||||||
release-it: ^15.4.1
|
release-it: ^15.4.1
|
||||||
rimraf: ^4.0.4
|
rimraf: ^4.0.4
|
||||||
@ -33,10 +33,10 @@ importers:
|
|||||||
consola: 2.15.3
|
consola: 2.15.3
|
||||||
enquirer: 2.3.6
|
enquirer: 2.3.6
|
||||||
fast-glob: 3.2.12
|
fast-glob: 3.2.12
|
||||||
fs-extra: 10.1.0
|
fs-extra: 11.1.0
|
||||||
picocolors: 1.0.0
|
picocolors: 1.0.0
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@types/fs-extra': 9.0.13
|
'@types/fs-extra': 11.0.1
|
||||||
release-it: 15.5.0
|
release-it: 15.5.0
|
||||||
rimraf: 4.0.4
|
rimraf: 4.0.4
|
||||||
typescript: 4.9.3
|
typescript: 4.9.3
|
||||||
@ -89,7 +89,7 @@ importers:
|
|||||||
'@babel/core': ^7.18.13
|
'@babel/core': ^7.18.13
|
||||||
'@babel/preset-typescript': ^7.18.6
|
'@babel/preset-typescript': ^7.18.6
|
||||||
'@jest/types': ^29.1.2
|
'@jest/types': ^29.1.2
|
||||||
'@types/fs-extra': ^9.0.13
|
'@types/fs-extra': ^11.0.1
|
||||||
'@types/jest': ^29.1.1
|
'@types/jest': ^29.1.1
|
||||||
'@types/less': ^3.0.3
|
'@types/less': ^3.0.3
|
||||||
'@types/lodash': ^4.14.191
|
'@types/lodash': ^4.14.191
|
||||||
@ -100,14 +100,14 @@ importers:
|
|||||||
'@vitejs/plugin-vue-jsx': ^3.0.0
|
'@vitejs/plugin-vue-jsx': ^3.0.0
|
||||||
'@vue/babel-plugin-jsx': ^1.1.1
|
'@vue/babel-plugin-jsx': ^1.1.1
|
||||||
autoprefixer: ^10.4.8
|
autoprefixer: ^10.4.8
|
||||||
commander: ^9.4.0
|
commander: ^10.0.0
|
||||||
consola: ^2.15.3
|
consola: ^2.15.3
|
||||||
conventional-changelog: ^3.1.25
|
conventional-changelog: ^3.1.25
|
||||||
esbuild: ^0.16.10
|
esbuild: ^0.16.10
|
||||||
eslint: ^8.31.0
|
eslint: ^8.31.0
|
||||||
execa: ^6.1.0
|
execa: ^6.1.0
|
||||||
fast-glob: ^3.2.11
|
fast-glob: ^3.2.11
|
||||||
fs-extra: ^10.1.0
|
fs-extra: ^11.1.0
|
||||||
hash-sum: ^2.0.0
|
hash-sum: ^2.0.0
|
||||||
highlight.js: ^11.6.0
|
highlight.js: ^11.6.0
|
||||||
husky: ^8.0.1
|
husky: ^8.0.1
|
||||||
@ -144,14 +144,14 @@ importers:
|
|||||||
'@vitejs/plugin-vue-jsx': 3.0.0_vite@4.0.3+vue@3.2.45
|
'@vitejs/plugin-vue-jsx': 3.0.0_vite@4.0.3+vue@3.2.45
|
||||||
'@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.20.7
|
'@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.20.7
|
||||||
autoprefixer: 10.4.13_postcss@8.4.20
|
autoprefixer: 10.4.13_postcss@8.4.20
|
||||||
commander: 9.4.1
|
commander: 10.0.0
|
||||||
consola: 2.15.3
|
consola: 2.15.3
|
||||||
conventional-changelog: 3.1.25
|
conventional-changelog: 3.1.25
|
||||||
esbuild: 0.16.10
|
esbuild: 0.16.10
|
||||||
eslint: 8.31.0
|
eslint: 8.31.0
|
||||||
execa: 6.1.0
|
execa: 6.1.0
|
||||||
fast-glob: 3.2.12
|
fast-glob: 3.2.12
|
||||||
fs-extra: 10.1.0
|
fs-extra: 11.1.0
|
||||||
hash-sum: 2.0.0
|
hash-sum: 2.0.0
|
||||||
highlight.js: 11.6.0
|
highlight.js: 11.6.0
|
||||||
husky: 8.0.2
|
husky: 8.0.2
|
||||||
@ -178,7 +178,7 @@ importers:
|
|||||||
vue-router: 4.1.6_vue@3.2.45
|
vue-router: 4.1.6_vue@3.2.45
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@jest/types': 29.3.1
|
'@jest/types': 29.3.1
|
||||||
'@types/fs-extra': 9.0.13
|
'@types/fs-extra': 11.0.1
|
||||||
'@types/less': 3.0.3
|
'@types/less': 3.0.3
|
||||||
'@types/lodash': 4.14.191
|
'@types/lodash': 4.14.191
|
||||||
'@types/markdown-it': 12.2.3
|
'@types/markdown-it': 12.2.3
|
||||||
@ -1334,9 +1334,10 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@babel/types': 7.20.7
|
'@babel/types': 7.20.7
|
||||||
|
|
||||||
/@types/fs-extra/9.0.13:
|
/@types/fs-extra/11.0.1:
|
||||||
resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==}
|
resolution: {integrity: sha512-MxObHvNl4A69ofaTRU8DFqvgzzv8s9yRtaPPm5gud9HDNvpB3GPQFvNuTWAI59B9huVGV5jXYJwbCsmBsOGYWA==}
|
||||||
dependencies:
|
dependencies:
|
||||||
|
'@types/jsonfile': 6.1.1
|
||||||
'@types/node': 18.11.18
|
'@types/node': 18.11.18
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
@ -1383,6 +1384,12 @@ packages:
|
|||||||
resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==}
|
resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
|
/@types/jsonfile/6.1.1:
|
||||||
|
resolution: {integrity: sha512-GSgiRCVeapDN+3pqA35IkQwasaCh/0YFH5dEF6S88iDvEn901DjOeH3/QPY+XYP1DFzDZPvIvfeEgk+7br5png==}
|
||||||
|
dependencies:
|
||||||
|
'@types/node': 18.11.18
|
||||||
|
dev: true
|
||||||
|
|
||||||
/@types/less/3.0.3:
|
/@types/less/3.0.3:
|
||||||
resolution: {integrity: sha512-1YXyYH83h6We1djyoUEqTlVyQtCfJAFXELSKW2ZRtjHD4hQ82CC4lvrv5D0l0FLcKBaiPbXyi3MpMsI9ZRgKsw==}
|
resolution: {integrity: sha512-1YXyYH83h6We1djyoUEqTlVyQtCfJAFXELSKW2ZRtjHD4hQ82CC4lvrv5D0l0FLcKBaiPbXyi3MpMsI9ZRgKsw==}
|
||||||
dev: true
|
dev: true
|
||||||
@ -2186,13 +2193,13 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
delayed-stream: 1.0.0
|
delayed-stream: 1.0.0
|
||||||
|
|
||||||
/commander/2.20.3:
|
/commander/10.0.0:
|
||||||
resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==}
|
resolution: {integrity: sha512-zS5PnTI22FIRM6ylNW8G4Ap0IEOyk62fhLSD0+uHRT9McRCLGpkVNvao4bjimpK/GShynyQkFFxHhwMcETmduA==}
|
||||||
|
engines: {node: '>=14'}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/commander/9.4.1:
|
/commander/2.20.3:
|
||||||
resolution: {integrity: sha512-5EEkTNyHNGFPD2H+c/dXXfQZYa/scCKasxWcXJaWnNJ99pnQN9Vnmqow+p+PlFPE63Q6mThaZws1T+HxfpgtPw==}
|
resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==}
|
||||||
engines: {node: ^12.20.0 || >=14}
|
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/compare-func/2.0.0:
|
/compare-func/2.0.0:
|
||||||
@ -3256,9 +3263,9 @@ packages:
|
|||||||
resolution: {integrity: sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==}
|
resolution: {integrity: sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/fs-extra/10.1.0:
|
/fs-extra/11.1.0:
|
||||||
resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==}
|
resolution: {integrity: sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==}
|
||||||
engines: {node: '>=12'}
|
engines: {node: '>=14.14'}
|
||||||
dependencies:
|
dependencies:
|
||||||
graceful-fs: 4.2.10
|
graceful-fs: 4.2.10
|
||||||
jsonfile: 6.1.0
|
jsonfile: 6.1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user