@backstage/plugin-mui-to-bui 0.0.0-nightly-20251202024405 → 0.0.0-nightly-20251203024610

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 +12 -5
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,14 +1,21 @@
1
1
  # @backstage/plugin-mui-to-bui
2
2
 
3
- ## 0.0.0-nightly-20251202024405
3
+ ## 0.0.0-nightly-20251203024610
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/ui@0.0.0-nightly-20251202024405
9
- - @backstage/frontend-plugin-api@0.0.0-nightly-20251202024405
10
- - @backstage/core-plugin-api@0.0.0-nightly-20251202024405
11
- - @backstage/theme@0.0.0-nightly-20251202024405
8
+ - @backstage/ui@0.0.0-nightly-20251203024610
9
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20251203024610
10
+ - @backstage/core-plugin-api@0.0.0-nightly-20251203024610
11
+ - @backstage/theme@0.0.0-nightly-20251203024610
12
+
13
+ ## 0.2.2-next.1
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @backstage/ui@0.10.0-next.1
12
19
 
13
20
  ## 0.2.2-next.0
14
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-mui-to-bui",
3
- "version": "0.0.0-nightly-20251202024405",
3
+ "version": "0.0.0-nightly-20251203024610",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "mui-to-bui",
@@ -38,17 +38,17 @@
38
38
  "test": "backstage-cli package test"
39
39
  },
40
40
  "dependencies": {
41
- "@backstage/core-plugin-api": "0.0.0-nightly-20251202024405",
42
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20251202024405",
43
- "@backstage/theme": "0.0.0-nightly-20251202024405",
44
- "@backstage/ui": "0.0.0-nightly-20251202024405",
41
+ "@backstage/core-plugin-api": "0.0.0-nightly-20251203024610",
42
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20251203024610",
43
+ "@backstage/theme": "0.0.0-nightly-20251203024610",
44
+ "@backstage/ui": "0.0.0-nightly-20251203024610",
45
45
  "@mui/material": "^5.12.2",
46
46
  "@mui/system": "^5.16.14"
47
47
  },
48
48
  "devDependencies": {
49
- "@backstage/cli": "0.0.0-nightly-20251202024405",
50
- "@backstage/dev-utils": "0.0.0-nightly-20251202024405",
51
- "@backstage/test-utils": "0.0.0-nightly-20251202024405",
49
+ "@backstage/cli": "0.0.0-nightly-20251203024610",
50
+ "@backstage/dev-utils": "0.0.0-nightly-20251203024610",
51
+ "@backstage/test-utils": "0.0.0-nightly-20251203024610",
52
52
  "@testing-library/jest-dom": "^6.0.0",
53
53
  "@testing-library/react": "^16.0.0",
54
54
  "@types/react": "^18.0.0",