Skip to content
Open
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
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@
]
},
"devDependencies": {
"@backstage/cli": "^0.25.0",
"@backstage/e2e-test-utils": "^0.1.0",
"@playwright/test": "^1.32.3",
"@spotify/prettier-config": "^12.0.0",
"@typescript-eslint/utils": "^6.16.0",
"concurrently": "^8.0.0",
"eslint": "^8.56.0",
"node-gyp": "^9.0.0",
"prettier": "^2.3.2",
"typescript": "~5.2.0"
"@backstage/cli": "^0.34.5",
"@backstage/e2e-test-utils": "^0.1.1",
"@playwright/test": "^1.56.1",
"@spotify/prettier-config": "^15.0.0",
"@typescript-eslint/utils": "^8.47.0",
"concurrently": "^9.2.1",
"eslint": "^9.39.1",
"node-gyp": "^12.1.0",
"prettier": "^3.6.2",
"typescript": "~5.9.3"
},
"resolutions": {
"@types/react": "^17",
Expand Down
58 changes: 29 additions & 29 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,42 +14,42 @@
"lint": "backstage-cli package lint"
},
"dependencies": {
"@backstage/app-defaults": "^1.4.6",
"@backstage/catalog-model": "^1.4.3",
"@backstage/cli": "^0.25.0",
"@backstage/core-app-api": "^1.11.2",
"@backstage/core-components": "^0.13.9",
"@backstage/core-plugin-api": "^1.8.1",
"@backstage/integration-react": "^1.1.22",
"@backstage/plugin-catalog": "^1.16.0",
"@backstage/plugin-catalog-common": "^1.0.19",
"@backstage/plugin-catalog-graph": "^0.3.2",
"@backstage/plugin-home": "^0.6.0",
"@backstage/plugin-kubernetes": "^0.11.3",
"@backstage/plugin-permission-react": "^0.4.18",
"@backstage/plugin-user-settings": "^0.7.14",
"@backstage/theme": "^0.5.0",
"@backstage/app-defaults": "^1.7.2",
"@backstage/catalog-model": "^1.7.6",
"@backstage/cli": "^0.34.5",
"@backstage/core-app-api": "^1.19.2",
"@backstage/core-components": "^0.18.3",
"@backstage/core-plugin-api": "^1.12.0",
"@backstage/integration-react": "^1.2.12",
"@backstage/plugin-catalog": "^1.32.0",
"@backstage/plugin-catalog-common": "^1.1.7",
"@backstage/plugin-catalog-graph": "^0.5.3",
"@backstage/plugin-home": "^0.8.14",
"@backstage/plugin-kubernetes": "^0.12.13",
"@backstage/plugin-permission-react": "^0.4.38",
"@backstage/plugin-user-settings": "^0.8.29",
"@backstage/theme": "^0.7.0",
"@internal/plugin-radius": "^0.1.0",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"history": "^5.0.0",
"jest-canvas-mock": "^2.5.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "^7.5.2",
"react-router-dom": "^6.3.0",
"react-use": "^17.2.4"
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-router": "^7.9.6",
"react-router-dom": "^7.9.6",
"react-use": "^17.6.0"
},
"devDependencies": {
"@backstage/test-utils": "^1.4.6",
"@playwright/test": "^1.32.3",
"@testing-library/dom": "^8.0.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
"@types/react": "^17",
"@types/react-dom": "^17",
"cross-env": "^7.0.0"
"@backstage/test-utils": "^1.7.13",
"@playwright/test": "^1.56.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19",
"@types/react-dom": "^19",
"cross-env": "^10.1.0"
},
"browserslist": {
"production": [
Expand Down
50 changes: 25 additions & 25 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,36 +16,36 @@
"build-image": "docker build ../.. -f Dockerfile -t ghcr.io/radius-project/dashboard"
},
"dependencies": {
"@backstage/backend-common": "^0.24.1",
"@backstage/backend-tasks": "^0.5.13",
"@backstage/catalog-client": "^1.5.1",
"@backstage/catalog-model": "^1.4.3",
"@backstage/config": "^1.1.1",
"@backstage/plugin-app-backend": "^0.3.56",
"@backstage/plugin-auth-backend": "^0.20.2",
"@backstage/plugin-auth-node": "^0.4.2",
"@backstage/plugin-catalog-backend": "^1.16.0",
"@backstage/plugin-kubernetes-backend": "^0.14.0",
"@backstage/plugin-kubernetes-node": "^0.1.2",
"@backstage/plugin-permission-common": "^0.7.11",
"@backstage/plugin-permission-node": "^0.7.19",
"@backstage/plugin-proxy-backend": "^0.4.6",
"@backstage/backend-common": "^0.25.0",
"@backstage/backend-tasks": "^0.6.1",
"@backstage/catalog-client": "^1.12.1",
"@backstage/catalog-model": "^1.7.6",
"@backstage/config": "^1.3.6",
"@backstage/plugin-app-backend": "^0.5.8",
"@backstage/plugin-auth-backend": "^0.25.6",
"@backstage/plugin-auth-node": "^0.6.9",
"@backstage/plugin-catalog-backend": "^3.2.0",
"@backstage/plugin-kubernetes-backend": "^0.20.4",
"@backstage/plugin-kubernetes-node": "^0.3.6",
"@backstage/plugin-permission-common": "^0.9.3",
"@backstage/plugin-permission-node": "^0.10.6",
"@backstage/plugin-proxy-backend": "^0.6.8",
"@internal/app": "^0.0.1",
"@internal/plugin-radius-backend": "^0.1.0",
"better-sqlite3": "^9.0.0",
"dockerode": "^3.3.1",
"express": "^4.19.2",
"better-sqlite3": "^12.4.5",
"dockerode": "^4.0.9",
"express": "^5.1.0",
"express-promise-router": "^4.1.0",
"node-gyp": "^9.0.0",
"pg": "^8.11.3",
"winston": "^3.2.1"
"node-gyp": "^12.1.0",
"pg": "^8.16.3",
"winston": "^3.18.3"
},
"devDependencies": {
"@backstage/cli": "^0.25.0",
"@types/dockerode": "^3.3.0",
"@types/express": "^4.17.6",
"@types/express-serve-static-core": "^4.17.5",
"@types/luxon": "^2.0.4"
"@backstage/cli": "^0.34.5",
"@types/dockerode": "^3.3.47",
"@types/express": "^5.0.5",
"@types/express-serve-static-core": "^5.1.0",
"@types/luxon": "^3.7.1"
},
"files": [
"dist"
Expand Down
68 changes: 34 additions & 34 deletions packages/rad-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,52 +24,52 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.23.6",
"@babel/preset-react": "^7.23.3",
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@babel/preset-react": "^7.28.5",
"@juggle/resize-observer": "^3.4.0",
"@storybook/addon-essentials": "^7.6.6",
"@storybook/addon-interactions": "^7.6.6",
"@storybook/addon-links": "^7.6.6",
"@storybook/addon-onboarding": "^1.0.10",
"@storybook/blocks": "^7.6.6",
"@storybook/react": "^7.6.6",
"@storybook/react-webpack5": "^7.6.6",
"@storybook/test": "^7.6.6",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^12.1.3",
"@storybook/addon-essentials": "^8.6.14",
"@storybook/addon-interactions": "^8.6.14",
"@storybook/addon-links": "^10.0.8",
"@storybook/addon-onboarding": "^10.0.8",
"@storybook/blocks": "^8.6.14",
"@storybook/react": "^10.0.8",
"@storybook/react-webpack5": "^10.0.8",
"@storybook/test": "^8.6.14",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/babel__preset-env": "^7",
"@types/dagre": "^0",
"@types/identity-obj-proxy": "^3",
"@types/react": "^18.2.45",
"@types/react-test-renderer": "^18",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"babel-jest": "^29.7.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.15",
"@types/react": "^19.2.6",
"@types/react-test-renderer": "^19",
"@typescript-eslint/eslint-plugin": "^8.47.0",
"@typescript-eslint/parser": "^8.47.0",
"babel-jest": "^30.2.0",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-storybook": "^10.0.8",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jsdom": "^23.0.1",
"prettier": "^3.1.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-test-renderer": "^17.0.0",
"storybook": "^7.6.4",
"typescript": "^5.3.3"
"jest": "^30.2.0",
"jsdom": "^27.2.0",
"prettier": "^3.6.2",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-test-renderer": "^19.2.0",
"storybook": "^10.0.8",
"typescript": "^5.9.3"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.2 || ^18.2.0",
"react-dom": "^16.13.1 || ^17.0.2 || ^18.2.0"
},
"dependencies": {
"@dagrejs/dagre": "^1.0.4",
"@dagrejs/dagre": "^2.0.0",
"dagre": "^0.8.5",
"reactflow": "^11.10.1"
"reactflow": "^11.11.4"
},
"publishConfig": {
"registry": "https://registry.yarnpkg.com",
Expand Down
18 changes: 9 additions & 9 deletions plugins/plugin-radius-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/backend-common": "^0.24.1",
"@backstage/config": "^1.1.1",
"@backstage/backend-common": "^0.25.0",
"@backstage/config": "^1.3.6",
"@types/express": "*",
"express": "^4.19.2",
"express": "^5.1.0",
"express-promise-router": "^4.1.0",
"node-fetch": "^2.6.7",
"winston": "^3.2.1",
"yn": "^4.0.0"
"node-fetch": "^3.3.2",
"winston": "^3.18.3",
"yn": "^5.1.0"
},
"devDependencies": {
"@backstage/cli": "^0.25.0",
"@backstage/cli": "^0.34.5",
"@types/supertest": "^2.0.12",
"msw": "^1.0.0",
"supertest": "^6.2.4"
"msw": "^2.12.2",
"supertest": "^7.1.4"
},
"files": [
"dist"
Expand Down
36 changes: 18 additions & 18 deletions plugins/plugin-radius/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,36 +24,36 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/core-components": "^0.13.9",
"@backstage/core-plugin-api": "^1.8.1",
"@backstage/plugin-kubernetes": "^0.11.3",
"@backstage/theme": "^0.5.0",
"@date-io/core": "^1.3.13",
"@material-table/core": "^5.0.0",
"@backstage/core-components": "^0.18.3",
"@backstage/core-plugin-api": "^1.12.0",
"@backstage/plugin-kubernetes": "^0.12.13",
"@backstage/theme": "^0.7.0",
"@date-io/core": "^3.2.0",
"@material-table/core": "^6.5.2",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.61",
"@radapp.io/rad-components": "^0.0.8",
"react-error-boundary": "^4.0.12",
"react-use": "^17.2.4"
"react-error-boundary": "^6.0.0",
"react-use": "^17.6.0"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.2",
"react-dom": "^16.13.1 || ^17.0.2",
"react-router-dom": "^6.3.0"
},
"devDependencies": {
"@backstage/cli": "^0.25.0",
"@backstage/core-app-api": "^1.11.2",
"@backstage/dev-utils": "^1.0.25",
"@backstage/plugin-kubernetes-common": "^0.7.2",
"@backstage/test-utils": "^1.4.6",
"@testing-library/dom": "^8.0.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
"@backstage/cli": "^0.34.5",
"@backstage/core-app-api": "^1.19.2",
"@backstage/dev-utils": "^1.1.17",
"@backstage/plugin-kubernetes-common": "^0.9.8",
"@backstage/test-utils": "^1.7.13",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"jest-canvas-mock": "^2.5.2",
"msw": "^1.0.0"
"msw": "^2.12.2"
},
"files": [
"dist"
Expand Down
Loading
Loading