Skip to content

Commit 187558b

Browse files
committed
fix(bump): lifecycle-utils for performance
1 parent 4ac36ac commit 187558b

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

.releaserc.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
{
22
"branches": [
3-
"main"
3+
"main",
4+
{
5+
"name": "maintenance/v3",
6+
"range": "3.x",
7+
"prerelease": false
8+
},
9+
{
10+
"name": "beta/maintenance/v3",
11+
"prerelease": true,
12+
"range": "3.x"
13+
}
414
],
515
"ci": true,
616
"plugins": [

package-lock.json

Lines changed: 5 additions & 4 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"filenamify": "^6.0.0",
140140
"fs-extra": "^11.1.1",
141141
"is-unicode-supported": "^2.0.0",
142-
"lifecycle-utils": "^1.3.1",
142+
"lifecycle-utils": "^2.0.1",
143143
"lodash.debounce": "^4.0.8",
144144
"lowdb": "^7.0.1",
145145
"pretty-bytes": "^6.1.0",

0 commit comments

Comments
 (0)