Skip to content

Commit

Permalink
Merge pull request #113 from trixtateam/INT-494-22-frits
Browse files Browse the repository at this point in the history
chore(deps): update the deps for npm
  • Loading branch information
frits-metalogix committed Aug 30, 2023
2 parents 066c8d6 + 666dcf3 commit 5000fa4
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 773 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@semantic-release/commit-analyzer": "^10.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.0.4",
"@semantic-release/npm": "9.0.1",
"@semantic-release/npm": "^10.0.5",
"@semantic-release/release-notes-generator": "^11.0.4",
"husky": "^8.0.0",
"lerna-alias": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"@semantic-release/commit-analyzer": "^10.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.0.4",
"@semantic-release/npm": "9.0.1",
"@semantic-release/npm": "^10.0.5",
"@semantic-release/release-notes-generator": "^11.0.4",
"@testing-library/jest-dom": "^5.13.0",
"@testing-library/react": "^11.2.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = {
],
'@semantic-release/release-notes-generator',
'@semantic-release/changelog',
['@semantic-release/npm', { npmPublish: false }],
['@semantic-release/npm', { npmPublish: false, pkgRoot: '.' }],
[
'@semantic-release/git',
{
Expand Down
2 changes: 1 addition & 1 deletion packages/rjsf/release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = {
],
'@semantic-release/release-notes-generator',
'@semantic-release/changelog',
['@semantic-release/npm', { npmPublish: false }],
['@semantic-release/npm', { npmPublish: false, pkgRoot: '.' }],
[
'@semantic-release/git',
{
Expand Down

0 comments on commit 5000fa4

Please sign in to comment.