@backstage/plugin-app-react 0.0.0-nightly-20260117024523 → 0.0.0-nightly-20260119025541

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 +3 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-app-react
2
2
 
3
- ## 0.0.0-nightly-20260117024523
3
+ ## 0.0.0-nightly-20260119025541
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -19,5 +19,5 @@
19
19
  - `TranslationBlueprint`
20
20
 
21
21
  - Updated dependencies
22
- - @backstage/frontend-plugin-api@0.0.0-nightly-20260117024523
23
- - @backstage/core-plugin-api@0.0.0-nightly-20260117024523
22
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20260119025541
23
+ - @backstage/core-plugin-api@0.0.0-nightly-20260119025541
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-react",
3
- "version": "0.0.0-nightly-20260117024523",
3
+ "version": "0.0.0-nightly-20260119025541",
4
4
  "description": "Web library for the app plugin",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -39,14 +39,14 @@
39
39
  "test": "backstage-cli package test"
40
40
  },
41
41
  "dependencies": {
42
- "@backstage/core-plugin-api": "0.0.0-nightly-20260117024523",
43
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20260117024523",
42
+ "@backstage/core-plugin-api": "0.0.0-nightly-20260119025541",
43
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20260119025541",
44
44
  "@material-ui/core": "^4.9.13"
45
45
  },
46
46
  "devDependencies": {
47
- "@backstage/cli": "0.0.0-nightly-20260117024523",
48
- "@backstage/frontend-test-utils": "0.0.0-nightly-20260117024523",
49
- "@backstage/test-utils": "0.0.0-nightly-20260117024523",
47
+ "@backstage/cli": "0.0.0-nightly-20260119025541",
48
+ "@backstage/frontend-test-utils": "0.0.0-nightly-20260119025541",
49
+ "@backstage/test-utils": "0.0.0-nightly-20260119025541",
50
50
  "@testing-library/jest-dom": "^6.0.0",
51
51
  "@testing-library/react": "^16.0.0",
52
52
  "@types/react": "^18.0.0",