Skip to content

Commit

Permalink
fix(deps): move backend-test-utils to devDependencies (#1944)
Browse files Browse the repository at this point in the history
* chore(release): downgrade shared-react in acr plugin

* fix(deps): move backend-test-utils to devDependencies
  • Loading branch information
PatAKnight authored Jul 24, 2024
1 parent 7983fb0 commit 9052a3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/acr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@backstage/core-plugin-api": "^1.9.3",
"@backstage/plugin-catalog-react": "^1.12.1",
"@backstage/theme": "^0.5.6",
"@janus-idp/shared-react": "2.8.0",
"@janus-idp/shared-react": "^2.7.1",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.45",
Expand Down
2 changes: 1 addition & 1 deletion plugins/rbac-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"dependencies": {
"@backstage/backend-common": "^0.23.2",
"@backstage/backend-plugin-api": "^0.6.21",
"@backstage/backend-test-utils": "^0.4.3",
"@backstage/catalog-client": "^1.6.5",
"@backstage/catalog-model": "^1.5.0",
"@backstage/config": "^1.2.0",
Expand All @@ -60,6 +59,7 @@
},
"devDependencies": {
"@backstage/cli": "0.26.10",
"@backstage/backend-test-utils": "^0.4.3",
"@types/express": "4.17.21",
"@types/node": "18.19.34",
"@types/supertest": "2.0.16",
Expand Down

0 comments on commit 9052a3f

Please sign in to comment.