Skip to content

Commit

Permalink
repo-tools: remove API Extractor Resolution (#1709)
Browse files Browse the repository at this point in the history
* Removed API Extractor Resolution
* Fixed typo
* Removed a few others that were missed
* Removed changeset based on feedback

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
  • Loading branch information
awanlin authored Oct 31, 2024
1 parent 543ede2 commit 2d16371
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
},
"resolutions": {
"@types/react": "^18",
"@types/react-dom": "^18",
"@microsoft/api-extractor": "7.36.4"
"@types/react-dom": "^18"
},
"prettier": "@spotify/prettier-config",
"lint-staged": {
Expand Down
5 changes: 5 additions & 0 deletions workspaces/sentry/.changeset/cyan-onions-draw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage-community/plugin-sentry': patch
---

Removed `@microsoft/api-extractor` resolution as it is no longer needed
3 changes: 0 additions & 3 deletions workspaces/sentry/plugins/sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
},
"resolutions": {
"@microsoft/api-extractor": "7.36.4"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
Expand Down
5 changes: 5 additions & 0 deletions workspaces/sonarqube/.changeset/tidy-ducks-share.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage-community/plugin-sonarqube': patch
---

Removed `@microsoft/api-extractor` resolution as it is no longer needed
3 changes: 0 additions & 3 deletions workspaces/sonarqube/plugins/sonarqube/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
},
"resolutions": {
"@microsoft/api-extractor": "7.36.4"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
Expand Down

0 comments on commit 2d16371

Please sign in to comment.