@backstage/plugin-search 1.4.23-next.0 → 1.4.23-next.2
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 +33 -0
- package/package.json +20 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
# @backstage/plugin-search
|
|
2
2
|
|
|
3
|
+
## 1.4.23-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/core-components@0.16.4-next.1
|
|
9
|
+
- @backstage/plugin-catalog-react@1.15.2-next.2
|
|
10
|
+
- @backstage/core-compat-api@0.3.6-next.2
|
|
11
|
+
- @backstage/core-plugin-api@1.10.4-next.0
|
|
12
|
+
- @backstage/errors@1.2.7
|
|
13
|
+
- @backstage/frontend-plugin-api@0.9.5-next.2
|
|
14
|
+
- @backstage/types@1.2.1
|
|
15
|
+
- @backstage/version-bridge@1.0.11-next.0
|
|
16
|
+
- @backstage/plugin-search-common@1.2.17
|
|
17
|
+
- @backstage/plugin-search-react@1.8.6-next.2
|
|
18
|
+
|
|
19
|
+
## 1.4.23-next.1
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- 58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.
|
|
24
|
+
- Updated dependencies
|
|
25
|
+
- @backstage/core-components@0.16.4-next.0
|
|
26
|
+
- @backstage/frontend-plugin-api@0.9.5-next.1
|
|
27
|
+
- @backstage/core-compat-api@0.3.6-next.1
|
|
28
|
+
- @backstage/core-plugin-api@1.10.4-next.0
|
|
29
|
+
- @backstage/version-bridge@1.0.11-next.0
|
|
30
|
+
- @backstage/plugin-catalog-react@1.15.2-next.1
|
|
31
|
+
- @backstage/plugin-search-react@1.8.6-next.1
|
|
32
|
+
- @backstage/errors@1.2.7
|
|
33
|
+
- @backstage/types@1.2.1
|
|
34
|
+
- @backstage/plugin-search-common@1.2.17
|
|
35
|
+
|
|
3
36
|
## 1.4.23-next.0
|
|
4
37
|
|
|
5
38
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-search",
|
|
3
|
-
"version": "1.4.23-next.
|
|
3
|
+
"version": "1.4.23-next.2",
|
|
4
4
|
"description": "The Backstage plugin that provides your backstage app with search",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -11,7 +11,10 @@
|
|
|
11
11
|
"@backstage/plugin-search-backend-node",
|
|
12
12
|
"@backstage/plugin-search-common",
|
|
13
13
|
"@backstage/plugin-search-react"
|
|
14
|
-
]
|
|
14
|
+
],
|
|
15
|
+
"features": {
|
|
16
|
+
"./alpha": "@backstage/FrontendPlugin"
|
|
17
|
+
}
|
|
15
18
|
},
|
|
16
19
|
"publishConfig": {
|
|
17
20
|
"access": "public"
|
|
@@ -67,26 +70,26 @@
|
|
|
67
70
|
"test": "backstage-cli package test"
|
|
68
71
|
},
|
|
69
72
|
"dependencies": {
|
|
70
|
-
"@backstage/core-compat-api": "0.3.6-next.
|
|
71
|
-
"@backstage/core-components": "0.16.
|
|
72
|
-
"@backstage/core-plugin-api": "1.10.
|
|
73
|
+
"@backstage/core-compat-api": "0.3.6-next.2",
|
|
74
|
+
"@backstage/core-components": "0.16.4-next.1",
|
|
75
|
+
"@backstage/core-plugin-api": "1.10.4-next.0",
|
|
73
76
|
"@backstage/errors": "1.2.7",
|
|
74
|
-
"@backstage/frontend-plugin-api": "0.9.5-next.
|
|
75
|
-
"@backstage/plugin-catalog-react": "1.15.2-next.
|
|
77
|
+
"@backstage/frontend-plugin-api": "0.9.5-next.2",
|
|
78
|
+
"@backstage/plugin-catalog-react": "1.15.2-next.2",
|
|
76
79
|
"@backstage/plugin-search-common": "1.2.17",
|
|
77
|
-
"@backstage/plugin-search-react": "1.8.6-next.
|
|
80
|
+
"@backstage/plugin-search-react": "1.8.6-next.2",
|
|
78
81
|
"@backstage/types": "1.2.1",
|
|
79
|
-
"@backstage/version-bridge": "1.0.
|
|
82
|
+
"@backstage/version-bridge": "1.0.11-next.0",
|
|
80
83
|
"@material-ui/core": "^4.12.2",
|
|
81
84
|
"@material-ui/icons": "^4.9.1",
|
|
82
85
|
"qs": "^6.9.4",
|
|
83
86
|
"react-use": "^17.2.4"
|
|
84
87
|
},
|
|
85
88
|
"devDependencies": {
|
|
86
|
-
"@backstage/cli": "0.30.0-next.
|
|
87
|
-
"@backstage/core-app-api": "1.15.
|
|
88
|
-
"@backstage/dev-utils": "1.1.7-next.
|
|
89
|
-
"@backstage/test-utils": "1.7.
|
|
89
|
+
"@backstage/cli": "0.30.0-next.2",
|
|
90
|
+
"@backstage/core-app-api": "1.15.5-next.0",
|
|
91
|
+
"@backstage/dev-utils": "1.1.7-next.2",
|
|
92
|
+
"@backstage/test-utils": "1.7.5-next.0",
|
|
90
93
|
"@testing-library/dom": "^10.0.0",
|
|
91
94
|
"@testing-library/jest-dom": "^6.0.0",
|
|
92
95
|
"@testing-library/react": "^16.0.0",
|
|
@@ -98,10 +101,10 @@
|
|
|
98
101
|
"react-router-dom": "^6.3.0"
|
|
99
102
|
},
|
|
100
103
|
"peerDependencies": {
|
|
101
|
-
"@types/react": "^
|
|
102
|
-
"react": "^
|
|
103
|
-
"react-dom": "^
|
|
104
|
-
"react-router-dom": "
|
|
104
|
+
"@types/react": "^17.0.0 || ^18.0.0",
|
|
105
|
+
"react": "^17.0.0 || ^18.0.0",
|
|
106
|
+
"react-dom": "^17.0.0 || ^18.0.0",
|
|
107
|
+
"react-router-dom": "^6.3.0"
|
|
105
108
|
},
|
|
106
109
|
"peerDependenciesMeta": {
|
|
107
110
|
"@types/react": {
|