@backstage/plugin-app 0.0.0-nightly-20241106023105 → 0.0.0-nightly-20241108023219

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 +14 -7
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @backstage/plugin-app
2
2
 
3
- ## 0.0.0-nightly-20241106023105
3
+ ## 0.0.0-nightly-20241108023219
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/theme@0.0.0-nightly-20241106023105
9
- - @backstage/core-components@0.0.0-nightly-20241106023105
8
+ - @backstage/theme@0.0.0-nightly-20241108023219
9
+ - @backstage/core-components@0.0.0-nightly-20241108023219
10
10
  - @backstage/core-plugin-api@1.10.0
11
- - @backstage/frontend-plugin-api@0.0.0-nightly-20241106023105
11
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20241108023219
12
12
  - @backstage/integration-react@1.2.0
13
13
  - @backstage/plugin-permission-react@0.4.27
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app",
3
- "version": "0.0.0-nightly-20241106023105",
3
+ "version": "0.0.0-nightly-20241108023219",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "app",
@@ -37,21 +37,21 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/core-components": "0.0.0-nightly-20241106023105",
40
+ "@backstage/core-components": "0.0.0-nightly-20241108023219",
41
41
  "@backstage/core-plugin-api": "1.10.0",
42
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20241106023105",
42
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20241108023219",
43
43
  "@backstage/integration-react": "1.2.0",
44
44
  "@backstage/plugin-permission-react": "0.4.27",
45
- "@backstage/theme": "0.0.0-nightly-20241106023105",
45
+ "@backstage/theme": "0.0.0-nightly-20241108023219",
46
46
  "@material-ui/core": "^4.9.13",
47
47
  "@material-ui/icons": "^4.9.1",
48
48
  "@material-ui/lab": "^4.0.0-alpha.61",
49
49
  "react-use": "^17.2.4"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/cli": "0.0.0-nightly-20241106023105",
53
- "@backstage/dev-utils": "0.0.0-nightly-20241106023105",
54
- "@backstage/frontend-test-utils": "0.0.0-nightly-20241106023105",
52
+ "@backstage/cli": "0.0.0-nightly-20241108023219",
53
+ "@backstage/dev-utils": "0.0.0-nightly-20241108023219",
54
+ "@backstage/frontend-test-utils": "0.0.0-nightly-20241108023219",
55
55
  "@testing-library/jest-dom": "^6.0.0",
56
56
  "@testing-library/react": "^16.0.0",
57
57
  "@testing-library/user-event": "^14.0.0",
@@ -72,5 +72,12 @@
72
72
  "optional": true
73
73
  }
74
74
  },
75
+ "typesVersions": {
76
+ "*": {
77
+ "index": [
78
+ "dist/index.d.ts"
79
+ ]
80
+ }
81
+ },
75
82
  "module": "./dist/index.esm.js"
76
83
  }