Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade backstage versions #12

Merged
merged 4 commits into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backstage.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.33.5"
"version": "1.35.0"
}
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,15 @@
]
},
"dependencies": {
"@backstage/app-defaults": "^1.5.14",
"@backstage/app-defaults": "^1.5.16",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.3.0"
},
"devDependencies": {
"@backstage/cli": "^0.29.2",
"@backstage/cli": "^0.29.5",
"@backstage/e2e-test-utils": "^0.1.1",
"@playwright/test": "^1.32.3",
"@spotify/prettier-config": "^12.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"husky": "^9.1.1",
Expand All @@ -56,7 +55,7 @@
"@types/react": "^18",
"@types/react-dom": "^18"
},
"prettier": "@spotify/prettier-config",
"prettier": "@backstage/cli/config/prettier",
"lint-staged": {
"*.{js,jsx,ts,tsx,mjs,cjs}": [
"eslint --fix",
Expand Down
23 changes: 11 additions & 12 deletions plugins/policy-reporter-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyverno/backstage-plugin-policy-reporter-backend",
"version": "2.0.0",
"version": "2.0.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -33,25 +33,24 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/backend-defaults": "^0.5.3",
"@backstage/backend-plugin-api": "^1.0.2",
"@backstage/config": "^1.3.0",
"@backstage/plugin-catalog-node": "^1.14.0",
"@backstage/backend-defaults": "^0.7.0",
"@backstage/backend-plugin-api": "^1.1.1",
"@backstage/config": "^1.3.2",
"@backstage/plugin-catalog-node": "^1.15.1",
"@kyverno/backstage-plugin-policy-reporter-common": "workspace:^",
"@types/express": "*",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"node-fetch": "^3.3.2",
"winston": "^3.2.1",
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/backend-test-utils": "^1.1.0",
"@backstage/catalog-model": "^1.7.1",
"@backstage/cli": "^0.29.2",
"@backstage/plugin-auth-backend": "^0.24.0",
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.2",
"@backstage/plugin-catalog-backend": "^1.28.0",
"@backstage/backend-test-utils": "^1.2.1",
"@backstage/catalog-model": "^1.7.3",
"@backstage/cli": "^0.29.5",
"@backstage/plugin-auth-backend": "^0.24.2",
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.4",
"@backstage/plugin-catalog-backend": "^1.30.0",
"@types/supertest": "^2.0.12",
"better-sqlite3": "^9.0.0",
"msw": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions plugins/policy-reporter-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kyverno/backstage-plugin-policy-reporter-common",
"description": "Common functionalities for the policy-reporter plugin",
"version": "2.0.0",
"version": "2.0.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -34,7 +34,7 @@
"postpack": "backstage-cli package postpack"
},
"devDependencies": {
"@backstage/cli": "^0.29.2"
"@backstage/cli": "^0.29.5"
},
"files": [
"dist"
Expand Down
22 changes: 11 additions & 11 deletions plugins/policy-reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyverno/backstage-plugin-policy-reporter",
"version": "2.0.0",
"version": "2.0.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -34,12 +34,12 @@
"directory": "plugins/policy-reporter"
},
"dependencies": {
"@backstage/catalog-client": "^1.8.0",
"@backstage/catalog-model": "^1.7.1",
"@backstage/core-components": "^0.16.1",
"@backstage/core-plugin-api": "^1.10.1",
"@backstage/plugin-catalog-react": "^1.14.2",
"@backstage/theme": "^0.6.2",
"@backstage/catalog-client": "^1.9.1",
"@backstage/catalog-model": "^1.7.3",
"@backstage/core-components": "^0.16.3",
"@backstage/core-plugin-api": "^1.10.3",
"@backstage/plugin-catalog-react": "^1.15.1",
"@backstage/theme": "^0.6.3",
"@kyverno/backstage-plugin-policy-reporter-common": "workspace:^",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.9.1",
Expand All @@ -50,10 +50,10 @@
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.29.2",
"@backstage/core-app-api": "^1.15.2",
"@backstage/dev-utils": "^1.1.4",
"@backstage/test-utils": "^1.7.2",
"@backstage/cli": "^0.29.5",
"@backstage/core-app-api": "^1.15.4",
"@backstage/dev-utils": "^1.1.6",
"@backstage/test-utils": "^1.7.4",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.0.0",
Expand Down
Loading
Loading