Skip to content

Commit

Permalink
build: update to latest backstage packages and dependencies (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherFry committed Nov 17, 2022
1 parent a4546c0 commit 34f5daf
Show file tree
Hide file tree
Showing 7 changed files with 1,015 additions and 921 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.7.1"
"version": "1.8.2"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"engines": {
"node": "14 || 16"
"node": "16 || 18"
},
"scripts": {
"dev": "NODE_ENV=development concurrently \"yarn start\" \"yarn start-backend\"",
Expand Down Expand Up @@ -31,7 +31,7 @@
]
},
"devDependencies": {
"@backstage/cli": "^0.20.0",
"@backstage/cli": "^0.21.1",
"@spotify/prettier-config": "^12.0.0",
"concurrently": "^6.0.0",
"lerna": "^4.0.0",
Expand Down
36 changes: 18 additions & 18 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@
"role": "frontend"
},
"dependencies": {
"@backstage/app-defaults": "^1.0.7",
"@backstage/catalog-model": "^1.1.2",
"@backstage/cli": "^0.20.0",
"@backstage/core-app-api": "^1.1.1",
"@backstage/core-components": "^0.11.2",
"@backstage/core-plugin-api": "^1.0.7",
"@backstage/integration-react": "^1.1.5",
"@backstage/plugin-catalog": "^1.6.0",
"@backstage/plugin-catalog-common": "^1.0.7",
"@backstage/plugin-catalog-graph": "^0.2.22",
"@backstage/plugin-catalog-import": "^0.9.0",
"@backstage/plugin-catalog-react": "^1.2.0",
"@backstage/plugin-github-actions": "^0.5.10",
"@backstage/plugin-org": "^0.5.10",
"@backstage/plugin-permission-react": "^0.4.6",
"@backstage/plugin-techdocs": "^1.3.3",
"@backstage/plugin-user-settings": "^0.5.0",
"@backstage/app-defaults": "^1.0.8",
"@backstage/catalog-model": "^1.1.3",
"@backstage/cli": "^0.21.1",
"@backstage/core-app-api": "^1.2.0",
"@backstage/core-components": "^0.12.0",
"@backstage/core-plugin-api": "^1.1.0",
"@backstage/integration-react": "^1.1.6",
"@backstage/plugin-catalog": "^1.6.1",
"@backstage/plugin-catalog-common": "^1.0.8",
"@backstage/plugin-catalog-graph": "^0.2.23",
"@backstage/plugin-catalog-import": "^0.9.1",
"@backstage/plugin-catalog-react": "^1.2.1",
"@backstage/plugin-github-actions": "^0.5.11",
"@backstage/plugin-org": "^0.6.0",
"@backstage/plugin-permission-react": "^0.4.7",
"@backstage/plugin-techdocs": "^1.4.0",
"@backstage/plugin-user-settings": "^0.5.1",
"@backstage/theme": "^0.2.16",
"@kpt/backstage-plugin-cad": "*",
"@material-ui/core": "^4.12.2",
Expand All @@ -36,7 +36,7 @@
"react-use": "^15.3.3"
},
"devDependencies": {
"@backstage/test-utils": "^1.2.1",
"@backstage/test-utils": "^1.2.2",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^12.0.7",
Expand Down
26 changes: 13 additions & 13 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/backend-common": "^0.15.2",
"@backstage/backend-tasks": "^0.3.6",
"@backstage/catalog-client": "^1.1.1",
"@backstage/catalog-model": "^1.1.2",
"@backstage/config": "^1.0.3",
"@backstage/plugin-app-backend": "^0.3.37",
"@backstage/plugin-auth-backend": "^0.17.0",
"@backstage/plugin-catalog-backend": "^1.5.0",
"@backstage/plugin-permission-common": "^0.7.0",
"@backstage/plugin-permission-node": "^0.7.0",
"@backstage/plugin-proxy-backend": "^0.2.31",
"@backstage/plugin-techdocs-backend": "^1.4.0",
"@backstage/backend-common": "^0.16.0",
"@backstage/backend-tasks": "^0.3.7",
"@backstage/catalog-client": "^1.1.2",
"@backstage/catalog-model": "^1.1.3",
"@backstage/config": "^1.0.4",
"@backstage/plugin-app-backend": "^0.3.38",
"@backstage/plugin-auth-backend": "^0.17.1",
"@backstage/plugin-catalog-backend": "^1.5.1",
"@backstage/plugin-permission-common": "^0.7.1",
"@backstage/plugin-permission-node": "^0.7.1",
"@backstage/plugin-proxy-backend": "^0.2.32",
"@backstage/plugin-techdocs-backend": "^1.4.1",
"@kpt/backstage-plugin-cad-backend": "*",
"app": "link:../app",
"better-sqlite3": "^7.5.0",
Expand All @@ -37,7 +37,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.20.0",
"@backstage/cli": "^0.21.1",
"@types/dockerode": "^3.3.0",
"@types/express": "^4.17.6",
"@types/express-serve-static-core": "^4.17.5",
Expand Down
6 changes: 3 additions & 3 deletions plugins/cad-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/backend-common": "^0.15.2",
"@backstage/config": "^1.0.3",
"@backstage/backend-common": "^0.16.0",
"@backstage/config": "^1.0.4",
"@kubernetes/client-node": "^0.16.0",
"@types/express": "*",
"express": "^4.17.1",
Expand All @@ -39,7 +39,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.20.0",
"@backstage/cli": "^0.21.1",
"@types/supertest": "^2.0.8",
"msw": "^0.35.0",
"supertest": "^6.1.6"
Expand Down
12 changes: 6 additions & 6 deletions plugins/cad/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/core-components": "^0.11.2",
"@backstage/core-plugin-api": "^1.0.7",
"@backstage/core-components": "^0.12.0",
"@backstage/core-plugin-api": "^1.1.0",
"@backstage/theme": "^0.2.16",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
Expand All @@ -48,10 +48,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.20.0",
"@backstage/core-app-api": "^1.1.1",
"@backstage/dev-utils": "^1.0.7",
"@backstage/test-utils": "^1.2.1",
"@backstage/cli": "^0.21.1",
"@backstage/core-app-api": "^1.2.0",
"@backstage/dev-utils": "^1.0.8",
"@backstage/test-utils": "^1.2.2",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
Expand Down
Loading

0 comments on commit 34f5daf

Please sign in to comment.