@drodil/backstage-plugin-qeta 3.55.7 → 3.55.8

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.
@@ -6,7 +6,7 @@ var keywords = [
6
6
  "frontend",
7
7
  "backstage.io"
8
8
  ];
9
- var version = "3.55.7";
9
+ var version = "3.55.8";
10
10
  var main = "src/index.ts";
11
11
  var types = "src/index.ts";
12
12
  var prepublishOnly = "yarn tsc && yarn build";
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "frontend",
8
8
  "backstage.io"
9
9
  ],
10
- "version": "3.55.7",
10
+ "version": "3.55.8",
11
11
  "main": "./dist/index.esm.js",
12
12
  "types": "./dist/index.d.ts",
13
13
  "prepublishOnly": "yarn tsc && yarn build",
@@ -74,19 +74,19 @@
74
74
  },
75
75
  "dependencies": {
76
76
  "@backstage/catalog-model": "^1.7.6",
77
- "@backstage/core-compat-api": "^0.5.5",
78
- "@backstage/core-components": "^0.18.4",
77
+ "@backstage/core-compat-api": "^0.5.6",
78
+ "@backstage/core-components": "^0.18.5",
79
79
  "@backstage/core-plugin-api": "^1.12.1",
80
- "@backstage/frontend-plugin-api": "^0.13.2",
81
- "@backstage/plugin-catalog-react": "^1.21.4",
82
- "@backstage/plugin-home-react": "^0.1.33",
80
+ "@backstage/frontend-plugin-api": "^0.13.3",
81
+ "@backstage/plugin-catalog-react": "^1.21.5",
82
+ "@backstage/plugin-home-react": "^0.1.34",
83
83
  "@backstage/plugin-permission-react": "^0.4.39",
84
84
  "@backstage/plugin-search-common": "^1.2.21",
85
- "@backstage/plugin-search-react": "^1.10.1",
85
+ "@backstage/plugin-search-react": "^1.10.2",
86
86
  "@backstage/plugin-signals-react": "^0.0.18",
87
- "@backstage/plugin-techdocs-react": "^1.3.6",
88
- "@drodil/backstage-plugin-qeta-common": "^3.55.7",
89
- "@drodil/backstage-plugin-qeta-react": "^3.55.7",
87
+ "@backstage/plugin-techdocs-react": "^1.3.7",
88
+ "@drodil/backstage-plugin-qeta-common": "^3.55.8",
89
+ "@drodil/backstage-plugin-qeta-react": "^3.55.8",
90
90
  "@material-ui/core": "^4.12.2",
91
91
  "@material-ui/icons": "^4.11.3",
92
92
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -106,18 +106,18 @@
106
106
  "react-markdown": "8.0.7"
107
107
  },
108
108
  "devDependencies": {
109
- "@backstage/cli": "^0.35.1",
110
- "@backstage/dev-utils": "^1.1.18",
111
- "@backstage/frontend-defaults": "^0.3.4",
112
- "@backstage/plugin-catalog": "^1.32.1",
113
- "@backstage/plugin-home": "^0.8.15",
114
- "@backstage/plugin-notifications": "^0.5.12",
115
- "@backstage/plugin-search": "^1.5.1",
116
- "@backstage/plugin-search-react": "^1.10.1",
117
- "@backstage/plugin-signals": "^0.0.26",
118
- "@backstage/plugin-techdocs": "^1.16.1",
119
- "@backstage/plugin-user-settings": "^0.8.30",
120
- "@backstage/ui": "^0.10.0",
109
+ "@backstage/cli": "^0.35.2",
110
+ "@backstage/dev-utils": "^1.1.19",
111
+ "@backstage/frontend-defaults": "^0.3.5",
112
+ "@backstage/plugin-catalog": "^1.32.2",
113
+ "@backstage/plugin-home": "^0.9.0",
114
+ "@backstage/plugin-notifications": "^0.5.13",
115
+ "@backstage/plugin-search": "^1.5.3",
116
+ "@backstage/plugin-search-react": "^1.10.2",
117
+ "@backstage/plugin-signals": "^0.0.27",
118
+ "@backstage/plugin-techdocs": "^1.16.2",
119
+ "@backstage/plugin-user-settings": "^0.8.31",
120
+ "@backstage/ui": "^0.11.0",
121
121
  "@testing-library/jest-dom": "^6.1.3",
122
122
  "@types/lodash": "^4.14.199",
123
123
  "@types/luxon": "^3",