Deprecate packages

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-04-18 20:46:29 +02:00
parent 3242f69c8e
commit 2a5657eb9c
9 changed files with 32 additions and 381 deletions
+2 -3
View File
@@ -1,4 +1,3 @@
# explore-react
# Deprecated
This package provides helpers to the `explore` plugin that can be imported by
any other plugin or app.
This package has been moved to the [backstage-community/plugins](https://github.com/backstage/community-plugins) repository. Migrate to using `@backstage-community/plugin-explore-react` instead.
+4 -2
View File
@@ -3,7 +3,8 @@
"version": "0.0.38",
"description": "A frontend library for Backstage plugins that want to interact with the explore plugin",
"backstage": {
"role": "web-library"
"role": "web-library",
"moved": "@backstage-community/plugin-explore-react"
},
"publishConfig": {
"access": "public",
@@ -50,5 +51,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-explore-react instead."
}