Skip to content

Commit

Permalink
fix: potential fix for relase issues by pinning semantic-release and …
Browse files Browse the repository at this point in the history
…npm-plugin
  • Loading branch information
stekern committed Dec 15, 2023
1 parent f1ccf1a commit aca26c9
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 236 deletions.
279 changes: 45 additions & 234 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"overrides": {
"semantic-release": {
"@semantic-release/npm": "11.0.2"
"@semantic-release/npm": "11.0.1"
}
},
"devDependencies": {
Expand All @@ -57,7 +57,7 @@
"jest": "29.7.0",
"jest-cdk-snapshot": "2.0.1",
"prettier": "3.1.1",
"semantic-release": "22.0.12",
"semantic-release": "22.0.8",
"ts-jest": "29.1.1",
"ts-node": "10.9.2",
"typescript": "5.3.3"
Expand Down

0 comments on commit aca26c9

Please sign in to comment.