@backstage/core-components 0.18.7-next.2 → 0.18.7
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 +13 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @backstage/core-components
|
|
2
2
|
|
|
3
|
+
## 0.18.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 7455dae: Use node prefix on native imports
|
|
8
|
+
- a7e0d50: Updated `react-router-dom` peer dependency to `^6.30.2` and explicitly disabled v7 future flags to suppress deprecation warnings.
|
|
9
|
+
- cebfea7: Removed link styles from LinkButton to avoid styling inconsistencies related to import order.
|
|
10
|
+
- 69d880e: Bump to latest zod to ensure it has the latest features
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @backstage/theme@0.7.2
|
|
13
|
+
- @backstage/core-plugin-api@1.12.3
|
|
14
|
+
- @backstage/version-bridge@1.0.12
|
|
15
|
+
|
|
3
16
|
## 0.18.7-next.2
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/core-components",
|
|
3
|
-
"version": "0.18.7
|
|
3
|
+
"version": "0.18.7",
|
|
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": "1.3.6",
|
|
70
|
-
"@backstage/core-plugin-api": "1.12.3
|
|
71
|
-
"@backstage/errors": "1.2.7",
|
|
72
|
-
"@backstage/theme": "0.7.2
|
|
73
|
-
"@backstage/version-bridge": "1.0.12
|
|
69
|
+
"@backstage/config": "^1.3.6",
|
|
70
|
+
"@backstage/core-plugin-api": "^1.12.3",
|
|
71
|
+
"@backstage/errors": "^1.2.7",
|
|
72
|
+
"@backstage/theme": "^0.7.2",
|
|
73
|
+
"@backstage/version-bridge": "^1.0.12",
|
|
74
74
|
"@dagrejs/dagre": "^1.1.4",
|
|
75
75
|
"@date-io/core": "^1.3.13",
|
|
76
76
|
"@material-table/core": "^3.1.0",
|
|
@@ -110,10 +110,10 @@
|
|
|
110
110
|
"zod": "^3.25.76"
|
|
111
111
|
},
|
|
112
112
|
"devDependencies": {
|
|
113
|
-
"@backstage/app-defaults": "1.7.5
|
|
114
|
-
"@backstage/cli": "0.35.4
|
|
115
|
-
"@backstage/core-app-api": "1.19.5
|
|
116
|
-
"@backstage/test-utils": "1.7.15
|
|
113
|
+
"@backstage/app-defaults": "^1.7.5",
|
|
114
|
+
"@backstage/cli": "^0.35.4",
|
|
115
|
+
"@backstage/core-app-api": "^1.19.5",
|
|
116
|
+
"@backstage/test-utils": "^1.7.15",
|
|
117
117
|
"@testing-library/dom": "^10.0.0",
|
|
118
118
|
"@testing-library/jest-dom": "^6.0.0",
|
|
119
119
|
"@testing-library/user-event": "^14.0.0",
|