@backstage/plugin-search 1.5.2-next.1 → 1.5.3
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.
- package/CHANGELOG.md +11 -0
- package/dist/package.json.esm.js +1 -1
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @backstage/plugin-search
|
|
2
2
|
|
|
3
|
+
## 1.5.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 5c49a00: Update for the `qs` library bump: the old array limit setting has changed to be more strict; you can no longer just give a zero to mean unlimited. So we choose an arbitrary high value, to at least go higher than the default 20.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/frontend-plugin-api@0.13.3
|
|
10
|
+
- @backstage/core-components@0.18.5
|
|
11
|
+
- @backstage/plugin-search-react@1.10.2
|
|
12
|
+
- @backstage/plugin-catalog-react@1.21.5
|
|
13
|
+
|
|
3
14
|
## 1.5.2-next.1
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/dist/package.json.esm.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-search",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.3",
|
|
4
4
|
"description": "The Backstage plugin that provides your backstage app with search",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -70,25 +70,25 @@
|
|
|
70
70
|
"test": "backstage-cli package test"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@backstage/core-components": "0.18.5
|
|
74
|
-
"@backstage/core-plugin-api": "1.12.1",
|
|
75
|
-
"@backstage/errors": "1.2.7",
|
|
76
|
-
"@backstage/frontend-plugin-api": "0.13.
|
|
77
|
-
"@backstage/plugin-catalog-react": "1.21.5
|
|
78
|
-
"@backstage/plugin-search-common": "1.2.21",
|
|
79
|
-
"@backstage/plugin-search-react": "1.10.2
|
|
80
|
-
"@backstage/types": "1.2.2",
|
|
81
|
-
"@backstage/version-bridge": "1.0.11",
|
|
73
|
+
"@backstage/core-components": "^0.18.5",
|
|
74
|
+
"@backstage/core-plugin-api": "^1.12.1",
|
|
75
|
+
"@backstage/errors": "^1.2.7",
|
|
76
|
+
"@backstage/frontend-plugin-api": "^0.13.3",
|
|
77
|
+
"@backstage/plugin-catalog-react": "^1.21.5",
|
|
78
|
+
"@backstage/plugin-search-common": "^1.2.21",
|
|
79
|
+
"@backstage/plugin-search-react": "^1.10.2",
|
|
80
|
+
"@backstage/types": "^1.2.2",
|
|
81
|
+
"@backstage/version-bridge": "^1.0.11",
|
|
82
82
|
"@material-ui/core": "^4.12.2",
|
|
83
83
|
"@material-ui/icons": "^4.9.1",
|
|
84
84
|
"qs": "^6.9.4",
|
|
85
85
|
"react-use": "^17.2.4"
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
|
-
"@backstage/cli": "0.35.2
|
|
89
|
-
"@backstage/core-app-api": "1.19.3",
|
|
90
|
-
"@backstage/dev-utils": "1.1.19
|
|
91
|
-
"@backstage/test-utils": "1.7.14",
|
|
88
|
+
"@backstage/cli": "^0.35.2",
|
|
89
|
+
"@backstage/core-app-api": "^1.19.3",
|
|
90
|
+
"@backstage/dev-utils": "^1.1.19",
|
|
91
|
+
"@backstage/test-utils": "^1.7.14",
|
|
92
92
|
"@testing-library/dom": "^10.0.0",
|
|
93
93
|
"@testing-library/jest-dom": "^6.0.0",
|
|
94
94
|
"@testing-library/react": "^16.0.0",
|