Skip to content

Commit

Permalink
chore(deps): fix versions in bulk-import-backend and orchestrator-bac…
Browse files Browse the repository at this point in the history
…kend
  • Loading branch information
kim-tsao committed Oct 22, 2024
1 parent faf313d commit 41ffcd4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 97 deletions.
4 changes: 2 additions & 2 deletions plugins/bulk-import-backend/dist-dynamic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-bulk-import-backend-dynamic",
"version": "1.3.1",
"version": "1.5.5",
"main": "./dist/index.cjs.js",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"devDependencies": {},
"peerDependencies": {
"@janus-idp/backstage-plugin-audit-log-node": "1.4.0",
"@janus-idp/backstage-plugin-audit-log-node": "1.4.1",
"@backstage/backend-app-api": "^0.8.0",
"@backstage/backend-common": "^0.23.3",
"@backstage/backend-dynamic-feature-service": "^0.2.15",
Expand Down
6 changes: 3 additions & 3 deletions plugins/bulk-import-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-bulk-import-backend",
"version": "1.3.1",
"version": "1.5.5",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -63,7 +63,7 @@
"@backstage/plugin-catalog-node": "^1.12.4",
"@backstage/plugin-permission-common": "^0.8.0",
"@backstage/plugin-permission-node": "^0.8.0",
"@janus-idp/backstage-plugin-bulk-import-common": "0.2.0",
"@janus-idp/backstage-plugin-bulk-import-common": "1.0.1",
"@octokit/auth-app": "^6.0.3",
"@octokit/core": "^5.1.0",
"@octokit/rest": "^20.0.2",
Expand All @@ -90,7 +90,7 @@
"supertest": "6.3.4"
},
"peerDependencies": {
"@janus-idp/backstage-plugin-audit-log-node": "1.4.0"
"@janus-idp/backstage-plugin-audit-log-node": "1.4.1"
},
"files": [
"dist",
Expand Down
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 @@ -68,7 +68,7 @@
"devDependencies": {},
"peerDependencies": {
"@janus-idp/backstage-plugin-rbac-common": "1.9.0",
"@janus-idp/backstage-plugin-audit-log-node": "1.4.0",
"@janus-idp/backstage-plugin-audit-log-node": "1.4.1",
"@backstage/backend-app-api": "^0.8.0",
"@backstage/backend-common": "^0.23.3",
"@backstage/backend-dynamic-feature-service": "^0.2.15",
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 @@ -115,7 +115,7 @@
},
"peerDependencies": {
"@janus-idp/backstage-plugin-rbac-common": "1.9.0",
"@janus-idp/backstage-plugin-audit-log-node": "1.4.0"
"@janus-idp/backstage-plugin-audit-log-node": "1.4.1"
},
"maintainers": [
"@janus-idp/maintainers-plugins",
Expand Down
90 changes: 0 additions & 90 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 41ffcd4

Please sign in to comment.