@backstage/core-components 0.18.9 → 0.18.10-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +12 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @backstage/core-components
2
2
 
3
+ ## 0.18.10-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 3846774: Added missing dependencies that were previously only available transitively.
8
+ - 0c5e41f: Removed unused dependencies that had no imports in source code.
9
+ - Updated dependencies
10
+ - @backstage/errors@1.3.1-next.0
11
+ - @backstage/config@1.3.8-next.0
12
+ - @backstage/core-plugin-api@1.12.6-next.0
13
+ - @backstage/theme@0.7.3
14
+ - @backstage/version-bridge@1.0.12
15
+
3
16
  ## 0.18.9
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.9",
3
+ "version": "0.18.10-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": "^1.3.7",
70
- "@backstage/core-plugin-api": "^1.12.5",
71
- "@backstage/errors": "^1.3.0",
72
- "@backstage/theme": "^0.7.3",
73
- "@backstage/version-bridge": "^1.0.12",
69
+ "@backstage/config": "1.3.8-next.0",
70
+ "@backstage/core-plugin-api": "1.12.6-next.0",
71
+ "@backstage/errors": "1.3.1-next.0",
72
+ "@backstage/theme": "0.7.3",
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",
@@ -82,6 +82,7 @@
82
82
  "@types/react-sparklines": "^1.7.0",
83
83
  "ansi-regex": "^6.0.1",
84
84
  "classnames": "^2.2.6",
85
+ "csstype": "^3.0.2",
85
86
  "d3-selection": "^3.0.0",
86
87
  "d3-shape": "^3.0.0",
87
88
  "d3-zoom": "^3.0.0",
@@ -90,7 +91,6 @@
90
91
  "linkifyjs": "4.3.2",
91
92
  "lodash": "^4.17.21",
92
93
  "parse5": "^6.0.0",
93
- "pluralize": "^8.0.0",
94
94
  "qs": "^6.9.4",
95
95
  "rc-progress": "3.5.1",
96
96
  "react-full-screen": "^1.1.1",
@@ -110,10 +110,10 @@
110
110
  "zod": "^3.25.76 || ^4.0.0"
111
111
  },
112
112
  "devDependencies": {
113
- "@backstage/app-defaults": "^1.7.7",
114
- "@backstage/cli": "^0.36.1",
115
- "@backstage/core-app-api": "^1.20.0",
116
- "@backstage/test-utils": "^1.7.17",
113
+ "@backstage/app-defaults": "1.7.8-next.0",
114
+ "@backstage/cli": "0.36.2-next.0",
115
+ "@backstage/core-app-api": "1.20.1-next.0",
116
+ "@backstage/test-utils": "1.7.18-next.0",
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",
@@ -130,6 +130,7 @@
130
130
  "@types/react-virtualized-auto-sizer": "^1.0.1",
131
131
  "@types/react-window": "^1.8.5",
132
132
  "@types/zen-observable": "^0.8.0",
133
+ "copy-to-clipboard": "^3.3.1",
133
134
  "cross-fetch": "^4.0.0",
134
135
  "history": "^5.0.0",
135
136
  "msw": "^1.0.0",