@backstage/frontend-defaults 0.0.0-nightly-20241108023219 → 0.0.0-nightly-20241109022707

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 +4 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @backstage/frontend-defaults
2
2
 
3
- ## 0.0.0-nightly-20241108023219
3
+ ## 0.0.0-nightly-20241109022707
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
8
  - @backstage/config@1.2.0
9
9
  - @backstage/errors@1.2.4
10
- - @backstage/frontend-app-api@0.0.0-nightly-20241108023219
11
- - @backstage/frontend-plugin-api@0.0.0-nightly-20241108023219
12
- - @backstage/plugin-app@0.0.0-nightly-20241108023219
10
+ - @backstage/frontend-app-api@0.0.0-nightly-20241109022707
11
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20241109022707
12
+ - @backstage/plugin-app@0.0.0-nightly-20241109022707
13
13
 
14
14
  ## 0.1.2-next.1
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/frontend-defaults",
3
- "version": "0.0.0-nightly-20241108023219",
3
+ "version": "0.0.0-nightly-20241109022707",
4
4
  "backstage": {
5
5
  "role": "web-library"
6
6
  },
@@ -33,15 +33,15 @@
33
33
  "dependencies": {
34
34
  "@backstage/config": "1.2.0",
35
35
  "@backstage/errors": "1.2.4",
36
- "@backstage/frontend-app-api": "0.0.0-nightly-20241108023219",
37
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20241108023219",
38
- "@backstage/plugin-app": "0.0.0-nightly-20241108023219",
36
+ "@backstage/frontend-app-api": "0.0.0-nightly-20241109022707",
37
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20241109022707",
38
+ "@backstage/plugin-app": "0.0.0-nightly-20241109022707",
39
39
  "@react-hookz/web": "^24.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@backstage/cli": "0.0.0-nightly-20241108023219",
42
+ "@backstage/cli": "0.0.0-nightly-20241109022707",
43
43
  "@backstage/core-plugin-api": "1.10.0",
44
- "@backstage/test-utils": "0.0.0-nightly-20241108023219",
44
+ "@backstage/test-utils": "0.0.0-nightly-20241109022707",
45
45
  "@testing-library/jest-dom": "^6.0.0",
46
46
  "@testing-library/react": "^16.0.0",
47
47
  "@types/react": "^18.0.0",