@backstage-community/plugin-tech-insights-react 1.3.0 → 1.3.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 +14 -0
- package/dist/index.d.ts +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @backstage-community/plugin-tech-insights-react
|
|
2
2
|
|
|
3
|
+
## 1.3.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 0b21938: Upgrades Typescript to 5.7.0
|
|
8
|
+
|
|
9
|
+
## 1.3.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 3ca2b56: Upgrades to Backstage v1.47.2
|
|
14
|
+
- Updated dependencies [3ca2b56]
|
|
15
|
+
- @backstage-community/plugin-tech-insights-common@0.8.1
|
|
16
|
+
|
|
3
17
|
## 1.3.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -196,7 +196,7 @@ type ResultLinksMenuInfo = {
|
|
|
196
196
|
*/
|
|
197
197
|
declare const ResultLinksMenu: (props: PropsWithChildren<{
|
|
198
198
|
result: CheckResult;
|
|
199
|
-
entity?: Entity
|
|
199
|
+
entity?: Entity;
|
|
200
200
|
setMenu(opener: ResultLinksMenuInfo | undefined): void;
|
|
201
201
|
}>) => react_jsx_runtime.JSX.Element | null;
|
|
202
202
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage-community/plugin-tech-insights-react",
|
|
3
3
|
"description": "Web library for the tech-insights plugin",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.2",
|
|
5
5
|
"main": "dist/index.esm.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"postpack": "backstage-cli package postpack"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@backstage-community/plugin-tech-insights-common": "^0.8.
|
|
42
|
+
"@backstage-community/plugin-tech-insights-common": "^0.8.1",
|
|
43
43
|
"@backstage/catalog-model": "^1.7.6",
|
|
44
|
-
"@backstage/core-plugin-api": "^1.12.
|
|
44
|
+
"@backstage/core-plugin-api": "^1.12.2",
|
|
45
45
|
"@backstage/types": "^1.2.2",
|
|
46
46
|
"@material-ui/core": "^4.9.13",
|
|
47
47
|
"@material-ui/icons": "^4.9.1",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@backstage/cli": "^0.35.
|
|
54
|
+
"@backstage/cli": "^0.35.3",
|
|
55
55
|
"@backstage/test-utils": "^1.7.14",
|
|
56
56
|
"@testing-library/jest-dom": "^6.0.0",
|
|
57
57
|
"@testing-library/react": "^14.0.0",
|