Skip to content

Commit bd13f42

Browse files
committed
fix(deps): update sementic-release and plugins
BREAKING CHANGE: Update min version of peerDependencies to: - @semantic-release/changelog >=6.0.0 - @semantic-release/git >=10.0.0 - semantic-release >=18.0.0 - node >=16 || ^14.17
1 parent fbc12ba commit bd13f42

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"prepare": "husky install"
1313
},
1414
"engines": {
15-
"node": ">=10"
15+
"node": ">=16 || ^14.17"
1616
},
1717
"repository": {
1818
"type": "git",
@@ -36,20 +36,20 @@
3636
"devDependencies": {
3737
"@commitlint/cli": "16.1.0",
3838
"@commitlint/config-conventional": "16.0.0",
39-
"@semantic-release/changelog": "5.0.1",
40-
"@semantic-release/git": "9.0.0",
39+
"@semantic-release/changelog": "6.0.1",
40+
"@semantic-release/git": "10.0.1",
4141
"eslint": "8.8.0",
4242
"eslint-config-prettier": "8.3.0",
4343
"eslint-config-standard": "17.0.0-1",
4444
"eslint-plugin-prettier": "4.0.0",
4545
"husky": "7.0.4",
4646
"lint-staged": "12.3.3",
4747
"prettier": "2.5.1",
48-
"semantic-release": "17.2.3"
48+
"semantic-release": "19.0.2"
4949
},
5050
"peerDependencies": {
51-
"@semantic-release/changelog": "^3.0.0 || ^5.0.0",
52-
"@semantic-release/git": "^7.0.4 || ^8.0.0 || ^9.0.0",
53-
"semantic-release": "^15.9.0 || ^16.0.0 || ^17.0.0"
51+
"@semantic-release/changelog": ">=6.0.0",
52+
"@semantic-release/git": ">=10.0.0",
53+
"semantic-release": ">=18.0.0"
5454
}
5555
}

0 commit comments

Comments
 (0)