File tree Expand file tree Collapse file tree 3 files changed +5
-29
lines changed Expand file tree Collapse file tree 3 files changed +5
-29
lines changed Original file line number Diff line number Diff line change 47
47
"devDependencies" : {
48
48
"@babel/preset-env" : " 7.25.3" ,
49
49
"@podium/eslint-config" : " 1.0.0" ,
50
+ "@podium/semantic-release-config" : " 2.0.0" ,
50
51
"@podium/typescript-config" : " 1.0.0" ,
51
52
"@rollup/plugin-babel" : " 6.0.4" ,
52
53
"@rollup/plugin-commonjs" : " 25.0.8" ,
53
54
"@rollup/plugin-node-resolve" : " 15.2.3" ,
54
- "@semantic-release/changelog" : " 6.0.3" ,
55
- "@semantic-release/git" : " 10.0.1" ,
56
55
"eslint" : " 9.4.0" ,
57
56
"jsdom" : " 24.1.1" ,
58
57
"npm-run-all2" : " 6.2.3" ,
59
58
"prettier" : " 3.2.5" ,
60
59
"rollup" : " 4.22.4" ,
60
+ "semantic-release" : " 24.1.1" ,
61
61
"tap" : " 18.7.2"
62
62
}
63
63
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ export default {
2
+ extends : '@podium/semantic-release-config' ,
3
+ } ;
You can’t perform that action at this time.
0 commit comments