@backstage/frontend-defaults 0.0.0-nightly-20241101023511 → 0.0.0-nightly-20241103023333

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-20241101023511
3
+ ## 0.0.0-nightly-20241103023333
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-20241101023511
11
- - @backstage/frontend-plugin-api@0.0.0-nightly-20241101023511
12
- - @backstage/plugin-app@0.0.0-nightly-20241101023511
10
+ - @backstage/frontend-app-api@0.0.0-nightly-20241103023333
11
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20241103023333
12
+ - @backstage/plugin-app@0.0.0-nightly-20241103023333
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-20241101023511",
3
+ "version": "0.0.0-nightly-20241103023333",
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-20241101023511",
37
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20241101023511",
38
- "@backstage/plugin-app": "0.0.0-nightly-20241101023511",
36
+ "@backstage/frontend-app-api": "0.0.0-nightly-20241103023333",
37
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20241103023333",
38
+ "@backstage/plugin-app": "0.0.0-nightly-20241103023333",
39
39
  "@react-hookz/web": "^24.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@backstage/cli": "0.0.0-nightly-20241101023511",
42
+ "@backstage/cli": "0.0.0-nightly-20241103023333",
43
43
  "@backstage/core-plugin-api": "1.10.0",
44
- "@backstage/test-utils": "0.0.0-nightly-20241101023511",
44
+ "@backstage/test-utils": "0.0.0-nightly-20241103023333",
45
45
  "@testing-library/jest-dom": "^6.0.0",
46
46
  "@testing-library/react": "^16.0.0",
47
47
  "@types/react": "^18.0.0",