@backstage/plugin-app 0.0.0-nightly-20241006023330 → 0.0.0-nightly-20241007023251

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 +6 -6
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @backstage/plugin-app
2
2
 
3
- ## 0.0.0-nightly-20241006023330
3
+ ## 0.0.0-nightly-20241007023251
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-20241006023330
9
- - @backstage/frontend-plugin-api@0.0.0-nightly-20241006023330
10
- - @backstage/core-plugin-api@0.0.0-nightly-20241006023330
11
- - @backstage/plugin-permission-react@0.0.0-nightly-20241006023330
12
- - @backstage/theme@0.0.0-nightly-20241006023330
8
+ - @backstage/core-components@0.0.0-nightly-20241007023251
9
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20241007023251
10
+ - @backstage/core-plugin-api@0.0.0-nightly-20241007023251
11
+ - @backstage/plugin-permission-react@0.0.0-nightly-20241007023251
12
+ - @backstage/theme@0.0.0-nightly-20241007023251
13
13
 
14
14
  ## 0.1.1-next.1
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app",
3
- "version": "0.0.0-nightly-20241006023330",
3
+ "version": "0.0.0-nightly-20241007023251",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "app",
@@ -37,20 +37,20 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/core-components": "0.0.0-nightly-20241006023330",
41
- "@backstage/core-plugin-api": "0.0.0-nightly-20241006023330",
42
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20241006023330",
43
- "@backstage/plugin-permission-react": "0.0.0-nightly-20241006023330",
44
- "@backstage/theme": "0.0.0-nightly-20241006023330",
40
+ "@backstage/core-components": "0.0.0-nightly-20241007023251",
41
+ "@backstage/core-plugin-api": "0.0.0-nightly-20241007023251",
42
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20241007023251",
43
+ "@backstage/plugin-permission-react": "0.0.0-nightly-20241007023251",
44
+ "@backstage/theme": "0.0.0-nightly-20241007023251",
45
45
  "@material-ui/core": "^4.9.13",
46
46
  "@material-ui/icons": "^4.9.1",
47
47
  "@material-ui/lab": "^4.0.0-alpha.61",
48
48
  "react-use": "^17.2.4"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/cli": "0.0.0-nightly-20241006023330",
52
- "@backstage/dev-utils": "0.0.0-nightly-20241006023330",
53
- "@backstage/frontend-test-utils": "0.0.0-nightly-20241006023330",
51
+ "@backstage/cli": "0.0.0-nightly-20241007023251",
52
+ "@backstage/dev-utils": "0.0.0-nightly-20241007023251",
53
+ "@backstage/frontend-test-utils": "0.0.0-nightly-20241007023251",
54
54
  "@testing-library/jest-dom": "^6.0.0",
55
55
  "@testing-library/react": "^16.0.0",
56
56
  "@testing-library/user-event": "^14.0.0",