Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Irma12 authored and kissmikijr committed Sep 28, 2023
1 parent 9e6afc7 commit e041455
Show file tree
Hide file tree
Showing 33 changed files with 1,445 additions and 978 deletions.
2 changes: 1 addition & 1 deletion backstage.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.17.5"
"version": "1.18.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
]
},
"devDependencies": {
"@backstage/cli": "^0.22.12",
"@backstage/cli": "^0.22.13",
"@spotify/prettier-config": "^14.0.0",
"@types/webpack": "^5.28.0",
"concurrently": "^7.0.0",
Expand Down
44 changes: 22 additions & 22 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,29 @@
},
"bundled": true,
"dependencies": {
"@backstage/app-defaults": "^1.4.2",
"@backstage/catalog-model": "^1.4.1",
"@backstage/app-defaults": "^1.4.3",
"@backstage/catalog-model": "^1.4.2",
"@roadiehq/backstage-plugin-cloudsmith": "^1.0.10",
"@backstage/cli": "^0.22.12",
"@backstage/core-app-api": "^1.9.1",
"@backstage/core-components": "^0.13.4",
"@backstage/core-plugin-api": "^1.5.3",
"@backstage/integration-react": "^1.1.18",
"@backstage/plugin-api-docs": "^0.9.10",
"@backstage/plugin-catalog": "^1.12.4",
"@backstage/plugin-catalog-graph": "^0.2.35",
"@backstage/plugin-catalog-import": "^0.9.13",
"@backstage/plugin-catalog-react": "^1.8.3",
"@backstage/plugin-github-actions": "^0.6.4",
"@backstage/plugin-home": "^0.5.7",
"@backstage/plugin-org": "^0.6.13",
"@backstage/plugin-scaffolder": "^1.14.4",
"@backstage/plugin-search": "^1.3.6",
"@backstage/plugin-tech-radar": "^0.6.7",
"@backstage/plugin-techdocs": "^1.6.8",
"@backstage/plugin-user-settings": "^0.7.8",
"@backstage/test-utils": "^1.4.2",
"@backstage/theme": "^0.4.1",
"@backstage/cli": "^0.22.13",
"@backstage/core-app-api": "^1.10.0",
"@backstage/core-components": "^0.13.5",
"@backstage/core-plugin-api": "^1.6.0",
"@backstage/integration-react": "^1.1.19",
"@backstage/plugin-api-docs": "^0.9.11",
"@backstage/plugin-catalog": "^1.13.0",
"@backstage/plugin-catalog-graph": "^0.2.36",
"@backstage/plugin-catalog-import": "^0.10.0",
"@backstage/plugin-catalog-react": "^1.8.4",
"@backstage/plugin-github-actions": "^0.6.5",
"@backstage/plugin-home": "^0.5.8",
"@backstage/plugin-org": "^0.6.14",
"@backstage/plugin-scaffolder": "^1.15.0",
"@backstage/plugin-search": "^1.4.0",
"@backstage/plugin-tech-radar": "^0.6.8",
"@backstage/plugin-techdocs": "^1.7.0",
"@backstage/plugin-user-settings": "^0.7.10",
"@backstage/test-utils": "^1.4.3",
"@backstage/theme": "^0.4.2",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@roadiehq/backstage-plugin-argo-cd": "^2.2.16",
Expand Down
30 changes: 15 additions & 15 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
"migrate:create": "knex migrate:make -x ts"
},
"dependencies": {
"@backstage/backend-common": "^0.19.4",
"@backstage/backend-tasks": "^0.5.7",
"@backstage/catalog-client": "^1.4.3",
"@backstage/catalog-model": "^1.4.1",
"@backstage/config": "^1.0.8",
"@backstage/integration": "^1.6.2",
"@backstage/plugin-app-backend": "^0.3.50",
"@backstage/plugin-auth-backend": "^0.18.8",
"@backstage/plugin-catalog-backend": "^1.12.4",
"@backstage/plugin-permission-common": "^0.7.7",
"@backstage/plugin-permission-node": "^0.7.13",
"@backstage/plugin-proxy-backend": "^0.3.2",
"@backstage/plugin-scaffolder-backend": "^1.16.5",
"@backstage/plugin-techdocs-backend": "^1.6.7",
"@backstage/backend-common": "^0.19.5",
"@backstage/backend-tasks": "^0.5.8",
"@backstage/catalog-client": "^1.4.4",
"@backstage/catalog-model": "^1.4.2",
"@backstage/config": "^1.1.0",
"@backstage/integration": "^1.7.0",
"@backstage/plugin-app-backend": "^0.3.51",
"@backstage/plugin-auth-backend": "^0.19.0",
"@backstage/plugin-catalog-backend": "^1.13.0",
"@backstage/plugin-permission-common": "^0.7.8",
"@backstage/plugin-permission-node": "^0.7.14",
"@backstage/plugin-proxy-backend": "^0.4.0",
"@backstage/plugin-scaffolder-backend": "^1.17.0",
"@backstage/plugin-techdocs-backend": "^1.7.0",
"@gitbeaker/node": "^29.2.0",
"@octokit/rest": "^19.0.3",
"@roadiehq/backstage-plugin-argo-cd-backend": "2.11.2",
Expand All @@ -55,7 +55,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.22.12",
"@backstage/cli": "^0.22.13",
"@types/dockerode": "^3.2.1",
"@types/express": "^4.17.6",
"@types/express-serve-static-core": "^4.17.5"
Expand Down
8 changes: 4 additions & 4 deletions plugins/backend/backstage-aws-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/backend-common": "^0.19.4",
"@backstage/catalog-client": "^1.4.3",
"@backstage/config": "^1.0.8",
"@backstage/backend-common": "^0.19.5",
"@backstage/catalog-client": "^1.4.4",
"@backstage/config": "^1.1.0",
"@types/express": "^4.17.6",
"@aws-sdk/client-cloudcontrol": "^3.53.0",
"@aws-sdk/credential-providers": "^3.53.0",
Expand All @@ -39,7 +39,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.22.12",
"@backstage/cli": "^0.22.13",
"@types/supertest": "^2.0.8",
"supertest": "^4.0.2",
"aws-sdk-client-mock": "^0.6.2",
Expand Down
8 changes: 4 additions & 4 deletions plugins/backend/backstage-plugin-argo-cd-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/backend-common": "^0.19.4",
"@backstage/catalog-client": "^1.4.3",
"@backstage/config": "^1.0.8",
"@backstage/backend-common": "^0.19.5",
"@backstage/catalog-client": "^1.4.4",
"@backstage/config": "^1.1.0",
"@types/express": "^4.17.6",
"cross-fetch": "^3.1.4",
"express": "^4.17.1",
Expand All @@ -38,7 +38,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.22.12",
"@backstage/cli": "^0.22.13",
"@types/supertest": "^2.0.8",
"jest-fetch-mock": "^3.0.3",
"supertest": "^4.0.2",
Expand Down
6 changes: 3 additions & 3 deletions plugins/backend/backstage-plugin-aws-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"directory": "plugins/backend/backstage-plugin-argo-cd-backend"
},
"dependencies": {
"@backstage/backend-common": "^0.19.4",
"@backstage/backend-common": "^0.19.5",
"@types/express": "^4.17.11",
"aws-sdk": "^2.902.0",
"cors": "^2.8.5",
Expand All @@ -38,8 +38,8 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.22.12",
"@backstage/dev-utils": "^1.0.20"
"@backstage/cli": "^0.22.13",
"@backstage/dev-utils": "^1.0.21"
},
"files": [
"dist"
Expand Down
18 changes: 9 additions & 9 deletions plugins/backend/catalog-backend-module-aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,22 @@
"@aws-sdk/client-sts": "3.76.0",
"@aws-sdk/credential-providers": "3.76.0",
"@aws-sdk/lib-dynamodb": "3.76.0",
"@backstage/backend-common": "^0.19.4",
"@backstage/catalog-client": "^1.4.3",
"@backstage/catalog-model": "^1.4.1",
"@backstage/config": "^1.0.8",
"@backstage/errors": "^1.2.1",
"@backstage/plugin-catalog-backend": "^1.12.4",
"@backstage/plugin-catalog-node": "^1.4.3",
"@backstage/types": "^1.1.0",
"@backstage/backend-common": "^0.19.5",
"@backstage/catalog-client": "^1.4.4",
"@backstage/catalog-model": "^1.4.2",
"@backstage/config": "^1.1.0",
"@backstage/errors": "^1.2.2",
"@backstage/plugin-catalog-backend": "^1.13.0",
"@backstage/plugin-catalog-node": "^1.4.4",
"@backstage/types": "^1.1.1",
"crypto-js": "^4.1.1",
"link2aws": "^1.0.8",
"lodash": "^4.17.21",
"p-limit": "^3.0.2",
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.22.12",
"@backstage/cli": "^0.22.13",
"@types/crypto-js": "^4.1.1",
"@types/link2aws": "^1.0.0",
"@types/lodash": "^4.14.151",
Expand Down
18 changes: 9 additions & 9 deletions plugins/backend/catalog-backend-module-okta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,22 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/backend-common": "^0.19.4",
"@backstage/catalog-client": "^1.4.3",
"@backstage/catalog-model": "^1.4.1",
"@backstage/plugin-catalog-node": "^1.4.3",
"@backstage/config": "^1.0.8",
"@backstage/errors": "^1.2.1",
"@backstage/plugin-catalog-backend": "^1.12.4",
"@backstage/types": "^1.1.0",
"@backstage/backend-common": "^0.19.5",
"@backstage/catalog-client": "^1.4.4",
"@backstage/catalog-model": "^1.4.2",
"@backstage/plugin-catalog-node": "^1.4.4",
"@backstage/config": "^1.1.0",
"@backstage/errors": "^1.2.2",
"@backstage/plugin-catalog-backend": "^1.13.0",
"@backstage/types": "^1.1.1",
"@okta/okta-sdk-nodejs": "^6.6.0",
"crypto-js": "^4.1.1",
"lodash": "^4.17.21",
"p-limit": "^3.0.2",
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.22.12",
"@backstage/cli": "^0.22.13",
"@types/lodash": "^4.14.151",
"@types/crypto-js": "^4.1.1",
"yaml": "^2.2.2"
Expand Down
18 changes: 9 additions & 9 deletions plugins/frontend/backstage-plugin-argo-cd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/catalog-model": "^1.4.1",
"@backstage/core-components": "^0.13.4",
"@backstage/core-plugin-api": "^1.5.3",
"@backstage/plugin-catalog-react": "^1.8.3",
"@backstage/theme": "^0.4.1",
"@backstage/catalog-model": "^1.4.2",
"@backstage/core-components": "^0.13.5",
"@backstage/core-plugin-api": "^1.6.0",
"@backstage/plugin-catalog-react": "^1.8.4",
"@backstage/theme": "^0.4.2",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.45",
Expand All @@ -58,10 +58,10 @@
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
},
"devDependencies": {
"@backstage/cli": "^0.22.12",
"@backstage/core-app-api": "^1.9.1",
"@backstage/dev-utils": "^1.0.20",
"@backstage/test-utils": "^1.4.2",
"@backstage/cli": "^0.22.13",
"@backstage/core-app-api": "^1.10.0",
"@backstage/dev-utils": "^1.0.21",
"@backstage/test-utils": "^1.4.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@testing-library/jest-dom": "^5.12.0",
Expand Down
16 changes: 8 additions & 8 deletions plugins/frontend/backstage-plugin-aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/catalog-model": "^1.4.1",
"@backstage/core-components": "^0.13.4",
"@backstage/core-plugin-api": "^1.5.3",
"@backstage/plugin-catalog-react": "^1.8.3",
"@backstage/catalog-model": "^1.4.2",
"@backstage/core-components": "^0.13.5",
"@backstage/core-plugin-api": "^1.6.0",
"@backstage/plugin-catalog-react": "^1.8.4",
"@material-ui/core": "^4.11.0",
"@material-ui/lab": "4.0.0-alpha.45",
"aws-sdk": "^2.876.0",
Expand All @@ -51,10 +51,10 @@
"react-dom": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.22.12",
"@backstage/core-app-api": "^1.9.1",
"@backstage/dev-utils": "^1.0.20",
"@backstage/test-utils": "^1.4.2",
"@backstage/cli": "^0.22.13",
"@backstage/core-app-api": "^1.10.0",
"@backstage/dev-utils": "^1.0.21",
"@backstage/test-utils": "^1.4.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@testing-library/jest-dom": "^5.12.0",
Expand Down
18 changes: 9 additions & 9 deletions plugins/frontend/backstage-plugin-aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/core-components": "^0.13.4",
"@backstage/core-plugin-api": "^1.5.3",
"@backstage/catalog-model": "^1.4.1",
"@backstage/plugin-catalog-react": "^1.8.3",
"@backstage/theme": "^0.4.1",
"@backstage/core-components": "^0.13.5",
"@backstage/core-plugin-api": "^1.6.0",
"@backstage/catalog-model": "^1.4.2",
"@backstage/plugin-catalog-react": "^1.8.4",
"@backstage/theme": "^0.4.2",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.45",
Expand All @@ -48,10 +48,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.22.12",
"@backstage/core-app-api": "^1.9.1",
"@backstage/dev-utils": "^1.0.20",
"@backstage/test-utils": "^1.4.2",
"@backstage/cli": "^0.22.13",
"@backstage/core-app-api": "^1.10.0",
"@backstage/dev-utils": "^1.0.21",
"@backstage/test-utils": "^1.4.3",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.1.8",
Expand Down
18 changes: 9 additions & 9 deletions plugins/frontend/backstage-plugin-bugsnag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/catalog-model": "^1.4.1",
"@backstage/core-components": "^0.13.4",
"@backstage/core-plugin-api": "^1.5.3",
"@backstage/plugin-catalog-react": "^1.8.3",
"@backstage/theme": "^0.4.1",
"@backstage/catalog-model": "^1.4.2",
"@backstage/core-components": "^0.13.5",
"@backstage/core-plugin-api": "^1.6.0",
"@backstage/plugin-catalog-react": "^1.8.4",
"@backstage/theme": "^0.4.2",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.45",
Expand All @@ -48,10 +48,10 @@
"react-dom": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.22.12",
"@backstage/core-app-api": "^1.9.1",
"@backstage/dev-utils": "^1.0.20",
"@backstage/test-utils": "^1.4.2",
"@backstage/cli": "^0.22.13",
"@backstage/core-app-api": "^1.10.0",
"@backstage/dev-utils": "^1.0.21",
"@backstage/test-utils": "^1.4.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@testing-library/jest-dom": "^5.10.1",
Expand Down
18 changes: 9 additions & 9 deletions plugins/frontend/backstage-plugin-buildkite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/catalog-model": "^1.4.1",
"@backstage/core-components": "^0.13.4",
"@backstage/core-plugin-api": "^1.5.3",
"@backstage/plugin-catalog-react": "^1.8.3",
"@backstage/theme": "^0.4.1",
"@backstage/catalog-model": "^1.4.2",
"@backstage/core-components": "^0.13.5",
"@backstage/core-plugin-api": "^1.6.0",
"@backstage/plugin-catalog-react": "^1.8.4",
"@backstage/theme": "^0.4.2",
"@material-ui/core": "^4.12.1",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "4.0.0-alpha.57",
Expand All @@ -52,10 +52,10 @@
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
},
"devDependencies": {
"@backstage/cli": "^0.22.12",
"@backstage/core-app-api": "^1.9.1",
"@backstage/dev-utils": "^1.0.20",
"@backstage/test-utils": "^1.4.2",
"@backstage/cli": "^0.22.13",
"@backstage/core-app-api": "^1.10.0",
"@backstage/dev-utils": "^1.0.21",
"@backstage/test-utils": "^1.4.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@testing-library/jest-dom": "^5.10.1",
Expand Down
Loading

0 comments on commit e041455

Please sign in to comment.