WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 175eae7

Browse files
committed
Update make-synchronized
1 parent 4d02e1a commit 175eae7

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

.release-it.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"$schema": "https://unpkg.com/release-it@19/schema/release-it.json",
3+
"git": {
4+
"commitMessage": "chore: release v${version}"
5+
},
6+
"github": {
7+
"release": true
8+
}
9+
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,18 @@
4646
"prettier": "*"
4747
},
4848
"devDependencies": {
49-
"@types/node": "22.13.13",
49+
"@types/node": "22.15.30",
5050
"c8": "10.1.3",
5151
"npm-run-all": "4.1.5",
5252
"prettier": "3.5.3",
53-
"release-it": "18.1.2"
53+
"release-it": "19.0.3"
5454
},
5555
"packageManager": "[email protected]",
5656
"publishConfig": {
5757
"access": "public",
5858
"registry": "https://registry.npmjs.org/"
5959
},
6060
"dependencies": {
61-
"make-synchronized": "^0.4.2"
61+
"make-synchronized": "^0.8.0"
6262
}
6363
}

0 commit comments

Comments
 (0)