mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-03-13 08:28:13 -04:00
🐛 Fix(custom): fix bump version error
This commit is contained in:
parent
d1780f26d7
commit
6f8e4e11b3
@ -127,7 +127,7 @@
|
|||||||
"eslint-plugin-promise": "^6.1.1",
|
"eslint-plugin-promise": "^6.1.1",
|
||||||
"eslint-plugin-vue": "^9.17.0",
|
"eslint-plugin-vue": "^9.17.0",
|
||||||
"husky": "^3.1.0",
|
"husky": "^3.1.0",
|
||||||
"node-bump-version": "^1.0.0",
|
"node-bump-version": "^1.0.2",
|
||||||
"node-loader": "^2.0.0",
|
"node-loader": "^2.0.0",
|
||||||
"npm-check-updates": "^16.14.6",
|
"npm-check-updates": "^16.14.6",
|
||||||
"stylus": "^0.59.0",
|
"stylus": "^0.59.0",
|
||||||
|
14
yarn.lock
14
yarn.lock
@ -11441,10 +11441,10 @@ node-addon-api@^6.1.0:
|
|||||||
resolved "https://registry.npmjs.org/node-addon-api/-/node-addon-api-6.1.0.tgz#ac8470034e58e67d0c6f1204a18ae6995d9c0d76"
|
resolved "https://registry.npmjs.org/node-addon-api/-/node-addon-api-6.1.0.tgz#ac8470034e58e67d0c6f1204a18ae6995d9c0d76"
|
||||||
integrity sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==
|
integrity sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==
|
||||||
|
|
||||||
node-bump-version@^1.0.0:
|
node-bump-version@^1.0.2:
|
||||||
version "1.0.0"
|
version "1.0.2"
|
||||||
resolved "https://registry.yarnpkg.com/node-bump-version/-/node-bump-version-1.0.0.tgz#dfbed779fed5c2ff00dfabfbbbc0d63c2ea7d0c8"
|
resolved "https://registry.yarnpkg.com/node-bump-version/-/node-bump-version-1.0.2.tgz#38bf7892507f92b2bc08082c9963125875edd3bf"
|
||||||
integrity sha512-1AF0C+Dk5LUAc3OnK6zEu4FsccRon89FuRqYRPZcrHWDv33qrVrJIsHQAbcKu5QJsT3lzvvioMQ4qMbf1SZsqg==
|
integrity sha512-ixq+E+LMAmLbS4J9U+GlfMxtrOcibKSegHwEMAKQZ4lsGSM+SXJocdSDKdCkUhn3lHg8YnZMGBdKJxAhtzE6vQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/cli" "^17.7.2"
|
"@commitlint/cli" "^17.7.2"
|
||||||
commitizen "^4.3.0"
|
commitizen "^4.3.0"
|
||||||
@ -11453,6 +11453,7 @@ node-bump-version@^1.0.0:
|
|||||||
eslint-plugin-n "^16.2.0"
|
eslint-plugin-n "^16.2.0"
|
||||||
husky "^1.3.1"
|
husky "^1.3.1"
|
||||||
ora "^5.4.1"
|
ora "^5.4.1"
|
||||||
|
q "^1.5.1"
|
||||||
|
|
||||||
node-domexception@^1.0.0:
|
node-domexception@^1.0.0:
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
@ -12931,6 +12932,11 @@ pupa@^3.1.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
escape-goat "^4.0.0"
|
escape-goat "^4.0.0"
|
||||||
|
|
||||||
|
q@^1.5.1:
|
||||||
|
version "1.5.1"
|
||||||
|
resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"
|
||||||
|
integrity sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==
|
||||||
|
|
||||||
qiniu@^7.9.0:
|
qiniu@^7.9.0:
|
||||||
version "7.9.0"
|
version "7.9.0"
|
||||||
resolved "https://registry.npmjs.org/qiniu/-/qiniu-7.9.0.tgz#2e976dac909cee7a682c2c4cc56dec491db48367"
|
resolved "https://registry.npmjs.org/qiniu/-/qiniu-7.9.0.tgz#2e976dac909cee7a682c2c4cc56dec491db48367"
|
||||||
|
Loading…
Reference in New Issue
Block a user