@@ -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.
|
||||
|
||||
@@ -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."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user