Skip to content

Commit

Permalink
fix(deps): rollback unreleased plugins (#1951)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatAKnight authored Jul 24, 2024
1 parent 4d07346 commit 8b77969
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion plugins/orchestrator-backend/dist-dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
"devDependencies": {},
"peerDependencies": {
"@janus-idp/backstage-plugin-rbac-common": "1.7.1",
"@janus-idp/backstage-plugin-rbac-common": "1.7.0",
"@janus-idp/backstage-plugin-audit-log-node": "1.3.0",
"@backstage/backend-app-api": "^0.7.9",
"@backstage/backend-common": "^0.23.2",
Expand Down
2 changes: 1 addition & 1 deletion plugins/orchestrator-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"@types/json-schema": "7.0.15"
},
"peerDependencies": {
"@janus-idp/backstage-plugin-rbac-common": "1.7.1",
"@janus-idp/backstage-plugin-rbac-common": "1.7.0",
"@janus-idp/backstage-plugin-audit-log-node": "1.3.0"
},
"maintainers": [
Expand Down
4 changes: 2 additions & 2 deletions plugins/rbac-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"@backstage/plugin-permission-common": "^0.7.14",
"@backstage/plugin-permission-node": "^0.7.32",
"@dagrejs/graphlib": "^2.1.13",
"@janus-idp/backstage-plugin-rbac-common": "1.7.1",
"@janus-idp/backstage-plugin-rbac-node": "1.3.0",
"@janus-idp/backstage-plugin-rbac-common": "1.7.0",
"@janus-idp/backstage-plugin-rbac-node": "1.2.0",
"@janus-idp/backstage-plugin-audit-log-node": "1.3.0",
"casbin": "^5.27.1",
"chokidar": "^3.6.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/rbac-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@janus-idp/backstage-plugin-rbac-common",
"description": "Common functionalities for the rbac-common plugin",
"version": "1.7.1",
"version": "1.7.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/rbac-node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@janus-idp/backstage-plugin-rbac-node",
"description": "Node.js library for the rbac plugin",
"version": "1.3.0",
"version": "1.2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/rbac/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@backstage/plugin-permission-common": "^0.7.14",
"@backstage/plugin-permission-react": "^0.4.23",
"@backstage/theme": "^0.5.6",
"@janus-idp/backstage-plugin-rbac-common": "1.7.1",
"@janus-idp/backstage-plugin-rbac-common": "1.7.0",
"@janus-idp/shared-react": "2.8.0",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.11.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@janus-idp/backstage-scaffolder-backend-module-annotator-dynamic",
"description": "The annotator module for @backstage/plugin-scaffolder-backend",
"version": "1.2.0",
"version": "1.1.0",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/scaffolder-annotator-action/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@janus-idp/backstage-scaffolder-backend-module-annotator",
"description": "The annotator module for @backstage/plugin-scaffolder-backend",
"version": "1.2.0",
"version": "1.1.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/topology-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@janus-idp/backstage-plugin-topology-common",
"description": "Common functionalities for the topology plugin",
"version": "1.2.1",
"version": "1.2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/topology/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@backstage/plugin-kubernetes-common": "^0.8.0",
"@backstage/plugin-permission-react": "^0.4.23",
"@backstage/theme": "^0.5.6",
"@janus-idp/backstage-plugin-topology-common": "1.2.1",
"@janus-idp/backstage-plugin-topology-common": "1.2.0",
"@janus-idp/shared-react": "2.8.0",
"@kubernetes/client-node": "^0.20.0",
"@material-ui/core": "^4.9.13",
Expand Down

0 comments on commit 8b77969

Please sign in to comment.