@backstage/plugin-explore-react
Advanced tools
+10
-0
| # @backstage/plugin-explore-react | ||
| ## 0.0.38 | ||
| ### Patch Changes | ||
| - abfbcfc: Updated dependency `@testing-library/react` to `^15.0.0`. | ||
| - cb1e3b0: Updated dependency `@testing-library/dom` to `^10.0.0`. | ||
| - Updated dependencies | ||
| - @backstage/core-plugin-api@1.9.2 | ||
| - @backstage/plugin-explore-common@0.0.2 | ||
| ## 0.0.37 | ||
@@ -4,0 +14,0 @@ |
+1
-1
@@ -22,2 +22,2 @@ import * as _backstage_core_plugin_api from '@backstage/core-plugin-api'; | ||
| export { ExploreTool, ExploreToolsConfig, exploreToolsConfigRef }; | ||
| export { type ExploreTool, type ExploreToolsConfig, exploreToolsConfigRef }; |
+5
-5
| { | ||
| "name": "@backstage/plugin-explore-react", | ||
| "version": "0.0.37", | ||
| "version": "0.0.38", | ||
| "description": "A frontend library for Backstage plugins that want to interact with the explore plugin", | ||
@@ -39,10 +39,10 @@ "backstage": { | ||
| "dependencies": { | ||
| "@backstage/core-plugin-api": "^1.9.1", | ||
| "@backstage/core-plugin-api": "^1.9.2", | ||
| "@backstage/plugin-explore-common": "^0.0.2" | ||
| }, | ||
| "devDependencies": { | ||
| "@backstage/cli": "^0.26.0", | ||
| "@testing-library/dom": "^9.0.0", | ||
| "@backstage/cli": "^0.26.3", | ||
| "@testing-library/dom": "^10.0.0", | ||
| "@testing-library/jest-dom": "^6.0.0", | ||
| "@testing-library/react": "^14.0.0", | ||
| "@testing-library/react": "^15.0.0", | ||
| "@types/react": "^16.13.1 || ^17.0.0" | ||
@@ -49,0 +49,0 @@ }, |
19037
1.5%