@backstage/frontend-defaults 0.0.0-nightly-20251213024329 → 0.0.0-nightly-20251230024823

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 +15 -5
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,16 +1,26 @@
1
1
  # @backstage/frontend-defaults
2
2
 
3
- ## 0.0.0-nightly-20251213024329
3
+ ## 0.0.0-nightly-20251230024823
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-app@0.0.0-nightly-20251213024329
9
- - @backstage/frontend-plugin-api@0.0.0-nightly-20251213024329
10
- - @backstage/core-components@0.0.0-nightly-20251213024329
11
- - @backstage/frontend-app-api@0.0.0-nightly-20251213024329
12
8
  - @backstage/config@1.3.6
9
+ - @backstage/core-components@0.18.4
13
10
  - @backstage/errors@1.2.7
11
+ - @backstage/frontend-app-api@0.0.0-nightly-20251230024823
12
+ - @backstage/frontend-plugin-api@0.13.2
13
+ - @backstage/plugin-app@0.0.0-nightly-20251230024823
14
+
15
+ ## 0.3.4
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/plugin-app@0.3.3
21
+ - @backstage/frontend-plugin-api@0.13.2
22
+ - @backstage/core-components@0.18.4
23
+ - @backstage/frontend-app-api@0.13.3
14
24
 
15
25
  ## 0.3.4-next.0
16
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/frontend-defaults",
3
- "version": "0.0.0-nightly-20251213024329",
3
+ "version": "0.0.0-nightly-20251230024823",
4
4
  "backstage": {
5
5
  "role": "web-library"
6
6
  },
@@ -32,17 +32,17 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@backstage/config": "1.3.6",
35
- "@backstage/core-components": "0.0.0-nightly-20251213024329",
35
+ "@backstage/core-components": "0.18.4",
36
36
  "@backstage/errors": "1.2.7",
37
- "@backstage/frontend-app-api": "0.0.0-nightly-20251213024329",
38
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20251213024329",
39
- "@backstage/plugin-app": "0.0.0-nightly-20251213024329",
37
+ "@backstage/frontend-app-api": "0.0.0-nightly-20251230024823",
38
+ "@backstage/frontend-plugin-api": "0.13.2",
39
+ "@backstage/plugin-app": "0.0.0-nightly-20251230024823",
40
40
  "@react-hookz/web": "^24.0.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@backstage/cli": "0.0.0-nightly-20251213024329",
44
- "@backstage/core-plugin-api": "0.0.0-nightly-20251213024329",
45
- "@backstage/test-utils": "0.0.0-nightly-20251213024329",
43
+ "@backstage/cli": "0.0.0-nightly-20251230024823",
44
+ "@backstage/core-plugin-api": "1.12.1",
45
+ "@backstage/test-utils": "1.7.14",
46
46
  "@testing-library/jest-dom": "^6.0.0",
47
47
  "@testing-library/react": "^16.0.0",
48
48
  "@types/react": "^18.0.0",