@backstage/core-components 0.14.2 → 0.14.3
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 +12 -0
- package/alpha/package.json +1 -1
- package/package.json +5 -5
- package/testUtils/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @backstage/core-components
|
|
2
2
|
|
|
3
|
+
## 0.14.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e8f026a: Use ESM exports of react-use library
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/core-plugin-api@1.9.1
|
|
10
|
+
- @backstage/config@1.2.0
|
|
11
|
+
- @backstage/errors@1.2.4
|
|
12
|
+
- @backstage/theme@0.5.2
|
|
13
|
+
- @backstage/version-bridge@1.0.7
|
|
14
|
+
|
|
3
15
|
## 0.14.2
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/core-components",
|
|
3
3
|
"description": "Core components used by Backstage plugins and apps",
|
|
4
|
-
"version": "0.14.
|
|
4
|
+
"version": "0.14.3",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -95,10 +95,10 @@
|
|
|
95
95
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
96
96
|
},
|
|
97
97
|
"devDependencies": {
|
|
98
|
-
"@backstage/app-defaults": "^1.5.
|
|
99
|
-
"@backstage/cli": "^0.26.
|
|
100
|
-
"@backstage/core-app-api": "^1.12.
|
|
101
|
-
"@backstage/test-utils": "^1.5.
|
|
98
|
+
"@backstage/app-defaults": "^1.5.3",
|
|
99
|
+
"@backstage/cli": "^0.26.2",
|
|
100
|
+
"@backstage/core-app-api": "^1.12.3",
|
|
101
|
+
"@backstage/test-utils": "^1.5.3",
|
|
102
102
|
"@testing-library/dom": "^9.0.0",
|
|
103
103
|
"@testing-library/jest-dom": "^6.0.0",
|
|
104
104
|
"@testing-library/react": "^14.0.0",
|