@backstage/plugin-search-react 1.10.4 → 1.10.5-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 -2
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,10 +1,18 @@
1
1
  # @backstage/plugin-search-react
2
2
 
3
- ## 1.10.4
3
+ ## 1.10.5-next.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 7a42994: Fixes the search component not registering the first search on navigate to the search page.
7
+ - d5eb954: Fixes the search component not registering the first search on navigate to the search page.
8
+ - Updated dependencies
9
+ - @backstage/frontend-plugin-api@0.14.2-next.0
10
+ - @backstage/core-components@0.18.8-next.0
11
+ - @backstage/core-plugin-api@1.12.4-next.0
12
+ - @backstage/theme@0.7.2
13
+ - @backstage/types@1.2.2
14
+ - @backstage/version-bridge@1.0.12
15
+ - @backstage/plugin-search-common@1.2.22
8
16
 
9
17
  ## 1.10.3
10
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-react",
3
- "version": "1.10.4",
3
+ "version": "1.10.5-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.7",
68
- "@backstage/core-plugin-api": "^1.12.3",
69
- "@backstage/frontend-plugin-api": "^0.14.1",
70
- "@backstage/plugin-search-common": "^1.2.22",
71
- "@backstage/theme": "^0.7.2",
72
- "@backstage/types": "^1.2.2",
73
- "@backstage/version-bridge": "^1.0.12",
67
+ "@backstage/core-components": "0.18.8-next.0",
68
+ "@backstage/core-plugin-api": "1.12.4-next.0",
69
+ "@backstage/frontend-plugin-api": "0.14.2-next.0",
70
+ "@backstage/plugin-search-common": "1.2.22",
71
+ "@backstage/theme": "0.7.2",
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",
@@ -80,11 +80,11 @@
80
80
  "uuid": "^11.0.2"
81
81
  },
82
82
  "devDependencies": {
83
- "@backstage/cli": "^0.35.4",
84
- "@backstage/core-app-api": "^1.19.5",
85
- "@backstage/frontend-app-api": "^0.15.0",
86
- "@backstage/frontend-test-utils": "^0.5.0",
87
- "@backstage/test-utils": "^1.7.15",
83
+ "@backstage/cli": "0.35.5-next.0",
84
+ "@backstage/core-app-api": "1.19.6-next.0",
85
+ "@backstage/frontend-app-api": "0.15.1-next.0",
86
+ "@backstage/frontend-test-utils": "0.5.1-next.0",
87
+ "@backstage/test-utils": "1.7.16-next.0",
88
88
  "@testing-library/dom": "^10.0.0",
89
89
  "@testing-library/jest-dom": "^6.0.0",
90
90
  "@testing-library/react": "^16.0.0",