diff --git a/package.json b/package.json index 78e647b9c9..436c796514 100644 --- a/package.json +++ b/package.json @@ -63,8 +63,8 @@ "@types/node": "^16.11.26", "@types/webpack": "^5.28.0", "command-exists": "^1.2.9", - "cross-env": "^7.0.0", "concurrently": "^7.0.0", + "cross-env": "^7.0.0", "eslint-plugin-notice": "^0.9.10", "fs-extra": "10.1.0", "husky": "^8.0.0", diff --git a/packages/app-defaults/package.json b/packages/app-defaults/package.json index 9a6c61d98b..e7e2b8fbf4 100644 --- a/packages/app-defaults/package.json +++ b/packages/app-defaults/package.json @@ -2,7 +2,6 @@ "name": "@backstage/app-defaults", "description": "Provides the default wiring of a Backstage App", "version": "1.0.6-next.1", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", @@ -33,8 +32,8 @@ "start": "backstage-cli package start" }, "dependencies": { - "@backstage/core-components": "^0.11.1-next.1", "@backstage/core-app-api": "^1.1.0-next.1", + "@backstage/core-components": "^0.11.1-next.1", "@backstage/core-plugin-api": "^1.0.6-next.1", "@backstage/plugin-permission-react": "^0.4.5-next.1", "@backstage/theme": "^0.2.16", diff --git a/packages/app/package.json b/packages/app/package.json index 3e57815157..4d93244375 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -16,9 +16,9 @@ "@backstage/core-plugin-api": "^1.0.6-next.1", "@backstage/integration-react": "^1.1.4-next.0", "@backstage/plugin-airbrake": "^0.3.9-next.1", + "@backstage/plugin-apache-airflow": "^0.2.2-next.1", "@backstage/plugin-api-docs": "^0.8.9-next.1", "@backstage/plugin-azure-devops": "^0.2.0-next.1", - "@backstage/plugin-apache-airflow": "^0.2.2-next.1", "@backstage/plugin-badges": "^0.2.33-next.1", "@backstage/plugin-catalog-common": "^1.0.6-next.0", "@backstage/plugin-catalog-graph": "^0.2.21-next.1", @@ -61,6 +61,7 @@ "@backstage/plugin-todo": "^0.2.11-next.1", "@backstage/plugin-user-settings": "^0.4.8-next.1", "@backstage/theme": "^0.2.16", + "@internal/plugin-catalog-customized": "0.0.2-next.0", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", @@ -69,7 +70,6 @@ "@roadiehq/backstage-plugin-github-insights": "^2.0.0", "@roadiehq/backstage-plugin-github-pull-requests": "^2.0.0", "@roadiehq/backstage-plugin-travis-ci": "^2.0.0", - "@internal/plugin-catalog-customized": "0.0.2-next.0", "history": "^5.0.0", "prop-types": "^15.7.2", "react": "^17.0.2", diff --git a/packages/backend-app-api/package.json b/packages/backend-app-api/package.json index 5594ef85da..0ae48d4e9c 100644 --- a/packages/backend-app-api/package.json +++ b/packages/backend-app-api/package.json @@ -4,7 +4,6 @@ "version": "0.2.1-next.0", "main": "src/index.ts", "types": "src/index.ts", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", @@ -34,8 +33,8 @@ "start": "backstage-cli package start" }, "dependencies": { - "@backstage/backend-plugin-api": "^0.1.2-next.0", "@backstage/backend-common": "^0.15.1-next.1", + "@backstage/backend-plugin-api": "^0.1.2-next.0", "@backstage/backend-tasks": "^0.3.5-next.0", "@backstage/plugin-permission-node": "^0.6.5-next.1", "express": "^4.17.1", diff --git a/packages/backend-common/package.json b/packages/backend-common/package.json index 91d9196e64..5f61eb85a6 100644 --- a/packages/backend-common/package.json +++ b/packages/backend-common/package.json @@ -4,7 +4,6 @@ "version": "0.15.1-next.1", "main": "src/index.ts", "types": "src/index.ts", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", @@ -106,8 +105,8 @@ "@types/stoppable": "^1.1.0", "@types/supertest": "^2.0.8", "@types/tar": "^6.1.1", - "@types/yauzl": "^2.10.0", "@types/webpack-env": "^1.15.2", + "@types/yauzl": "^2.10.0", "aws-sdk-mock": "^5.2.1", "better-sqlite3": "^7.5.0", "http-errors": "^2.0.0", diff --git a/packages/backend-defaults/package.json b/packages/backend-defaults/package.json index 475c876566..9485091f76 100644 --- a/packages/backend-defaults/package.json +++ b/packages/backend-defaults/package.json @@ -4,7 +4,6 @@ "version": "0.1.1-next.0", "main": "src/index.ts", "types": "src/index.ts", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", diff --git a/packages/backend-plugin-api/package.json b/packages/backend-plugin-api/package.json index d4bcd45ca0..e5d10eda23 100644 --- a/packages/backend-plugin-api/package.json +++ b/packages/backend-plugin-api/package.json @@ -4,7 +4,6 @@ "version": "0.1.2-next.0", "main": "src/index.ts", "types": "src/index.ts", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", @@ -34,10 +33,10 @@ "start": "backstage-cli package start" }, "dependencies": { - "@backstage/config": "^1.0.1", "@backstage/backend-common": "^0.15.1-next.1", - "@backstage/plugin-permission-common": "^0.6.4-next.0", "@backstage/backend-tasks": "^0.3.5-next.0", + "@backstage/config": "^1.0.1", + "@backstage/plugin-permission-common": "^0.6.4-next.0", "@types/express": "^4.17.6", "express": "^4.17.1", "winston": "^3.2.1", diff --git a/packages/backend-tasks/package.json b/packages/backend-tasks/package.json index 12739a76a6..7d244a387c 100644 --- a/packages/backend-tasks/package.json +++ b/packages/backend-tasks/package.json @@ -4,7 +4,6 @@ "version": "0.3.5-next.0", "main": "src/index.ts", "types": "src/index.ts", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", diff --git a/packages/backend-test-utils/package.json b/packages/backend-test-utils/package.json index 382304fc5d..ce4db7226f 100644 --- a/packages/backend-test-utils/package.json +++ b/packages/backend-test-utils/package.json @@ -4,7 +4,6 @@ "version": "0.1.28-next.1", "main": "src/index.ts", "types": "src/index.ts", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", @@ -35,8 +34,8 @@ "start": "backstage-cli package start" }, "dependencies": { - "@backstage/backend-common": "^0.15.1-next.1", "@backstage/backend-app-api": "^0.2.1-next.0", + "@backstage/backend-common": "^0.15.1-next.1", "@backstage/backend-plugin-api": "^0.1.2-next.0", "@backstage/cli": "^0.19.0-next.1", "@backstage/config": "^1.0.1", diff --git a/packages/backend/package.json b/packages/backend/package.json index c226ae46f0..25a53d17be 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -41,8 +41,8 @@ "@backstage/plugin-code-coverage-backend": "^0.2.2-next.0", "@backstage/plugin-graphql-backend": "^0.1.26-next.1", "@backstage/plugin-jenkins-backend": "^0.1.26-next.1", - "@backstage/plugin-kubernetes-backend": "^0.7.2-next.1", "@backstage/plugin-kafka-backend": "^0.2.29-next.0", + "@backstage/plugin-kubernetes-backend": "^0.7.2-next.1", "@backstage/plugin-permission-backend": "^0.5.11-next.0", "@backstage/plugin-permission-common": "^0.6.4-next.0", "@backstage/plugin-permission-node": "^0.6.5-next.1", @@ -51,24 +51,24 @@ "@backstage/plugin-scaffolder-backend": "^1.6.0-next.1", "@backstage/plugin-scaffolder-backend-module-rails": "^0.4.4-next.0", "@backstage/plugin-search-backend": "^1.0.2-next.0", - "@backstage/plugin-search-common": "^1.0.1-next.0", - "@backstage/plugin-search-backend-node": "^1.0.2-next.1", "@backstage/plugin-search-backend-module-elasticsearch": "^1.0.2-next.0", "@backstage/plugin-search-backend-module-pg": "^0.4.0-next.1", - "@backstage/plugin-techdocs-backend": "^1.2.2-next.0", + "@backstage/plugin-search-backend-node": "^1.0.2-next.1", + "@backstage/plugin-search-common": "^1.0.1-next.0", "@backstage/plugin-tech-insights-backend": "^0.5.2-next.1", - "@backstage/plugin-tech-insights-node": "^0.3.4-next.0", "@backstage/plugin-tech-insights-backend-module-jsonfc": "^0.1.20-next.0", + "@backstage/plugin-tech-insights-node": "^0.3.4-next.0", + "@backstage/plugin-techdocs-backend": "^1.2.2-next.0", "@backstage/plugin-todo-backend": "^0.1.33-next.0", "@gitbeaker/node": "^35.1.0", "@octokit/rest": "^19.0.3", - "better-sqlite3": "^7.5.0", "azure-devops-node-api": "^11.0.1", + "better-sqlite3": "^7.5.0", "dockerode": "^3.3.1", "example-app": "link:../app", "express": "^4.17.1", - "express-promise-router": "^4.1.0", "express-prom-bundle": "^6.3.6", + "express-promise-router": "^4.1.0", "luxon": "^3.0.0", "pg": "^8.3.0", "pg-connection-string": "^2.3.0", diff --git a/packages/catalog-client/package.json b/packages/catalog-client/package.json index 701d721b5c..1f36714ca9 100644 --- a/packages/catalog-client/package.json +++ b/packages/catalog-client/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", diff --git a/packages/catalog-model/package.json b/packages/catalog-model/package.json index 068849aaa3..51513853d9 100644 --- a/packages/catalog-model/package.json +++ b/packages/catalog-model/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", diff --git a/packages/cli-common/package.json b/packages/cli-common/package.json index 82ef37c945..9dda5d09fc 100644 --- a/packages/cli-common/package.json +++ b/packages/cli-common/package.json @@ -2,7 +2,6 @@ "name": "@backstage/cli-common", "description": "Common functionality used by cli, backend, and create-app", "version": "0.1.9", - "private": false, "main": "src/index.ts", "types": "src/index.ts", "publishConfig": { diff --git a/packages/cli/package.json b/packages/cli/package.json index 3d715b6705..c9d2a50087 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -2,7 +2,6 @@ "name": "@backstage/cli", "description": "CLI for developing Backstage plugins and apps", "version": "0.19.0-next.1", - "private": false, "publishConfig": { "access": "public" }, diff --git a/packages/codemods/package.json b/packages/codemods/package.json index f64457d4d3..93e5c67972 100644 --- a/packages/codemods/package.json +++ b/packages/codemods/package.json @@ -2,7 +2,6 @@ "name": "@backstage/codemods", "description": "A collection of codemods for Backstage projects", "version": "0.1.38", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js" diff --git a/packages/config-loader/package.json b/packages/config-loader/package.json index ae9ead108f..aab3469d37 100644 --- a/packages/config-loader/package.json +++ b/packages/config-loader/package.json @@ -2,7 +2,6 @@ "name": "@backstage/config-loader", "description": "Config loading functionality used by Backstage backend, and CLI", "version": "1.1.4-next.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", diff --git a/packages/config/package.json b/packages/config/package.json index 28daa8fdcc..0c7da80307 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -2,7 +2,6 @@ "name": "@backstage/config", "description": "Config API used by Backstage core, backend, and CLI", "version": "1.0.1", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", diff --git a/packages/core-app-api/package.json b/packages/core-app-api/package.json index 7b8d481aa4..791dcff069 100644 --- a/packages/core-app-api/package.json +++ b/packages/core-app-api/package.json @@ -2,7 +2,6 @@ "name": "@backstage/core-app-api", "description": "Core app API used by Backstage apps", "version": "1.1.0-next.1", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", @@ -62,8 +61,8 @@ "msw": "^0.46.0", "react-router-beta": "npm:react-router@6.0.0-beta.0", "react-router-dom-beta": "npm:react-router-dom@6.0.0-beta.0", - "react-router-stable": "npm:react-router@^6.3.0", - "react-router-dom-stable": "npm:react-router-dom@^6.3.0" + "react-router-dom-stable": "npm:react-router-dom@^6.3.0", + "react-router-stable": "npm:react-router@^6.3.0" }, "files": [ "dist", diff --git a/packages/core-components/package.json b/packages/core-components/package.json index 10f3609086..452282ec2c 100644 --- a/packages/core-components/package.json +++ b/packages/core-components/package.json @@ -2,7 +2,6 @@ "name": "@backstage/core-components", "description": "Core components used by Backstage plugins and apps", "version": "0.11.1-next.1", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", @@ -42,6 +41,7 @@ "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", + "@react-hookz/web": "^15.0.0", "@types/react-sparklines": "^1.7.0", "@types/react-text-truncate": "^0.14.0", "ansi-regex": "^6.0.1", @@ -64,7 +64,6 @@ "react-syntax-highlighter": "^15.4.5", "react-text-truncate": "^0.19.0", "react-use": "^17.3.2", - "@react-hookz/web": "^15.0.0", "react-virtualized-auto-sizer": "^1.0.6", "react-window": "^1.8.6", "remark-gfm": "^3.0.1", @@ -79,18 +78,18 @@ "react-router-dom": "6.0.0-beta.0 || ^6.3.0" }, "devDependencies": { - "@backstage/core-app-api": "^1.1.0-next.1", "@backstage/cli": "^0.19.0-next.1", + "@backstage/core-app-api": "^1.1.0-next.1", "@backstage/test-utils": "^1.2.0-next.1", "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/react-hooks": "^8.0.0", "@testing-library/user-event": "^14.0.0", + "@types/ansi-regex": "^5.0.0", "@types/classnames": "^2.2.9", "@types/d3-selection": "^3.0.1", "@types/d3-shape": "^3.0.1", "@types/d3-zoom": "^3.0.1", - "@types/ansi-regex": "^5.0.0", "@types/dagre": "^0.7.44", "@types/google-protobuf": "^3.7.2", "@types/jest": "^26.0.7", diff --git a/packages/core-plugin-api/package.json b/packages/core-plugin-api/package.json index 84b1f214dc..24fa2e2460 100644 --- a/packages/core-plugin-api/package.json +++ b/packages/core-plugin-api/package.json @@ -2,7 +2,6 @@ "name": "@backstage/core-plugin-api", "description": "Core API used by Backstage plugins", "version": "1.0.6-next.1", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", diff --git a/packages/create-app/package.json b/packages/create-app/package.json index fb7e8a3e98..984d0e58d0 100644 --- a/packages/create-app/package.json +++ b/packages/create-app/package.json @@ -2,7 +2,6 @@ "name": "@backstage/create-app", "description": "A CLI that helps you create your own Backstage app", "version": "0.4.31-next.1", - "private": false, "publishConfig": { "access": "public" }, diff --git a/packages/dev-utils/package.json b/packages/dev-utils/package.json index 31db2d02d4..acf728069d 100644 --- a/packages/dev-utils/package.json +++ b/packages/dev-utils/package.json @@ -2,7 +2,6 @@ "name": "@backstage/dev-utils", "description": "Utilities for developing Backstage plugins.", "version": "1.0.6-next.1", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", @@ -34,10 +33,10 @@ }, "dependencies": { "@backstage/app-defaults": "^1.0.6-next.1", + "@backstage/catalog-model": "^1.1.0", "@backstage/core-app-api": "^1.1.0-next.1", "@backstage/core-components": "^0.11.1-next.1", "@backstage/core-plugin-api": "^1.0.6-next.1", - "@backstage/catalog-model": "^1.1.0", "@backstage/integration-react": "^1.1.4-next.0", "@backstage/plugin-catalog-react": "^1.1.4-next.1", "@backstage/test-utils": "^1.2.0-next.1", diff --git a/packages/e2e-test/package.json b/packages/e2e-test/package.json index 10de6783e4..911ec54596 100644 --- a/packages/e2e-test/package.json +++ b/packages/e2e-test/package.json @@ -25,9 +25,7 @@ "build": "backstage-cli package build", "clean": "backstage-cli package clean" }, - "bin": { - "e2e-test": "bin/e2e-test" - }, + "bin": "bin/e2e-test", "devDependencies": { "@backstage/cli-common": "^0.1.9-next.0", "@backstage/errors": "^1.1.0-next.0", diff --git a/packages/errors/package.json b/packages/errors/package.json index fec14f4946..b3ab79bc82 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", diff --git a/packages/integration-react/package.json b/packages/integration-react/package.json index 0199352a49..0dbb930a8c 100644 --- a/packages/integration-react/package.json +++ b/packages/integration-react/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", @@ -46,8 +45,8 @@ "@testing-library/user-event": "^14.0.0", "@types/jest": "^26.0.7", "@types/node": "^16.11.26", - "msw": "^0.46.0", - "cross-fetch": "^3.1.5" + "cross-fetch": "^3.1.5", + "msw": "^0.46.0" }, "files": [ "dist" diff --git a/packages/integration/package.json b/packages/integration/package.json index f9b4beedcc..2492080654 100644 --- a/packages/integration/package.json +++ b/packages/integration/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", @@ -35,12 +34,12 @@ "dependencies": { "@backstage/config": "^1.0.1", "@backstage/errors": "^1.1.0", + "@octokit/auth-app": "^4.0.0", + "@octokit/rest": "^19.0.3", "cross-fetch": "^3.1.5", "git-url-parse": "^13.0.0", - "@octokit/rest": "^19.0.3", - "@octokit/auth-app": "^4.0.0", - "luxon": "^3.0.0", - "lodash": "^4.17.21" + "lodash": "^4.17.21", + "luxon": "^3.0.0" }, "devDependencies": { "@backstage/cli": "^0.19.0-next.1", diff --git a/packages/release-manifests/package.json b/packages/release-manifests/package.json index 50c8bf0e83..37876112c2 100644 --- a/packages/release-manifests/package.json +++ b/packages/release-manifests/package.json @@ -2,7 +2,6 @@ "name": "@backstage/release-manifests", "description": "Helper library for receiving release manifests", "version": "0.0.6-next.0", - "private": false, "main": "src/index.ts", "types": "src/index.ts", "publishConfig": { @@ -37,9 +36,9 @@ }, "devDependencies": { "@backstage/test-utils": "^1.2.0-next.1", - "msw": "^0.46.0", "@types/jest": "^26.0.7", - "@types/node": "^16.0.0" + "@types/node": "^16.0.0", + "msw": "^0.46.0" }, "files": [ "dist" diff --git a/packages/techdocs-cli/package.json b/packages/techdocs-cli/package.json index 344fea2707..90462e0c91 100644 --- a/packages/techdocs-cli/package.json +++ b/packages/techdocs-cli/package.json @@ -2,7 +2,6 @@ "name": "@techdocs/cli", "description": "Utility CLI for managing TechDocs sites in Backstage.", "version": "1.2.1-next.0", - "private": false, "publishConfig": { "access": "public" }, diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index fc3dd27ffa..ae8a15f90f 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -2,7 +2,6 @@ "name": "@backstage/test-utils", "description": "Utilities to test Backstage plugins and apps.", "version": "1.2.0-next.1", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", diff --git a/packages/theme/package.json b/packages/theme/package.json index 40534fa4a6..4569c67eae 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -2,7 +2,6 @@ "name": "@backstage/theme", "description": "material-ui theme for use with Backstage.", "version": "0.2.16", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", diff --git a/packages/types/package.json b/packages/types/package.json index eb2b084a0d..133b388ea9 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", @@ -32,7 +31,6 @@ "postpack": "backstage-cli package postpack", "clean": "backstage-cli package clean" }, - "dependencies": {}, "devDependencies": { "@backstage/cli": "^0.19.0-next.1", "@types/zen-observable": "^0.8.0", diff --git a/packages/version-bridge/package.json b/packages/version-bridge/package.json index a2471f2ca9..52595c0cc9 100644 --- a/packages/version-bridge/package.json +++ b/packages/version-bridge/package.json @@ -2,7 +2,6 @@ "name": "@backstage/version-bridge", "description": "Utilities used by @backstage packages to support multiple concurrent versions", "version": "1.0.1", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", diff --git a/plugins/adr-backend/package.json b/plugins/adr-backend/package.json index e240816034..d83ed8cb8f 100644 --- a/plugins/adr-backend/package.json +++ b/plugins/adr-backend/package.json @@ -4,7 +4,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", @@ -39,16 +38,16 @@ "@backstage/plugin-search-common": "^1.0.1-next.0", "luxon": "^3.0.0", "marked": "^4.0.14", - "winston": "^3.2.1", "node-fetch": "^2.6.5", + "winston": "^3.2.1", "yn": "^4.0.0" }, "devDependencies": { "@backstage/cli": "^0.19.0-next.1", "@types/marked": "^4.0.0", "@types/supertest": "^2.0.8", - "supertest": "^6.1.3", - "msw": "^0.46.0" + "msw": "^0.46.0", + "supertest": "^6.1.3" }, "files": [ "dist" diff --git a/plugins/adr-common/package.json b/plugins/adr-common/package.json index 392849dfcc..c5a49f59fe 100644 --- a/plugins/adr-common/package.json +++ b/plugins/adr-common/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", diff --git a/plugins/airbrake-backend/package.json b/plugins/airbrake-backend/package.json index 5beb0dc0a4..bdd7d98001 100644 --- a/plugins/airbrake-backend/package.json +++ b/plugins/airbrake-backend/package.json @@ -25,8 +25,8 @@ "@backstage/backend-common": "^0.15.1-next.1", "@backstage/config": "^1.0.1", "@types/express": "*", - "express-promise-router": "^4.1.0", "express": "^4.17.1", + "express-promise-router": "^4.1.0", "http-proxy-middleware": "^2.0.0", "winston": "^3.2.1", "yn": "^4.0.0" diff --git a/plugins/allure/package.json b/plugins/allure/package.json index 08f4a1d2da..4c76b4ccc0 100644 --- a/plugins/allure/package.json +++ b/plugins/allure/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", diff --git a/plugins/analytics-module-ga/package.json b/plugins/analytics-module-ga/package.json index b8bf77f47d..e47214836a 100644 --- a/plugins/analytics-module-ga/package.json +++ b/plugins/analytics-module-ga/package.json @@ -4,7 +4,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", diff --git a/plugins/apollo-explorer/package.json b/plugins/apollo-explorer/package.json index f52feb999a..28f251754c 100644 --- a/plugins/apollo-explorer/package.json +++ b/plugins/apollo-explorer/package.json @@ -22,6 +22,7 @@ "postpack": "backstage-cli package postpack" }, "dependencies": { + "@apollo/explorer": "^1.1.1", "@backstage/core-components": "^0.11.1-next.1", "@backstage/core-plugin-api": "^1.0.6-next.1", "@backstage/theme": "^0.2.16", @@ -29,7 +30,6 @@ "@material-ui/icons": "^4.9.1", "@material-ui/lab": "^4.0.0-alpha.57", "react-use": "^17.2.4", - "@apollo/explorer": "^1.1.1", "use-deep-compare-effect": "^1.8.1" }, "peerDependencies": { @@ -45,8 +45,8 @@ "@testing-library/user-event": "^14.0.0", "@types/jest": "*", "@types/node": "*", - "msw": "^0.46.0", - "cross-fetch": "^3.1.5" + "cross-fetch": "^3.1.5", + "msw": "^0.46.0" }, "files": [ "dist" diff --git a/plugins/app-backend/package.json b/plugins/app-backend/package.json index abcfe9b25d..982ccf7ff1 100644 --- a/plugins/app-backend/package.json +++ b/plugins/app-backend/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", @@ -34,14 +33,14 @@ }, "dependencies": { "@backstage/backend-common": "^0.15.1-next.1", - "@backstage/config-loader": "^1.1.4-next.0", "@backstage/config": "^1.0.1", + "@backstage/config-loader": "^1.1.4-next.0", "@backstage/types": "^1.0.0", "@types/express": "^4.17.6", - "globby": "^11.0.0", "express": "^4.17.1", "express-promise-router": "^4.1.0", "fs-extra": "10.1.0", + "globby": "^11.0.0", "helmet": "^6.0.0", "knex": "^2.0.0", "lodash": "^4.17.21", diff --git a/plugins/auth-backend/package.json b/plugins/auth-backend/package.json index 833b2a59a2..5fdaf56f9c 100644 --- a/plugins/auth-backend/package.json +++ b/plugins/auth-backend/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", @@ -33,12 +32,12 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/plugin-auth-node": "^0.2.5-next.1", "@backstage/backend-common": "^0.15.1-next.1", "@backstage/catalog-client": "^1.0.5-next.0", "@backstage/catalog-model": "^1.1.0", "@backstage/config": "^1.0.1", "@backstage/errors": "^1.1.0", + "@backstage/plugin-auth-node": "^0.2.5-next.1", "@backstage/types": "^1.0.0", "@davidzemon/passport-okta-oauth": "^0.0.5", "@google-cloud/firestore": "^6.0.0", @@ -59,8 +58,8 @@ "luxon": "^3.0.0", "minimatch": "^5.0.0", "morgan": "^1.10.0", - "node-fetch": "^2.6.7", "node-cache": "^5.1.2", + "node-fetch": "^2.6.7", "openid-client": "^5.1.3", "passport": "^0.6.0", "passport-bitbucket-oauth2": "^0.1.2", diff --git a/plugins/auth-node/package.json b/plugins/auth-node/package.json index 61b96c981c..b12c3aa6ca 100644 --- a/plugins/auth-node/package.json +++ b/plugins/auth-node/package.json @@ -4,7 +4,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", diff --git a/plugins/azure-devops-backend/package.json b/plugins/azure-devops-backend/package.json index acbd962aa3..06a9c11a6e 100644 --- a/plugins/azure-devops-backend/package.json +++ b/plugins/azure-devops-backend/package.json @@ -4,7 +4,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", @@ -30,16 +29,16 @@ "azure-devops-node-api": "^11.0.1", "express": "^4.17.1", "express-promise-router": "^4.1.0", + "mime-types": "^2.1.27", "p-limit": "^3.1.0", "winston": "^3.2.1", - "yn": "^4.0.0", - "mime-types": "^2.1.27" + "yn": "^4.0.0" }, "devDependencies": { "@backstage/cli": "^0.19.0-next.1", "@types/supertest": "^2.0.8", - "supertest": "^6.1.6", - "msw": "^0.46.0" + "msw": "^0.46.0", + "supertest": "^6.1.6" }, "files": [ "dist", diff --git a/plugins/azure-devops-common/package.json b/plugins/azure-devops-common/package.json index d458d7462b..5633826d9e 100644 --- a/plugins/azure-devops-common/package.json +++ b/plugins/azure-devops-common/package.json @@ -4,7 +4,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", diff --git a/plugins/azure-devops/package.json b/plugins/azure-devops/package.json index b79d0821c6..f940f56ab4 100644 --- a/plugins/azure-devops/package.json +++ b/plugins/azure-devops/package.json @@ -4,7 +4,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", diff --git a/plugins/badges-backend/package.json b/plugins/badges-backend/package.json index 672871b656..420bfbd86b 100644 --- a/plugins/badges-backend/package.json +++ b/plugins/badges-backend/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", diff --git a/plugins/bazaar-backend/package.json b/plugins/bazaar-backend/package.json index 022a9d9df0..0c7c2c51ea 100644 --- a/plugins/bazaar-backend/package.json +++ b/plugins/bazaar-backend/package.json @@ -4,7 +4,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", diff --git a/plugins/bazaar/package.json b/plugins/bazaar/package.json index 6b6cb89cda..d8bcf4990e 100644 --- a/plugins/bazaar/package.json +++ b/plugins/bazaar/package.json @@ -4,7 +4,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", diff --git a/plugins/bitbucket-cloud-common/package.json b/plugins/bitbucket-cloud-common/package.json index b5b42372ec..eeb4b4607d 100644 --- a/plugins/bitbucket-cloud-common/package.json +++ b/plugins/bitbucket-cloud-common/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", diff --git a/plugins/catalog-backend-module-aws/package.json b/plugins/catalog-backend-module-aws/package.json index 1b14e598b4..871f32773b 100644 --- a/plugins/catalog-backend-module-aws/package.json +++ b/plugins/catalog-backend-module-aws/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", diff --git a/plugins/catalog-backend-module-azure/package.json b/plugins/catalog-backend-module-azure/package.json index 3cf8910753..85a1a6af09 100644 --- a/plugins/catalog-backend-module-azure/package.json +++ b/plugins/catalog-backend-module-azure/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", @@ -34,8 +33,8 @@ }, "dependencies": { "@backstage/backend-common": "^0.15.1-next.1", - "@backstage/catalog-model": "^1.1.0", "@backstage/backend-tasks": "^0.3.5-next.0", + "@backstage/catalog-model": "^1.1.0", "@backstage/config": "^1.0.1", "@backstage/errors": "^1.1.0", "@backstage/integration": "^1.3.1-next.0", @@ -43,8 +42,8 @@ "@backstage/types": "^1.0.0", "lodash": "^4.17.21", "msw": "^0.46.0", - "uuid": "^8.0.0", "node-fetch": "^2.6.7", + "uuid": "^8.0.0", "winston": "^3.2.1" }, "devDependencies": { diff --git a/plugins/catalog-backend-module-bitbucket-cloud/package.json b/plugins/catalog-backend-module-bitbucket-cloud/package.json index a00b30bd61..df4fa6da3d 100644 --- a/plugins/catalog-backend-module-bitbucket-cloud/package.json +++ b/plugins/catalog-backend-module-bitbucket-cloud/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", diff --git a/plugins/catalog-backend-module-bitbucket-server/package.json b/plugins/catalog-backend-module-bitbucket-server/package.json index 091d7a1553..279afa758e 100644 --- a/plugins/catalog-backend-module-bitbucket-server/package.json +++ b/plugins/catalog-backend-module-bitbucket-server/package.json @@ -4,7 +4,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", diff --git a/plugins/catalog-backend-module-bitbucket/package.json b/plugins/catalog-backend-module-bitbucket/package.json index a5520e18d2..020f4eb711 100644 --- a/plugins/catalog-backend-module-bitbucket/package.json +++ b/plugins/catalog-backend-module-bitbucket/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", diff --git a/plugins/catalog-backend-module-github/package.json b/plugins/catalog-backend-module-github/package.json index dc10798699..aa84f5b12e 100644 --- a/plugins/catalog-backend-module-github/package.json +++ b/plugins/catalog-backend-module-github/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", @@ -35,8 +34,8 @@ }, "dependencies": { "@backstage/backend-common": "^0.15.1-next.1", - "@backstage/backend-tasks": "^0.3.5-next.0", "@backstage/backend-plugin-api": "^0.1.2-next.0", + "@backstage/backend-tasks": "^0.3.5-next.0", "@backstage/catalog-model": "^1.1.0", "@backstage/config": "^1.0.1", "@backstage/errors": "^1.1.0", diff --git a/plugins/catalog-backend-module-gitlab/package.json b/plugins/catalog-backend-module-gitlab/package.json index 280169a471..51ab95b09b 100644 --- a/plugins/catalog-backend-module-gitlab/package.json +++ b/plugins/catalog-backend-module-gitlab/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", @@ -34,8 +33,8 @@ }, "dependencies": { "@backstage/backend-common": "^0.15.1-next.1", - "@backstage/catalog-model": "^1.1.0", "@backstage/backend-tasks": "^0.3.5-next.0", + "@backstage/catalog-model": "^1.1.0", "@backstage/config": "^1.0.1", "@backstage/errors": "^1.1.0", "@backstage/integration": "^1.3.1-next.0", @@ -44,8 +43,8 @@ "lodash": "^4.17.21", "msw": "^0.46.0", "node-fetch": "^2.6.7", - "winston": "^3.2.1", - "uuid": "^8.0.0" + "uuid": "^8.0.0", + "winston": "^3.2.1" }, "devDependencies": { "@backstage/backend-test-utils": "^0.1.28-next.1", diff --git a/plugins/catalog-backend-module-ldap/package.json b/plugins/catalog-backend-module-ldap/package.json index 730e388b72..35924aaf67 100644 --- a/plugins/catalog-backend-module-ldap/package.json +++ b/plugins/catalog-backend-module-ldap/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", diff --git a/plugins/catalog-backend-module-msgraph/package.json b/plugins/catalog-backend-module-msgraph/package.json index 1bd4298e43..f4205988b4 100644 --- a/plugins/catalog-backend-module-msgraph/package.json +++ b/plugins/catalog-backend-module-msgraph/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", diff --git a/plugins/catalog-backend-module-openapi/package.json b/plugins/catalog-backend-module-openapi/package.json index 02266b9614..55ffe05fc7 100644 --- a/plugins/catalog-backend-module-openapi/package.json +++ b/plugins/catalog-backend-module-openapi/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", diff --git a/plugins/catalog-backend/package.json b/plugins/catalog-backend/package.json index f2842f102e..a6b63059a5 100644 --- a/plugins/catalog-backend/package.json +++ b/plugins/catalog-backend/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", @@ -34,15 +33,15 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/backend-plugin-api": "^0.1.2-next.0", - "@backstage/plugin-catalog-node": "^1.0.2-next.0", "@backstage/backend-common": "^0.15.1-next.1", + "@backstage/backend-plugin-api": "^0.1.2-next.0", "@backstage/catalog-client": "^1.0.5-next.0", "@backstage/catalog-model": "^1.1.0", "@backstage/config": "^1.0.1", "@backstage/errors": "^1.1.0", "@backstage/integration": "^1.3.1-next.0", "@backstage/plugin-catalog-common": "^1.0.6-next.0", + "@backstage/plugin-catalog-node": "^1.0.2-next.0", "@backstage/plugin-permission-common": "^0.6.4-next.0", "@backstage/plugin-permission-node": "^0.6.5-next.1", "@backstage/plugin-scaffolder-common": "^1.2.0-next.0", @@ -80,10 +79,10 @@ "@types/supertest": "^2.0.8", "@types/uuid": "^8.0.0", "better-sqlite3": "^7.5.0", + "luxon": "^3.0.0", "msw": "^0.46.0", "supertest": "^6.1.3", - "wait-for-expect": "^3.0.2", - "luxon": "^3.0.0" + "wait-for-expect": "^3.0.2" }, "files": [ "dist", diff --git a/plugins/catalog-common/package.json b/plugins/catalog-common/package.json index 01fc205436..32a34ec1c0 100644 --- a/plugins/catalog-common/package.json +++ b/plugins/catalog-common/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", diff --git a/plugins/catalog-graph/package.json b/plugins/catalog-graph/package.json index 535269d213..19f28218b9 100644 --- a/plugins/catalog-graph/package.json +++ b/plugins/catalog-graph/package.json @@ -4,7 +4,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", diff --git a/plugins/catalog-import/package.json b/plugins/catalog-import/package.json index b1bcdfe03a..ac97a1b0fa 100644 --- a/plugins/catalog-import/package.json +++ b/plugins/catalog-import/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", diff --git a/plugins/catalog-node/package.json b/plugins/catalog-node/package.json index 1e4095b7d4..4ec5ce6377 100644 --- a/plugins/catalog-node/package.json +++ b/plugins/catalog-node/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", diff --git a/plugins/catalog-react/package.json b/plugins/catalog-react/package.json index 38f2d548f4..7bc9e202c0 100644 --- a/plugins/catalog-react/package.json +++ b/plugins/catalog-react/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", diff --git a/plugins/catalog/package.json b/plugins/catalog/package.json index 4f0560b852..da79a0e37b 100644 --- a/plugins/catalog/package.json +++ b/plugins/catalog/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", diff --git a/plugins/cicd-statistics-module-gitlab/package.json b/plugins/cicd-statistics-module-gitlab/package.json index 5493e8ebac..15d3f5d6b3 100644 --- a/plugins/cicd-statistics-module-gitlab/package.json +++ b/plugins/cicd-statistics-module-gitlab/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", @@ -29,13 +28,13 @@ "postpack": "backstage-cli package postpack" }, "dependencies": { + "@backstage/catalog-model": "^1.1.0", + "@backstage/core-plugin-api": "^1.0.6-next.1", "@backstage/plugin-cicd-statistics": "^0.1.11-next.1", "@gitbeaker/browser": "^35.6.0", "@gitbeaker/core": "^35.6.0", "luxon": "^3.0.0", - "p-limit": "^4.0.0", - "@backstage/core-plugin-api": "^1.0.6-next.1", - "@backstage/catalog-model": "^1.1.0" + "p-limit": "^4.0.0" }, "devDependencies": { "@backstage/cli": "^0.19.0-next.1" diff --git a/plugins/cicd-statistics/package.json b/plugins/cicd-statistics/package.json index 484dc87f87..17ed6930ca 100644 --- a/plugins/cicd-statistics/package.json +++ b/plugins/cicd-statistics/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", @@ -33,8 +32,8 @@ "start": "backstage-cli package start" }, "devDependencies": { - "@types/react": "^16.13.1 || ^17.0.0", - "@types/luxon": "^3.0.0" + "@types/luxon": "^3.0.0", + "@types/react": "^16.13.1 || ^17.0.0" }, "dependencies": { "@backstage/catalog-model": "^1.1.0", @@ -45,8 +44,8 @@ "@material-ui/icons": "^4.11.2", "@material-ui/lab": "4.0.0-alpha.57", "@material-ui/pickers": "^3.3.10", - "humanize-duration": "^3.27.0", "already": "^3.2.0", + "humanize-duration": "^3.27.0", "lodash": "^4.17.21", "luxon": "^3.0.0", "react-use": "^17.3.1", diff --git a/plugins/circleci/package.json b/plugins/circleci/package.json index efe963e765..bb0738ddc6 100644 --- a/plugins/circleci/package.json +++ b/plugins/circleci/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", diff --git a/plugins/codescene/package.json b/plugins/codescene/package.json index 2c1441777a..4cebc2013f 100644 --- a/plugins/codescene/package.json +++ b/plugins/codescene/package.json @@ -47,8 +47,8 @@ "@testing-library/user-event": "^14.0.0", "@types/jest": "*", "@types/node": "*", - "msw": "^0.46.0", - "cross-fetch": "^3.1.5" + "cross-fetch": "^3.1.5", + "msw": "^0.46.0" }, "files": [ "dist", diff --git a/plugins/cost-insights-common/package.json b/plugins/cost-insights-common/package.json index 54cb74704a..ff458b0a5c 100644 --- a/plugins/cost-insights-common/package.json +++ b/plugins/cost-insights-common/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", @@ -32,7 +31,6 @@ "postpack": "backstage-cli package postpack", "clean": "backstage-cli package clean" }, - "dependencies": {}, "devDependencies": { "@backstage/cli": "^0.19.0-next.1" }, diff --git a/plugins/cost-insights/package.json b/plugins/cost-insights/package.json index ec3da3b2c9..9138ff036a 100644 --- a/plugins/cost-insights/package.json +++ b/plugins/cost-insights/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", diff --git a/plugins/example-todo-list-backend/package.json b/plugins/example-todo-list-backend/package.json index 97413a6711..2827205920 100644 --- a/plugins/example-todo-list-backend/package.json +++ b/plugins/example-todo-list-backend/package.json @@ -28,8 +28,8 @@ "@backstage/errors": "^1.1.0", "@backstage/plugin-auth-node": "^0.2.5-next.1", "@types/express": "^4.17.6", - "express-promise-router": "^4.1.0", "express": "^4.17.1", + "express-promise-router": "^4.1.0", "uuid": "^8.3.2", "winston": "^3.2.1", "yn": "^4.0.0" diff --git a/plugins/example-todo-list-common/package.json b/plugins/example-todo-list-common/package.json index cd82798e9b..fe46670595 100644 --- a/plugins/example-todo-list-common/package.json +++ b/plugins/example-todo-list-common/package.json @@ -31,8 +31,8 @@ "@backstage/dev-utils": "^1.0.6-next.1", "@backstage/test-utils": "^1.2.0-next.1", "@types/node": "^16.11.26", - "msw": "^0.46.0", - "cross-fetch": "^3.1.5" + "cross-fetch": "^3.1.5", + "msw": "^0.46.0" }, "files": [ "dist" diff --git a/plugins/explore-react/package.json b/plugins/explore-react/package.json index ca2b5823c4..e0994ce6ec 100644 --- a/plugins/explore-react/package.json +++ b/plugins/explore-react/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", diff --git a/plugins/explore/package.json b/plugins/explore/package.json index afbcb0319a..fb4233fc49 100644 --- a/plugins/explore/package.json +++ b/plugins/explore/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", diff --git a/plugins/firehydrant/package.json b/plugins/firehydrant/package.json index 3a6ee2da39..cde3c25b5c 100644 --- a/plugins/firehydrant/package.json +++ b/plugins/firehydrant/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", diff --git a/plugins/fossa/package.json b/plugins/fossa/package.json index a21bbb8c14..7dff980904 100644 --- a/plugins/fossa/package.json +++ b/plugins/fossa/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", diff --git a/plugins/github-actions/package.json b/plugins/github-actions/package.json index 6567173242..2bc11d70aa 100644 --- a/plugins/github-actions/package.json +++ b/plugins/github-actions/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", diff --git a/plugins/gitops-profiles/package.json b/plugins/gitops-profiles/package.json index 344d0be952..8718a897e8 100644 --- a/plugins/gitops-profiles/package.json +++ b/plugins/gitops-profiles/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", diff --git a/plugins/gocd/package.json b/plugins/gocd/package.json index 2a83c7ff9e..bca720b9ff 100644 --- a/plugins/gocd/package.json +++ b/plugins/gocd/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", diff --git a/plugins/graphiql/package.json b/plugins/graphiql/package.json index 23bd270da4..e15581fecb 100644 --- a/plugins/graphiql/package.json +++ b/plugins/graphiql/package.json @@ -2,7 +2,6 @@ "name": "@backstage/plugin-graphiql", "description": "Backstage plugin for browsing GraphQL APIs", "version": "0.2.41-next.1", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", diff --git a/plugins/graphql-backend/package.json b/plugins/graphql-backend/package.json index 9ab80b5764..27cf943150 100644 --- a/plugins/graphql-backend/package.json +++ b/plugins/graphql-backend/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", diff --git a/plugins/jenkins-backend/package.json b/plugins/jenkins-backend/package.json index 43b96159a5..e22a020d32 100644 --- a/plugins/jenkins-backend/package.json +++ b/plugins/jenkins-backend/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", diff --git a/plugins/jenkins/package.json b/plugins/jenkins/package.json index 3cd7628dfb..ba376de64b 100644 --- a/plugins/jenkins/package.json +++ b/plugins/jenkins/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", diff --git a/plugins/kafka-backend/package.json b/plugins/kafka-backend/package.json index 3017458dc3..424c5db9fc 100644 --- a/plugins/kafka-backend/package.json +++ b/plugins/kafka-backend/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", diff --git a/plugins/kubernetes-backend/package.json b/plugins/kubernetes-backend/package.json index de4237d752..cfe006da0b 100644 --- a/plugins/kubernetes-backend/package.json +++ b/plugins/kubernetes-backend/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", diff --git a/plugins/lighthouse/package.json b/plugins/lighthouse/package.json index eb57895d25..f4ccb628f1 100644 --- a/plugins/lighthouse/package.json +++ b/plugins/lighthouse/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", diff --git a/plugins/newrelic/package.json b/plugins/newrelic/package.json index daf374a6dd..639f86a92f 100644 --- a/plugins/newrelic/package.json +++ b/plugins/newrelic/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", diff --git a/plugins/periskop-backend/package.json b/plugins/periskop-backend/package.json index 812f95835c..61a6dfa186 100644 --- a/plugins/periskop-backend/package.json +++ b/plugins/periskop-backend/package.json @@ -4,7 +4,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "homepage": "https://periskop.io", "backstage": { "role": "backend-plugin" @@ -27,8 +26,8 @@ "@backstage/backend-common": "^0.15.1-next.1", "@backstage/config": "^1.0.1", "@types/express": "*", - "express-promise-router": "^4.1.0", "express": "^4.17.1", + "express-promise-router": "^4.1.0", "node-fetch": "^2.6.7", "winston": "^3.2.1", "yn": "^4.0.0" diff --git a/plugins/periskop/package.json b/plugins/periskop/package.json index 8848bde581..684f4ba44c 100644 --- a/plugins/periskop/package.json +++ b/plugins/periskop/package.json @@ -4,7 +4,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "homepage": "https://periskop.io", "backstage": { "role": "frontend-plugin" diff --git a/plugins/permission-backend/package.json b/plugins/permission-backend/package.json index dad5e72ddc..3025f03576 100644 --- a/plugins/permission-backend/package.json +++ b/plugins/permission-backend/package.json @@ -42,8 +42,8 @@ "@backstage/cli": "^0.19.0-next.1", "@types/lodash": "^4.14.151", "@types/supertest": "^2.0.8", - "supertest": "^6.1.6", - "msw": "^0.46.0" + "msw": "^0.46.0", + "supertest": "^6.1.6" }, "files": [ "dist" diff --git a/plugins/rollbar-backend/package.json b/plugins/rollbar-backend/package.json index 49ea26d578..907ededa61 100644 --- a/plugins/rollbar-backend/package.json +++ b/plugins/rollbar-backend/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", diff --git a/plugins/rollbar/package.json b/plugins/rollbar/package.json index bd47f47ad1..24611df0f6 100644 --- a/plugins/rollbar/package.json +++ b/plugins/rollbar/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", diff --git a/plugins/scaffolder-backend-module-cookiecutter/package.json b/plugins/scaffolder-backend-module-cookiecutter/package.json index 922dd131d1..3d52e499a2 100644 --- a/plugins/scaffolder-backend-module-cookiecutter/package.json +++ b/plugins/scaffolder-backend-module-cookiecutter/package.json @@ -24,10 +24,10 @@ }, "dependencies": { "@backstage/backend-common": "^0.15.1-next.1", + "@backstage/config": "^1.0.1", "@backstage/errors": "^1.1.0", "@backstage/integration": "^1.3.1-next.0", "@backstage/plugin-scaffolder-backend": "^1.6.0-next.1", - "@backstage/config": "^1.0.1", "@backstage/types": "^1.0.0", "command-exists": "^1.2.9", "fs-extra": "10.1.0", @@ -36,10 +36,10 @@ }, "devDependencies": { "@backstage/cli": "^0.19.0-next.1", - "@types/fs-extra": "^9.0.1", - "@types/mock-fs": "^4.13.0", - "@types/jest": "^26.0.7", "@types/command-exists": "^1.2.0", + "@types/fs-extra": "^9.0.1", + "@types/jest": "^26.0.7", + "@types/mock-fs": "^4.13.0", "mock-fs": "^5.1.0", "msw": "^0.46.0" }, diff --git a/plugins/scaffolder-backend-module-rails/package.json b/plugins/scaffolder-backend-module-rails/package.json index 2b54f59a77..43f7d49b11 100644 --- a/plugins/scaffolder-backend-module-rails/package.json +++ b/plugins/scaffolder-backend-module-rails/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", @@ -25,21 +24,21 @@ }, "dependencies": { "@backstage/backend-common": "^0.15.1-next.1", - "@backstage/plugin-scaffolder-backend": "^1.6.0-next.1", "@backstage/config": "^1.0.1", "@backstage/errors": "^1.1.0", "@backstage/integration": "^1.3.1-next.0", + "@backstage/plugin-scaffolder-backend": "^1.6.0-next.1", "@backstage/types": "^1.0.0", "command-exists": "^1.2.9", "fs-extra": "^10.0.1" }, "devDependencies": { "@backstage/cli": "^0.19.0-next.1", - "@types/jest": "^26.0.7", - "@types/node": "^16.11.26", "@types/command-exists": "^1.2.0", "@types/fs-extra": "^9.0.1", + "@types/jest": "^26.0.7", "@types/mock-fs": "^4.13.0", + "@types/node": "^16.11.26", "jest-when": "^3.1.0", "mock-fs": "^5.1.0" }, diff --git a/plugins/scaffolder-backend-module-yeoman/package.json b/plugins/scaffolder-backend-module-yeoman/package.json index 01aed0c8fc..66fc1ad9f0 100644 --- a/plugins/scaffolder-backend-module-yeoman/package.json +++ b/plugins/scaffolder-backend-module-yeoman/package.json @@ -4,7 +4,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", diff --git a/plugins/scaffolder-backend/package.json b/plugins/scaffolder-backend/package.json index 3e3d1c6f70..b7c78cf174 100644 --- a/plugins/scaffolder-backend/package.json +++ b/plugins/scaffolder-backend/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", @@ -36,15 +35,15 @@ }, "dependencies": { "@backstage/backend-common": "^0.15.1-next.1", + "@backstage/backend-plugin-api": "^0.1.2-next.0", "@backstage/catalog-client": "^1.0.5-next.0", "@backstage/catalog-model": "^1.1.0", "@backstage/config": "^1.0.1", "@backstage/errors": "^1.1.0", "@backstage/integration": "^1.3.1-next.0", "@backstage/plugin-catalog-backend": "^1.4.0-next.1", - "@backstage/plugin-scaffolder-common": "^1.2.0-next.0", - "@backstage/backend-plugin-api": "^0.1.2-next.0", "@backstage/plugin-catalog-node": "^1.0.2-next.0", + "@backstage/plugin-scaffolder-common": "^1.2.0-next.0", "@backstage/types": "^1.0.0", "@gitbeaker/core": "^35.6.0", "@gitbeaker/node": "^35.1.0", @@ -72,9 +71,9 @@ "octokit-plugin-create-pull-request": "^3.10.0", "p-limit": "^3.1.0", "uuid": "^8.2.0", + "vm2": "^3.9.11", "winston": "^3.2.1", "yaml": "^2.0.0", - "vm2": "^3.9.11", "zen-observable": "^0.8.15", "zod": "^3.11.6" }, diff --git a/plugins/scaffolder-common/package.json b/plugins/scaffolder-common/package.json index 97453b05f9..834e3e266a 100644 --- a/plugins/scaffolder-common/package.json +++ b/plugins/scaffolder-common/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", diff --git a/plugins/scaffolder/package.json b/plugins/scaffolder/package.json index 9ded16f2f3..31f57719f4 100644 --- a/plugins/scaffolder/package.json +++ b/plugins/scaffolder/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", diff --git a/plugins/search-backend-module-pg/package.json b/plugins/search-backend-module-pg/package.json index c06dc94874..f98e440972 100644 --- a/plugins/search-backend-module-pg/package.json +++ b/plugins/search-backend-module-pg/package.json @@ -27,8 +27,8 @@ "@backstage/config": "^1.0.1", "@backstage/plugin-search-backend-node": "^1.0.2-next.1", "@backstage/plugin-search-common": "^1.0.1-next.0", - "lodash": "^4.17.21", "knex": "^2.0.0", + "lodash": "^4.17.21", "uuid": "^8.3.2" }, "devDependencies": { diff --git a/plugins/search-common/package.json b/plugins/search-common/package.json index 61362e48b7..5fda165f63 100644 --- a/plugins/search-common/package.json +++ b/plugins/search-common/package.json @@ -4,7 +4,6 @@ "version": "1.0.1-next.0", "main": "src/index.ts", "types": "src/index.ts", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", @@ -39,8 +38,8 @@ "url": "https://github.com/backstage/backstage/issues" }, "dependencies": { - "@backstage/types": "^1.0.0", - "@backstage/plugin-permission-common": "^0.6.4-next.0" + "@backstage/plugin-permission-common": "^0.6.4-next.0", + "@backstage/types": "^1.0.0" }, "devDependencies": { "@backstage/cli": "^0.19.0-next.1" diff --git a/plugins/search-react/package.json b/plugins/search-react/package.json index b2cc6cc76e..a0bac94bc9 100644 --- a/plugins/search-react/package.json +++ b/plugins/search-react/package.json @@ -31,12 +31,12 @@ "start": "backstage-cli package start" }, "dependencies": { - "@backstage/plugin-search-common": "^1.0.1-next.0", "@backstage/core-components": "^0.11.1-next.1", "@backstage/core-plugin-api": "^1.0.6-next.1", - "@backstage/version-bridge": "^1.0.1", + "@backstage/plugin-search-common": "^1.0.1-next.0", "@backstage/theme": "^0.2.16", "@backstage/types": "^1.0.0", + "@backstage/version-bridge": "^1.0.1", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", @@ -50,9 +50,9 @@ "devDependencies": { "@backstage/core-app-api": "^1.1.0-next.1", "@backstage/test-utils": "^1.2.0-next.1", + "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/react-hooks": "^8.0.0", - "@testing-library/jest-dom": "^5.10.1", "@testing-library/user-event": "^14.0.0" }, "files": [ diff --git a/plugins/sentry/package.json b/plugins/sentry/package.json index fa833ad724..87a4eb076a 100644 --- a/plugins/sentry/package.json +++ b/plugins/sentry/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", diff --git a/plugins/sonarqube-backend/package.json b/plugins/sonarqube-backend/package.json index 9e44a22576..7d3ca0c457 100644 --- a/plugins/sonarqube-backend/package.json +++ b/plugins/sonarqube-backend/package.json @@ -4,7 +4,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", diff --git a/plugins/sonarqube/package.json b/plugins/sonarqube/package.json index c5cac71b62..d8193c820e 100644 --- a/plugins/sonarqube/package.json +++ b/plugins/sonarqube/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", diff --git a/plugins/stack-overflow-backend/package.json b/plugins/stack-overflow-backend/package.json index e16c2e0d3a..d79a528222 100644 --- a/plugins/stack-overflow-backend/package.json +++ b/plugins/stack-overflow-backend/package.json @@ -4,7 +4,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", diff --git a/plugins/tech-insights-backend-module-jsonfc/package.json b/plugins/tech-insights-backend-module-jsonfc/package.json index 5e98037862..e2a46b05bd 100644 --- a/plugins/tech-insights-backend-module-jsonfc/package.json +++ b/plugins/tech-insights-backend-module-jsonfc/package.json @@ -4,7 +4,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", diff --git a/plugins/tech-insights-backend/package.json b/plugins/tech-insights-backend/package.json index 23d6049ea2..556ad5163c 100644 --- a/plugins/tech-insights-backend/package.json +++ b/plugins/tech-insights-backend/package.json @@ -4,7 +4,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", diff --git a/plugins/tech-insights-common/package.json b/plugins/tech-insights-common/package.json index bdf945042d..fbebd558b5 100644 --- a/plugins/tech-insights-common/package.json +++ b/plugins/tech-insights-common/package.json @@ -4,7 +4,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", @@ -33,9 +32,9 @@ "clean": "backstage-cli package clean" }, "dependencies": { + "@backstage/types": "^1.0.0", "@types/luxon": "^3.0.0", - "luxon": "^3.0.0", - "@backstage/types": "^1.0.0" + "luxon": "^3.0.0" }, "devDependencies": { "@backstage/cli": "^0.19.0-next.1" diff --git a/plugins/tech-insights-node/package.json b/plugins/tech-insights-node/package.json index c08520ecee..e74b9df57f 100644 --- a/plugins/tech-insights-node/package.json +++ b/plugins/tech-insights-node/package.json @@ -4,7 +4,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", diff --git a/plugins/tech-radar/package.json b/plugins/tech-radar/package.json index 5b5c2dd5e7..99d90f7881 100644 --- a/plugins/tech-radar/package.json +++ b/plugins/tech-radar/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", diff --git a/plugins/techdocs-addons-test-utils/package.json b/plugins/techdocs-addons-test-utils/package.json index c1184a1808..50d608b315 100644 --- a/plugins/techdocs-addons-test-utils/package.json +++ b/plugins/techdocs-addons-test-utils/package.json @@ -32,8 +32,8 @@ "postpack": "backstage-cli package postpack" }, "dependencies": { - "@backstage/core-components": "^0.11.1-next.1", "@backstage/core-app-api": "^1.1.0-next.1", + "@backstage/core-components": "^0.11.1-next.1", "@backstage/core-plugin-api": "^1.0.6-next.1", "@backstage/integration-react": "^1.1.4-next.0", "@backstage/plugin-catalog": "^1.5.1-next.1", @@ -45,8 +45,8 @@ "@material-ui/core": "^4.9.13", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", - "react-use": "^17.2.4", "@testing-library/react": "^12.1.3", + "react-use": "^17.2.4", "testing-library__dom": "^7.29.4-beta.1" }, "peerDependencies": { @@ -63,8 +63,8 @@ "@testing-library/user-event": "^14.0.0", "@types/jest": "^26.0.7", "@types/node": "^16.11.26", - "msw": "^0.46.0", - "cross-fetch": "^3.1.5" + "cross-fetch": "^3.1.5", + "msw": "^0.46.0" }, "files": [ "dist" diff --git a/plugins/techdocs-backend/package.json b/plugins/techdocs-backend/package.json index b4153a0a6c..98a78ef0c7 100644 --- a/plugins/techdocs-backend/package.json +++ b/plugins/techdocs-backend/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", diff --git a/plugins/techdocs-module-addons-contrib/package.json b/plugins/techdocs-module-addons-contrib/package.json index 91ebecb2ea..e25bf4ba99 100644 --- a/plugins/techdocs-module-addons-contrib/package.json +++ b/plugins/techdocs-module-addons-contrib/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", @@ -62,8 +61,8 @@ "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "@types/react": "^16.13.1 || ^17.0.0", - "msw": "^0.46.0", - "cross-fetch": "^3.1.5" + "cross-fetch": "^3.1.5", + "msw": "^0.46.0" }, "files": [ "dist" diff --git a/plugins/techdocs-node/package.json b/plugins/techdocs-node/package.json index 84add0c677..9411bb15f5 100644 --- a/plugins/techdocs-node/package.json +++ b/plugins/techdocs-node/package.json @@ -4,7 +4,6 @@ "version": "1.3.1-next.0", "main": "src/index.ts", "types": "src/index.ts", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", diff --git a/plugins/techdocs-react/package.json b/plugins/techdocs-react/package.json index bf3cd0e996..27cd79af7c 100644 --- a/plugins/techdocs-react/package.json +++ b/plugins/techdocs-react/package.json @@ -2,7 +2,6 @@ "name": "@backstage/plugin-techdocs-react", "description": "Shared frontend utilities for TechDocs and Addons", "version": "1.0.4-next.1", - "private": false, "publishConfig": { "access": "public", "alphaTypes": "dist/index.alpha.d.ts", @@ -54,11 +53,11 @@ "react-router-dom": "6.0.0-beta.0 || ^6.3.0" }, "devDependencies": { + "@backstage/test-utils": "^1.2.0-next.1", + "@backstage/theme": "^0.2.16", "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", - "@testing-library/react-hooks": "^8.0.0", - "@backstage/test-utils": "^1.2.0-next.1", - "@backstage/theme": "^0.2.16" + "@testing-library/react-hooks": "^8.0.0" }, "files": [ "alpha", diff --git a/plugins/techdocs/package.json b/plugins/techdocs/package.json index 4b9fa7962f..3076a94803 100644 --- a/plugins/techdocs/package.json +++ b/plugins/techdocs/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", diff --git a/plugins/user-settings/package.json b/plugins/user-settings/package.json index e42d9fec23..141d805c07 100644 --- a/plugins/user-settings/package.json +++ b/plugins/user-settings/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js", diff --git a/plugins/vault-backend/package.json b/plugins/vault-backend/package.json index aa77fbe96b..b21a89e255 100644 --- a/plugins/vault-backend/package.json +++ b/plugins/vault-backend/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", @@ -42,8 +41,8 @@ "@types/express": "*", "compression": "^1.7.4", "cors": "^2.8.5", - "express-promise-router": "^4.1.0", "express": "^4.17.1", + "express-promise-router": "^4.1.0", "helmet": "^6.0.0", "node-fetch": "^2.6.7", "p-limit": "^3.1.0", diff --git a/plugins/vault/package.json b/plugins/vault/package.json index fcb2684f7c..207bc43625 100644 --- a/plugins/vault/package.json +++ b/plugins/vault/package.json @@ -5,7 +5,6 @@ "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", - "private": false, "publishConfig": { "access": "public", "main": "dist/index.esm.js",