@backstage-community/plugin-tech-insights-react 1.3.0 → 1.3.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/CHANGELOG.md +8 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @backstage-community/plugin-tech-insights-react
|
|
2
2
|
|
|
3
|
+
## 1.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3ca2b56: Upgrades to Backstage v1.47.2
|
|
8
|
+
- Updated dependencies [3ca2b56]
|
|
9
|
+
- @backstage-community/plugin-tech-insights-common@0.8.1
|
|
10
|
+
|
|
3
11
|
## 1.3.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
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.1",
|
|
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",
|