@backstage/core-components 0.16.2 → 0.16.3-next.0
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 +11 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @backstage/core-components
|
|
2
2
|
|
|
3
|
+
## 0.16.3-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/core-plugin-api@1.10.3-next.0
|
|
9
|
+
- @backstage/config@1.3.2-next.0
|
|
10
|
+
- @backstage/errors@1.2.7-next.0
|
|
11
|
+
- @backstage/theme@0.6.3
|
|
12
|
+
- @backstage/version-bridge@1.0.10
|
|
13
|
+
|
|
3
14
|
## 0.16.2
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/core-components",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.3-next.0",
|
|
4
4
|
"description": "Core components used by Backstage plugins and apps",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "web-library"
|
|
@@ -66,11 +66,11 @@
|
|
|
66
66
|
"test": "backstage-cli package test"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@backstage/config": "
|
|
70
|
-
"@backstage/core-plugin-api": "
|
|
71
|
-
"@backstage/errors": "
|
|
72
|
-
"@backstage/theme": "
|
|
73
|
-
"@backstage/version-bridge": "
|
|
69
|
+
"@backstage/config": "1.3.2-next.0",
|
|
70
|
+
"@backstage/core-plugin-api": "1.10.3-next.0",
|
|
71
|
+
"@backstage/errors": "1.2.7-next.0",
|
|
72
|
+
"@backstage/theme": "0.6.3",
|
|
73
|
+
"@backstage/version-bridge": "1.0.10",
|
|
74
74
|
"@date-io/core": "^1.3.13",
|
|
75
75
|
"@material-table/core": "^3.1.0",
|
|
76
76
|
"@material-ui/core": "^4.12.2",
|
|
@@ -105,10 +105,10 @@
|
|
|
105
105
|
"zod": "^3.22.4"
|
|
106
106
|
},
|
|
107
107
|
"devDependencies": {
|
|
108
|
-
"@backstage/app-defaults": "
|
|
109
|
-
"@backstage/cli": "
|
|
110
|
-
"@backstage/core-app-api": "
|
|
111
|
-
"@backstage/test-utils": "
|
|
108
|
+
"@backstage/app-defaults": "1.5.16-next.0",
|
|
109
|
+
"@backstage/cli": "0.29.5-next.1",
|
|
110
|
+
"@backstage/core-app-api": "1.15.4-next.0",
|
|
111
|
+
"@backstage/test-utils": "1.7.4-next.0",
|
|
112
112
|
"@testing-library/dom": "^10.0.0",
|
|
113
113
|
"@testing-library/jest-dom": "^6.0.0",
|
|
114
114
|
"@testing-library/user-event": "^14.0.0",
|