@drodil/backstage-plugin-qeta 3.35.0 → 3.35.1
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/dist/package.json.esm.js +2 -2
- package/package.json +19 -19
package/dist/package.json.esm.js
CHANGED
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"frontend",
|
|
7
7
|
"backstage.io"
|
|
8
8
|
];
|
|
9
|
-
var version = "3.35.
|
|
9
|
+
var version = "3.35.1";
|
|
10
10
|
var main = "src/index.ts";
|
|
11
11
|
var types = "src/index.ts";
|
|
12
12
|
var prepublishOnly = "yarn tsc && yarn build";
|
|
@@ -81,7 +81,7 @@ var dependencies = {
|
|
|
81
81
|
"react-use": "^17.4.0"
|
|
82
82
|
};
|
|
83
83
|
var peerDependencies = {
|
|
84
|
-
"@backstage/catalog-client": "^1.
|
|
84
|
+
"@backstage/catalog-client": "^1.12.0",
|
|
85
85
|
react: " ^18.0.0 || ^19.0.0",
|
|
86
86
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
87
87
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"frontend",
|
|
8
8
|
"backstage.io"
|
|
9
9
|
],
|
|
10
|
-
"version": "3.35.
|
|
10
|
+
"version": "3.35.1",
|
|
11
11
|
"main": "./dist/index.esm.js",
|
|
12
12
|
"types": "./dist/index.d.ts",
|
|
13
13
|
"prepublishOnly": "yarn tsc && yarn build",
|
|
@@ -74,17 +74,17 @@
|
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
76
|
"@backstage/catalog-model": "^1.7.5",
|
|
77
|
-
"@backstage/core-compat-api": "^0.5.
|
|
78
|
-
"@backstage/core-components": "^0.
|
|
79
|
-
"@backstage/core-plugin-api": "^1.
|
|
80
|
-
"@backstage/frontend-plugin-api": "^0.
|
|
81
|
-
"@backstage/plugin-catalog-react": "^1.
|
|
82
|
-
"@backstage/plugin-home-react": "^0.1.
|
|
77
|
+
"@backstage/core-compat-api": "^0.5.2",
|
|
78
|
+
"@backstage/core-components": "^0.18.0",
|
|
79
|
+
"@backstage/core-plugin-api": "^1.11.0",
|
|
80
|
+
"@backstage/frontend-plugin-api": "^0.12.0",
|
|
81
|
+
"@backstage/plugin-catalog-react": "^1.21.0",
|
|
82
|
+
"@backstage/plugin-home-react": "^0.1.30",
|
|
83
83
|
"@backstage/plugin-search-common": "^1.2.19",
|
|
84
|
-
"@backstage/plugin-search-react": "^1.9.
|
|
84
|
+
"@backstage/plugin-search-react": "^1.9.4",
|
|
85
85
|
"@backstage/plugin-signals-react": "^0.0.15",
|
|
86
|
-
"@drodil/backstage-plugin-qeta-common": "^3.35.
|
|
87
|
-
"@drodil/backstage-plugin-qeta-react": "^3.35.
|
|
86
|
+
"@drodil/backstage-plugin-qeta-common": "^3.35.1",
|
|
87
|
+
"@drodil/backstage-plugin-qeta-react": "^3.35.1",
|
|
88
88
|
"@material-ui/core": "^4.12.2",
|
|
89
89
|
"@material-ui/icons": "^4.11.3",
|
|
90
90
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"react-use": "^17.4.0"
|
|
95
95
|
},
|
|
96
96
|
"peerDependencies": {
|
|
97
|
-
"@backstage/catalog-client": "^1.
|
|
97
|
+
"@backstage/catalog-client": "^1.12.0",
|
|
98
98
|
"react": " ^18.0.0 || ^19.0.0",
|
|
99
99
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
100
100
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
@@ -103,14 +103,14 @@
|
|
|
103
103
|
"react-markdown": "8.0.7"
|
|
104
104
|
},
|
|
105
105
|
"devDependencies": {
|
|
106
|
-
"@backstage/cli": "^0.34.
|
|
107
|
-
"@backstage/dev-utils": "^1.1.
|
|
108
|
-
"@backstage/plugin-catalog": "^1.31.
|
|
109
|
-
"@backstage/plugin-home": "^0.8.
|
|
110
|
-
"@backstage/plugin-notifications": "^0.5.
|
|
111
|
-
"@backstage/plugin-search": "^1.4.
|
|
112
|
-
"@backstage/plugin-search-react": "^1.9.
|
|
113
|
-
"@backstage/plugin-signals": "^0.0.
|
|
106
|
+
"@backstage/cli": "^0.34.2",
|
|
107
|
+
"@backstage/dev-utils": "^1.1.14",
|
|
108
|
+
"@backstage/plugin-catalog": "^1.31.3",
|
|
109
|
+
"@backstage/plugin-home": "^0.8.12",
|
|
110
|
+
"@backstage/plugin-notifications": "^0.5.9",
|
|
111
|
+
"@backstage/plugin-search": "^1.4.30",
|
|
112
|
+
"@backstage/plugin-search-react": "^1.9.4",
|
|
113
|
+
"@backstage/plugin-signals": "^0.0.23",
|
|
114
114
|
"@testing-library/jest-dom": "^6.1.3",
|
|
115
115
|
"@types/lodash": "^4.14.199",
|
|
116
116
|
"@types/luxon": "^3",
|