Skip to content

Commit 3842d5f

Browse files
chore(deps): replace dependency standard-version with commit-and-tag-version ^9.5.0
1 parent 5fc70d7 commit 3842d5f

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"onchange": "^7.1.0",
7979
"prettier": "^2.4.1",
8080
"rollup-plugin-esbuild": "^5.0.0",
81-
"standard-version": "^9.3.2"
81+
"commit-and-tag-version": "^9.5.0"
8282
},
8383
"prettier": {
8484
"singleQuote": true,

yarn.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2398,6 +2398,26 @@ comment-parser@^1.2.0:
23982398
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.3.1.tgz#3d7ea3adaf9345594aedee6563f422348f165c1b"
23992399
integrity sha512-B52sN2VNghyq5ofvUsqZjmk6YkihBX5vMSChmSK9v4ShjKf3Vk5Xcmgpw4o+iIgtrnM/u5FiMpz9VKb8lpBveA==
24002400

2401+
commit-and-tag-version@^9.5.0:
2402+
version "9.6.0"
2403+
resolved "https://registry.yarnpkg.com/commit-and-tag-version/-/commit-and-tag-version-9.6.0.tgz#ff2f26876ac3e4efeb474ebb63ad169ba7d2a9dd"
2404+
integrity sha512-5tuYV9lFqV9rYDMJhF+HDp46S11je7XwzD/tvGT8LJM2lzXv33eeEetqpZ8Z0e9OSo0nS/67+JIH0cKJXB1Dpw==
2405+
dependencies:
2406+
chalk "^2.4.2"
2407+
conventional-changelog "3.1.25"
2408+
conventional-changelog-config-spec "2.1.0"
2409+
conventional-changelog-conventionalcommits "4.6.3"
2410+
conventional-recommended-bump "6.1.0"
2411+
detect-indent "^6.0.0"
2412+
detect-newline "^3.1.0"
2413+
dotgitignore "^2.1.0"
2414+
figures "^3.1.0"
2415+
find-up "^5.0.0"
2416+
git-semver-tags "^4.0.0"
2417+
semver "^7.1.1"
2418+
stringify-package "^1.0.1"
2419+
yargs "^16.0.0"
2420+
24012421
common-tags@^1.8.0:
24022422
version "1.8.2"
24032423
resolved "https://registry.yarnpkg.com/common-tags/-/common-tags-1.8.2.tgz#94ebb3c076d26032745fd54face7f688ef5ac9c6"
@@ -6028,26 +6048,6 @@ sprintf-js@~1.0.2:
60286048
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
60296049
integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==
60306050

6031-
standard-version@^9.3.2:
6032-
version "9.5.0"
6033-
resolved "https://registry.yarnpkg.com/standard-version/-/standard-version-9.5.0.tgz#851d6dcddf5320d5079601832aeb185dbf497949"
6034-
integrity sha512-3zWJ/mmZQsOaO+fOlsa0+QK90pwhNd042qEcw6hKFNoLFs7peGyvPffpEBbK/DSGPbyOvli0mUIFv5A4qTjh2Q==
6035-
dependencies:
6036-
chalk "^2.4.2"
6037-
conventional-changelog "3.1.25"
6038-
conventional-changelog-config-spec "2.1.0"
6039-
conventional-changelog-conventionalcommits "4.6.3"
6040-
conventional-recommended-bump "6.1.0"
6041-
detect-indent "^6.0.0"
6042-
detect-newline "^3.1.0"
6043-
dotgitignore "^2.1.0"
6044-
figures "^3.1.0"
6045-
find-up "^5.0.0"
6046-
git-semver-tags "^4.0.0"
6047-
semver "^7.1.1"
6048-
stringify-package "^1.0.1"
6049-
yargs "^16.0.0"
6050-
60516051
statuses@2.0.1:
60526052
version "2.0.1"
60536053
resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63"

0 commit comments

Comments
 (0)