Skip to content

Commit 136617e

Browse files
committed
feat(config): change log deps
1 parent b860746 commit 136617e

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed

package-lock.json

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
"@nestjs/cli": "^11.0.4",
9898
"@nestjs/schematics": "^11.0.1",
9999
"@nestjs/testing": "^11.0.10",
100+
"@semantic-release/changelog": "^6.0.3",
100101
"@semantic-release/git": "^10.0.1",
101102
"@semantic-release/github": "^11.0.1",
102103
"@swc/cli": "^0.6.0",

yarn.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2448,6 +2448,16 @@
24482448
resolved "https://registry.npmjs.org/@sec-ant/readable-stream/-/readable-stream-0.4.1.tgz"
24492449
integrity sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==
24502450

2451+
"@semantic-release/changelog@^6.0.3":
2452+
version "6.0.3"
2453+
resolved "https://registry.npmjs.org/@semantic-release/changelog/-/changelog-6.0.3.tgz"
2454+
integrity sha512-dZuR5qByyfe3Y03TpmCvAxCyTnp7r5XwtHRf/8vD9EAn4ZWbavUX8adMtXYzE86EVh0gyLA7lm5yW4IV30XUag==
2455+
dependencies:
2456+
"@semantic-release/error" "^3.0.0"
2457+
aggregate-error "^3.0.0"
2458+
fs-extra "^11.0.0"
2459+
lodash "^4.17.4"
2460+
24512461
"@semantic-release/commit-analyzer@^13.0.0-beta.1":
24522462
version "13.0.1"
24532463
resolved "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-13.0.1.tgz"

0 commit comments

Comments
 (0)