Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit eeee80e

Browse files
committed
chore: install conventional-changelog-conventionalcommits
1 parent 4929021 commit eeee80e

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"babel-eslint": "^10.1.0",
18+
"conventional-changelog-conventionalcommits": "^4.5.0",
1819
"eslint": "^7.0.0",
1920
"eslint-config-standard": "^14.1.1",
2021
"eslint-plugin-import": "^2.20.2",

yarn.lock

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2663,6 +2663,14 @@ compare-func@^1.3.1:
26632663
array-ify "^1.0.0"
26642664
dot-prop "^3.0.0"
26652665

2666+
compare-func@^2.0.0:
2667+
version "2.0.0"
2668+
resolved "https://registry.yarnpkg.com/compare-func/-/compare-func-2.0.0.tgz#fb65e75edbddfd2e568554e8b5b05fff7a51fcb3"
2669+
integrity sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==
2670+
dependencies:
2671+
array-ify "^1.0.0"
2672+
dot-prop "^5.1.0"
2673+
26662674
compare-versions@^3.6.0:
26672675
version "3.6.0"
26682676
resolved "https://registry.yarnpkg.com/compare-versions/-/compare-versions-3.6.0.tgz#1a5689913685e5a87637b8d3ffca75514ec41d62"
@@ -2734,6 +2742,15 @@ conventional-changelog-angular@^5.0.3:
27342742
compare-func "^1.3.1"
27352743
q "^1.5.1"
27362744

2745+
conventional-changelog-conventionalcommits@^4.5.0:
2746+
version "4.5.0"
2747+
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.5.0.tgz#a02e0b06d11d342fdc0f00c91d78265ed0bc0a62"
2748+
integrity sha512-buge9xDvjjOxJlyxUnar/+6i/aVEVGA7EEh4OafBCXPlLUQPGbRUBhBUveWRxzvR8TEjhKEP4BdepnpG2FSZXw==
2749+
dependencies:
2750+
compare-func "^2.0.0"
2751+
lodash "^4.17.15"
2752+
q "^1.5.1"
2753+
27372754
conventional-changelog-core@^3.1.6:
27382755
version "3.2.3"
27392756
resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-3.2.3.tgz#b31410856f431c847086a7dcb4d2ca184a7d88fb"
@@ -3220,6 +3237,13 @@ dot-prop@^4.2.0:
32203237
dependencies:
32213238
is-obj "^1.0.0"
32223239

3240+
dot-prop@^5.1.0:
3241+
version "5.3.0"
3242+
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.3.0.tgz#90ccce708cd9cd82cc4dc8c3ddd9abdd55b20e88"
3243+
integrity sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==
3244+
dependencies:
3245+
is-obj "^2.0.0"
3246+
32233247
duplexer@^0.1.1:
32243248
version "0.1.1"
32253249
resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.1.tgz#ace6ff808c1ce66b57d1ebf97977acb02334cfc1"
@@ -4808,6 +4832,11 @@ is-obj@^1.0.0:
48084832
resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f"
48094833
integrity sha1-PkcprB9f3gJc19g6iW2rn09n2w8=
48104834

4835+
is-obj@^2.0.0:
4836+
version "2.0.0"
4837+
resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-2.0.0.tgz#473fb05d973705e3fd9620545018ca8e22ef4982"
4838+
integrity sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==
4839+
48114840
is-plain-obj@^1.0.0, is-plain-obj@^1.1.0:
48124841
version "1.1.0"
48134842
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"

0 commit comments

Comments
 (0)