Deprecate packages

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-04-18 20:50:14 +02:00
parent a3f2522771
commit a5b7218de4
7 changed files with 26 additions and 253 deletions
+3
View File
@@ -0,0 +1,3 @@
# Deprecated
This package has been moved to the [backstage-community/plugins](https://github.com/backstage/community-plugins) repository. Migrate to using `@backstage-community/plugin-sonarqube-react` instead.
+4 -2
View File
@@ -2,7 +2,8 @@
"name": "@backstage/plugin-sonarqube-react",
"version": "0.1.15",
"backstage": {
"role": "web-library"
"role": "web-library",
"moved": "@backstage-community/plugin-sonarqube-react"
},
"publishConfig": {
"access": "public"
@@ -56,5 +57,6 @@
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
}
},
"deprecated": "This package has been moved to the backstage/community-plugins repository. You should migrate to using @backstage-community/plugin-sonarqube-react instead."
}