@backstage/plugin-app 0.0.0-nightly-20240904022810 → 0.0.0-nightly-20240905022851

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
2
2
 
3
- ## 0.0.0-nightly-20240904022810
3
+ ## 0.0.0-nightly-20240905022851
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -39,8 +39,8 @@
39
39
  ```
40
40
 
41
41
  - Updated dependencies
42
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240904022810
43
- - @backstage/core-components@0.0.0-nightly-20240904022810
42
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240905022851
43
+ - @backstage/core-components@0.0.0-nightly-20240905022851
44
44
  - @backstage/core-plugin-api@1.9.3
45
45
  - @backstage/theme@0.5.6
46
46
  - @backstage/plugin-permission-react@0.4.25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app",
3
- "version": "0.0.0-nightly-20240904022810",
3
+ "version": "0.0.0-nightly-20240905022851",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -34,9 +34,9 @@
34
34
  "postpack": "backstage-cli package postpack"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/core-components": "^0.0.0-nightly-20240904022810",
37
+ "@backstage/core-components": "^0.0.0-nightly-20240905022851",
38
38
  "@backstage/core-plugin-api": "^1.9.3",
39
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240904022810",
39
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240905022851",
40
40
  "@backstage/plugin-permission-react": "^0.4.25",
41
41
  "@backstage/theme": "^0.5.6",
42
42
  "@material-ui/core": "^4.9.13",
@@ -50,9 +50,9 @@
50
50
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/cli": "^0.0.0-nightly-20240904022810",
54
- "@backstage/dev-utils": "^0.0.0-nightly-20240904022810",
55
- "@backstage/frontend-test-utils": "^0.0.0-nightly-20240904022810",
53
+ "@backstage/cli": "^0.0.0-nightly-20240905022851",
54
+ "@backstage/dev-utils": "^0.0.0-nightly-20240905022851",
55
+ "@backstage/frontend-test-utils": "^0.0.0-nightly-20240905022851",
56
56
  "@testing-library/jest-dom": "^6.0.0",
57
57
  "@testing-library/react": "^15.0.0",
58
58
  "@testing-library/user-event": "^14.0.0",