@drodil/backstage-plugin-qeta 1.24.3 → 1.24.4
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/esm/{index-5fbdf037.esm.js → index-B6meccqk.esm.js} +2 -2
- package/dist/esm/{index-5fbdf037.esm.js.map → index-B6meccqk.esm.js.map} +1 -1
- package/dist/esm/{index-49625f93.esm.js → index-Bpu9RrQD.esm.js} +2 -2
- package/dist/esm/index-Bpu9RrQD.esm.js.map +1 -0
- package/dist/esm/{index-6102defa.esm.js → index-CfNnUCb5.esm.js} +4 -4
- package/dist/esm/{index-6102defa.esm.js.map → index-CfNnUCb5.esm.js.map} +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.esm.js +1 -1
- package/package.json +11 -11
- package/dist/esm/index-49625f93.esm.js.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -188,4 +188,4 @@ declare class QetaClient implements QetaApi {
|
|
|
188
188
|
private getQueryParameters;
|
|
189
189
|
}
|
|
190
190
|
|
|
191
|
-
export { AskForm, Content, QetaApi, QetaClient, QetaPage, QuestionTableCard, QuestionsContainer, QuestionsTable, RankingCard, RankingRow, StatisticsPage, TopRankingUsers, TrophyIcon, qetaApiRef, qetaPlugin };
|
|
191
|
+
export { AskForm, Content, type QetaApi, QetaClient, QetaPage, QuestionTableCard, QuestionsContainer, QuestionsTable, RankingCard, RankingRow, StatisticsPage, TopRankingUsers, TrophyIcon, qetaApiRef, qetaPlugin };
|
package/dist/index.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { A as AskForm, C as Content, p as QetaClient, k as QetaPage, l as QuestionTableCard,
|
|
1
|
+
export { A as AskForm, C as Content, p as QetaClient, k as QetaPage, l as QuestionTableCard, g as QuestionsContainer, Q as QuestionsTable, n as RankingCard, m as RankingRow, S as StatisticsPage, o as TopRankingUsers, i as TrophyIcon, q as qetaApiRef, j as qetaPlugin } from './esm/index-CfNnUCb5.esm.js';
|
|
2
2
|
import '@backstage/core-plugin-api';
|
|
3
3
|
import '@backstage/plugin-home-react';
|
|
4
4
|
import '@backstage/errors';
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"frontend",
|
|
8
8
|
"backstage.io"
|
|
9
9
|
],
|
|
10
|
-
"version": "1.24.
|
|
10
|
+
"version": "1.24.4",
|
|
11
11
|
"main": "dist/index.esm.js",
|
|
12
12
|
"types": "dist/index.d.ts",
|
|
13
13
|
"prepublishOnly": "yarn tsc && yarn build",
|
|
@@ -39,18 +39,18 @@
|
|
|
39
39
|
"tsc": "tsc"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@backstage/catalog-client": "^1.6.
|
|
42
|
+
"@backstage/catalog-client": "^1.6.3",
|
|
43
43
|
"@backstage/catalog-model": "^1.4.5",
|
|
44
44
|
"@backstage/config": "^1.2.0",
|
|
45
|
-
"@backstage/core-components": "^0.14.
|
|
45
|
+
"@backstage/core-components": "^0.14.3",
|
|
46
46
|
"@backstage/core-plugin-api": "^1.9.1",
|
|
47
47
|
"@backstage/errors": "^1.2.4",
|
|
48
|
-
"@backstage/plugin-catalog-react": "^1.11.
|
|
49
|
-
"@backstage/plugin-home-react": "^0.1.
|
|
48
|
+
"@backstage/plugin-catalog-react": "^1.11.2",
|
|
49
|
+
"@backstage/plugin-home-react": "^0.1.11",
|
|
50
50
|
"@backstage/plugin-permission-react": "^0.4.21",
|
|
51
51
|
"@backstage/plugin-signals-react": "^0.0.2",
|
|
52
|
-
"@drodil/backstage-plugin-qeta-common": "^1.24.
|
|
53
|
-
"@drodil/backstage-plugin-qeta-react": "^1.24.
|
|
52
|
+
"@drodil/backstage-plugin-qeta-common": "^1.24.4",
|
|
53
|
+
"@drodil/backstage-plugin-qeta-react": "^1.24.4",
|
|
54
54
|
"@material-ui/core": "^4.12.2",
|
|
55
55
|
"@material-ui/icons": "^4.11.3",
|
|
56
56
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"react-use": "^17.4.0"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
|
-
"@backstage/catalog-client": "^1.6.
|
|
67
|
+
"@backstage/catalog-client": "^1.6.3",
|
|
68
68
|
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
69
69
|
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
70
70
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
@@ -73,9 +73,9 @@
|
|
|
73
73
|
"react-markdown": "8.0.7"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@backstage/cli": "^0.26.
|
|
77
|
-
"@backstage/dev-utils": "^1.0.
|
|
78
|
-
"@backstage/plugin-home": "^0.7.
|
|
76
|
+
"@backstage/cli": "^0.26.2",
|
|
77
|
+
"@backstage/dev-utils": "^1.0.30",
|
|
78
|
+
"@backstage/plugin-home": "^0.7.2",
|
|
79
79
|
"@testing-library/jest-dom": "^6.1.3",
|
|
80
80
|
"@types/dompurify": "^3.0.0",
|
|
81
81
|
"@types/lodash": "^4.14.199",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index-49625f93.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|