@backstage/plugin-search-react 1.11.3 → 1.11.4-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -11
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,20 +1,19 @@
1
1
  # @backstage/plugin-search-react
2
2
 
3
- ## 1.11.3
3
+ ## 1.11.4-next.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - bc41a91: The `zod` dependency has been bumped from `^3.25.76 || ^4.0.0` to `^4.0.0`, since `configSchema` requires the full Zod v4 package for JSON Schema support.
7
+ - cad156e: Replaced old config schema values from existing extensions and blueprints.
8
+ - 085133f: The `zod` dependency has been bumped from `^3.25.76 || ^4.0.0` to `^4.0.0`, since `configSchema` requires the full Zod v4 package for JSON Schema support.
8
9
  - Updated dependencies
9
- - @backstage/frontend-plugin-api@0.16.2
10
-
11
- ## 1.11.2
12
-
13
- ### Patch Changes
14
-
15
- - 6b60bd7: Replaced old config schema values from existing extensions and blueprints.
16
- - Updated dependencies
17
- - @backstage/frontend-plugin-api@0.16.1
10
+ - @backstage/core-components@0.18.10-next.0
11
+ - @backstage/frontend-plugin-api@0.17.0-next.0
12
+ - @backstage/core-plugin-api@1.12.6-next.0
13
+ - @backstage/theme@0.7.3
14
+ - @backstage/types@1.2.2
15
+ - @backstage/version-bridge@1.0.12
16
+ - @backstage/plugin-search-common@1.2.24-next.0
18
17
 
19
18
  ## 1.11.1
20
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-react",
3
- "version": "1.11.3",
3
+ "version": "1.11.4-next.0",
4
4
  "backstage": {
5
5
  "role": "web-library",
6
6
  "pluginId": "search",
@@ -64,13 +64,13 @@
64
64
  "test": "backstage-cli package test"
65
65
  },
66
66
  "dependencies": {
67
- "@backstage/core-components": "^0.18.9",
68
- "@backstage/core-plugin-api": "^1.12.5",
69
- "@backstage/frontend-plugin-api": "^0.16.2",
70
- "@backstage/plugin-search-common": "^1.2.23",
71
- "@backstage/theme": "^0.7.3",
72
- "@backstage/types": "^1.2.2",
73
- "@backstage/version-bridge": "^1.0.12",
67
+ "@backstage/core-components": "0.18.10-next.0",
68
+ "@backstage/core-plugin-api": "1.12.6-next.0",
69
+ "@backstage/frontend-plugin-api": "0.17.0-next.0",
70
+ "@backstage/plugin-search-common": "1.2.24-next.0",
71
+ "@backstage/theme": "0.7.3",
72
+ "@backstage/types": "1.2.2",
73
+ "@backstage/version-bridge": "1.0.12",
74
74
  "@material-ui/core": "^4.12.2",
75
75
  "@material-ui/icons": "^4.9.1",
76
76
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -81,11 +81,11 @@
81
81
  "zod": "^4.0.0"
82
82
  },
83
83
  "devDependencies": {
84
- "@backstage/cli": "^0.36.1",
85
- "@backstage/core-app-api": "^1.20.0",
86
- "@backstage/frontend-app-api": "^0.16.2",
87
- "@backstage/frontend-test-utils": "^0.5.2",
88
- "@backstage/test-utils": "^1.7.17",
84
+ "@backstage/cli": "0.36.2-next.0",
85
+ "@backstage/core-app-api": "1.20.1-next.0",
86
+ "@backstage/frontend-app-api": "0.16.3-next.0",
87
+ "@backstage/frontend-test-utils": "0.5.3-next.0",
88
+ "@backstage/test-utils": "1.7.18-next.0",
89
89
  "@testing-library/dom": "^10.0.0",
90
90
  "@testing-library/jest-dom": "^6.0.0",
91
91
  "@testing-library/react": "^16.0.0",