Skip to content

Commit

Permalink
fix: TECH empty packages with the latest semantic-release update (#81)
Browse files Browse the repository at this point in the history
* feat: Resolve @semantic-release/npm version to 8.0.3. Fix empty package content issue
  • Loading branch information
kirpichenko authored Jun 15, 2022
1 parent a7d9df7 commit 4928dbe
Show file tree
Hide file tree
Showing 4 changed files with 827 additions and 623 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@
"conventional-changelog-conventionalcommits": "^5.0.0",
"semantic-release": "^19.0.3",
"semantic-release-monorepo": "^7.0.5"
},
"resolutions": {
"@semantic-release/npm": "8.0.3"
}
}
4 changes: 2 additions & 2 deletions packages/gcloud-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"keywords": [
"gcloud",
"typescript",
"logger",
"typescript",
"json"
],
"engines": {
Expand All @@ -28,7 +28,7 @@
},
"dependencies": {
"chalk": "^4.1.2",
"serialize-error": "~11.0.0"
"serialize-error": "^11.0.0"
},
"devDependencies": {
"@join-private/eslint-config-backend": "^1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/gcloud-typeorm-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"prepublishOnly": "yarn lint && yarn build",
"test": "echo not tests"
},
"darn evDependencies": {
"devDependencies": {
"@join-private/eslint-config-backend": "^1.1.2",
"@types/node": "^17.0.42",
"eslint": "^8.17.0",
Expand Down
Loading

0 comments on commit 4928dbe

Please sign in to comment.