Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/green-clouds-grab.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@dweber019/backstage-plugin-api-docs-spectral-linter': patch
---

Update to 1.20.0 and fix rule object issue.
5 changes: 5 additions & 0 deletions .changeset/young-insects-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@dweber019/backstage-plugin-missing-entity-backend': patch
---

Fix type definitions.
13 changes: 0 additions & 13 deletions .yarn/patches/@stoplight-spectral-core-npm-1.19.5-42e9772abf.patch

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@
"resolutions": {
"@types/react": "^18",
"@types/react-dom": "^18",
"@rjsf/core@5.20.1": "patch:@rjsf/core@npm%3A5.20.1#./.yarn/patches/@rjsf-core-npm-5.20.1-ef53d8664a.patch",
"@stoplight/spectral-core@1.19.5": "patch:@stoplight/spectral-core@npm%3A1.19.5#~/.yarn/patches/@stoplight-spectral-core-npm-1.19.5-42e9772abf.patch"
"@rjsf/core@5.20.1": "patch:@rjsf/core@npm%3A5.20.1#./.yarn/patches/@rjsf-core-npm-5.20.1-ef53d8664a.patch"
},
"prettier": "@backstage/cli/config/prettier",
"lint-staged": {
Expand Down
4 changes: 2 additions & 2 deletions plugins/api-docs-spectral-linter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.61",
"@stoplight/spectral-core": "1.19.5",
"@stoplight/spectral-ruleset-bundler": "1.6.2",
"@stoplight/spectral-core": "1.20.0",
"@stoplight/spectral-ruleset-bundler": "1.6.3",
"@stoplight/spectral-runtime": "1.1.4",
"react-use": "^17.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/missing-entity-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@backstage/plugin-notifications-node": "^0.2.16",
"@backstage/types": "^1.2.1",
"@dweber019/backstage-plugin-missing-entity-common": "^0.1.0",
"@types/express": "*",
"@types/express": "^4.17.6",
"express": "^4.18.1",
"express-promise-router": "^4.1.0",
"knex": "^3.0.0",
Expand Down
Loading