File tree Expand file tree Collapse file tree 2 files changed +790
-475
lines changed Expand file tree Collapse file tree 2 files changed +790
-475
lines changed Original file line number Diff line number Diff line change 62
62
"@babel/eslint-parser" : " ^7.19.1" ,
63
63
"@babel/preset-env" : " ^7.20.2" ,
64
64
"@jest/globals" : " ^29.4.3" ,
65
+ "@release-it-plugins/lerna-changelog" : " ^5.0.0" ,
65
66
"@tsconfig/node12" : " ^1.0.11" ,
66
67
"@types/jscodeshift" : " ^0.11.6" ,
67
68
"@typescript-eslint/eslint-plugin" : " ^5.54.0" ,
76
77
"execa" : " ^5.1.1" ,
77
78
"jest" : " ^29.4.3" ,
78
79
"prettier" : " ^2.8.4" ,
79
- "release-it" : " ^14.14.3" ,
80
- "release-it-lerna-changelog" : " ^4.0.1" ,
80
+ "release-it" : " ^15.6.1" ,
81
81
"ts-jest" : " ^29.0.5" ,
82
82
"typescript" : " ^4.9.5"
83
83
},
84
84
"engines" : {
85
- "node" : " 12.* || >= 14"
85
+ "node" : " >= 14.* "
86
86
},
87
87
"publishConfig" : {
88
88
"registry" : " https://registry.npmjs.org"
92
92
"after:bump" : " yarn update-docs"
93
93
},
94
94
"plugins" : {
95
- "release-it-lerna-changelog" : {
95
+ "@ release-it-plugins/ lerna-changelog" : {
96
96
"infile" : " CHANGELOG.md" ,
97
97
"launchEditor" : true
98
98
}
You can’t perform that action at this time.
0 commit comments