@drodil/backstage-plugin-qeta 2.9.0 → 2.9.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/package.json +19 -19
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"frontend",
|
|
8
8
|
"backstage.io"
|
|
9
9
|
],
|
|
10
|
-
"version": "2.9.
|
|
10
|
+
"version": "2.9.1",
|
|
11
11
|
"main": "dist/index.esm.js",
|
|
12
12
|
"types": "dist/index.d.ts",
|
|
13
13
|
"prepublishOnly": "yarn tsc && yarn build",
|
|
@@ -47,24 +47,24 @@
|
|
|
47
47
|
"tsc": "tsc"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@backstage/catalog-client": "^1.
|
|
51
|
-
"@backstage/catalog-model": "^1.
|
|
50
|
+
"@backstage/catalog-client": "^1.7.0",
|
|
51
|
+
"@backstage/catalog-model": "^1.7.0",
|
|
52
52
|
"@backstage/config": "^1.2.0",
|
|
53
|
-
"@backstage/core-components": "^0.
|
|
54
|
-
"@backstage/core-plugin-api": "^1.9.
|
|
53
|
+
"@backstage/core-components": "^0.15.0",
|
|
54
|
+
"@backstage/core-plugin-api": "^1.9.4",
|
|
55
55
|
"@backstage/errors": "^1.2.4",
|
|
56
|
-
"@backstage/plugin-catalog-react": "^1.
|
|
57
|
-
"@backstage/plugin-home-react": "^0.1.
|
|
58
|
-
"@backstage/plugin-permission-react": "^0.4.
|
|
59
|
-
"@backstage/plugin-signals-react": "^0.0.
|
|
60
|
-
"@drodil/backstage-plugin-qeta-common": "^2.9.
|
|
61
|
-
"@drodil/backstage-plugin-qeta-react": "^2.9.
|
|
56
|
+
"@backstage/plugin-catalog-react": "^1.13.0",
|
|
57
|
+
"@backstage/plugin-home-react": "^0.1.17",
|
|
58
|
+
"@backstage/plugin-permission-react": "^0.4.26",
|
|
59
|
+
"@backstage/plugin-signals-react": "^0.0.5",
|
|
60
|
+
"@drodil/backstage-plugin-qeta-common": "^2.9.1",
|
|
61
|
+
"@drodil/backstage-plugin-qeta-react": "^2.9.1",
|
|
62
62
|
"@material-ui/core": "^4.12.2",
|
|
63
63
|
"@material-ui/icons": "^4.11.3",
|
|
64
64
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
65
65
|
"ajv": "^8.12.0",
|
|
66
66
|
"dataloader": "^2.2.2",
|
|
67
|
-
"dompurify": "^3.
|
|
67
|
+
"dompurify": "^3.1.3",
|
|
68
68
|
"file-type": "16.5.4",
|
|
69
69
|
"lodash": "^4.17.21",
|
|
70
70
|
"react-hook-form": "^7.46.2",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"react-use": "^17.4.0"
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
76
|
-
"@backstage/catalog-client": "^1.
|
|
76
|
+
"@backstage/catalog-client": "^1.7.0",
|
|
77
77
|
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
78
78
|
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
79
79
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
@@ -82,12 +82,12 @@
|
|
|
82
82
|
"react-markdown": "8.0.7"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
|
-
"@backstage/cli": "^0.27.
|
|
86
|
-
"@backstage/dev-utils": "^1.0
|
|
87
|
-
"@backstage/plugin-catalog": "^1.
|
|
88
|
-
"@backstage/plugin-home": "^0.7.
|
|
89
|
-
"@backstage/plugin-notifications": "^0.3.
|
|
90
|
-
"@backstage/plugin-signals": "^0.0.
|
|
85
|
+
"@backstage/cli": "^0.27.1",
|
|
86
|
+
"@backstage/dev-utils": "^1.1.0",
|
|
87
|
+
"@backstage/plugin-catalog": "^1.23.0",
|
|
88
|
+
"@backstage/plugin-home": "^0.7.10",
|
|
89
|
+
"@backstage/plugin-notifications": "^0.3.1",
|
|
90
|
+
"@backstage/plugin-signals": "^0.0.10",
|
|
91
91
|
"@testing-library/jest-dom": "^6.1.3",
|
|
92
92
|
"@types/dompurify": "^3.0.0",
|
|
93
93
|
"@types/lodash": "^4.14.199",
|