@backstage/plugin-search 1.6.0-next.1 → 1.6.0-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 +13 -0
- package/dist/package.json.esm.js +3 -3
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @backstage/plugin-search
|
|
2
2
|
|
|
3
|
+
## 1.6.0-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/plugin-catalog-react@2.0.0-next.2
|
|
10
|
+
- @backstage/frontend-plugin-api@0.14.0-next.2
|
|
11
|
+
- @backstage/core-components@0.18.7-next.2
|
|
12
|
+
- @backstage/core-plugin-api@1.12.3-next.1
|
|
13
|
+
- @backstage/version-bridge@1.0.12-next.0
|
|
14
|
+
- @backstage/plugin-search-react@1.10.3-next.2
|
|
15
|
+
|
|
3
16
|
## 1.6.0-next.1
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|
package/dist/package.json.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var name = "@backstage/plugin-search";
|
|
2
|
-
var version = "1.6.0-next.
|
|
2
|
+
var version = "1.6.0-next.2";
|
|
3
3
|
var description = "The Backstage plugin that provides your backstage app with search";
|
|
4
4
|
var backstage = {
|
|
5
5
|
role: "frontend-plugin",
|
|
@@ -84,13 +84,13 @@ var devDependencies = {
|
|
|
84
84
|
history: "^5.0.0",
|
|
85
85
|
react: "^18.0.2",
|
|
86
86
|
"react-dom": "^18.0.2",
|
|
87
|
-
"react-router-dom": "^6.
|
|
87
|
+
"react-router-dom": "^6.30.2"
|
|
88
88
|
};
|
|
89
89
|
var peerDependencies = {
|
|
90
90
|
"@types/react": "^17.0.0 || ^18.0.0",
|
|
91
91
|
react: "^17.0.0 || ^18.0.0",
|
|
92
92
|
"react-dom": "^17.0.0 || ^18.0.0",
|
|
93
|
-
"react-router-dom": "^6.
|
|
93
|
+
"react-router-dom": "^6.30.2"
|
|
94
94
|
};
|
|
95
95
|
var peerDependenciesMeta = {
|
|
96
96
|
"@types/react": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-search",
|
|
3
|
-
"version": "1.6.0-next.
|
|
3
|
+
"version": "1.6.0-next.2",
|
|
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.7-next.
|
|
74
|
-
"@backstage/core-plugin-api": "1.12.3-next.
|
|
73
|
+
"@backstage/core-components": "0.18.7-next.2",
|
|
74
|
+
"@backstage/core-plugin-api": "1.12.3-next.1",
|
|
75
75
|
"@backstage/errors": "1.2.7",
|
|
76
|
-
"@backstage/frontend-plugin-api": "0.14.0-next.
|
|
77
|
-
"@backstage/plugin-catalog-react": "
|
|
76
|
+
"@backstage/frontend-plugin-api": "0.14.0-next.2",
|
|
77
|
+
"@backstage/plugin-catalog-react": "2.0.0-next.2",
|
|
78
78
|
"@backstage/plugin-search-common": "1.2.22-next.0",
|
|
79
|
-
"@backstage/plugin-search-react": "1.10.3-next.
|
|
79
|
+
"@backstage/plugin-search-react": "1.10.3-next.2",
|
|
80
80
|
"@backstage/types": "1.2.2",
|
|
81
|
-
"@backstage/version-bridge": "1.0.
|
|
81
|
+
"@backstage/version-bridge": "1.0.12-next.0",
|
|
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.4-next.
|
|
89
|
-
"@backstage/core-app-api": "1.19.5-next.
|
|
90
|
-
"@backstage/dev-utils": "1.1.20-next.
|
|
91
|
-
"@backstage/test-utils": "1.7.15-next.
|
|
88
|
+
"@backstage/cli": "0.35.4-next.2",
|
|
89
|
+
"@backstage/core-app-api": "1.19.5-next.1",
|
|
90
|
+
"@backstage/dev-utils": "1.1.20-next.2",
|
|
91
|
+
"@backstage/test-utils": "1.7.15-next.2",
|
|
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",
|
|
@@ -97,13 +97,13 @@
|
|
|
97
97
|
"history": "^5.0.0",
|
|
98
98
|
"react": "^18.0.2",
|
|
99
99
|
"react-dom": "^18.0.2",
|
|
100
|
-
"react-router-dom": "^6.
|
|
100
|
+
"react-router-dom": "^6.30.2"
|
|
101
101
|
},
|
|
102
102
|
"peerDependencies": {
|
|
103
103
|
"@types/react": "^17.0.0 || ^18.0.0",
|
|
104
104
|
"react": "^17.0.0 || ^18.0.0",
|
|
105
105
|
"react-dom": "^17.0.0 || ^18.0.0",
|
|
106
|
-
"react-router-dom": "^6.
|
|
106
|
+
"react-router-dom": "^6.30.2"
|
|
107
107
|
},
|
|
108
108
|
"peerDependenciesMeta": {
|
|
109
109
|
"@types/react": {
|