@backstage/plugin-mui-to-bui 0.0.0-nightly-20251111024437 → 0.0.0-nightly-20251112024417

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 +5 -5
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @backstage/plugin-mui-to-bui
2
2
 
3
- ## 0.0.0-nightly-20251111024437
3
+ ## 0.0.0-nightly-20251112024417
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 5c614ff: Updated BUI checkbox preview example to align with new component API.
8
8
  - Updated dependencies
9
- - @backstage/ui@0.0.0-nightly-20251111024437
10
- - @backstage/core-plugin-api@0.0.0-nightly-20251111024437
11
- - @backstage/frontend-plugin-api@0.0.0-nightly-20251111024437
12
- - @backstage/core-compat-api@0.0.0-nightly-20251111024437
9
+ - @backstage/ui@0.0.0-nightly-20251112024417
10
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20251112024417
11
+ - @backstage/core-plugin-api@0.0.0-nightly-20251112024417
12
+ - @backstage/core-compat-api@0.0.0-nightly-20251112024417
13
13
  - @backstage/theme@0.7.0
14
14
 
15
15
  ## 0.2.1-next.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-mui-to-bui",
3
- "version": "0.0.0-nightly-20251111024437",
3
+ "version": "0.0.0-nightly-20251112024417",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "mui-to-bui",
@@ -38,18 +38,18 @@
38
38
  "test": "backstage-cli package test"
39
39
  },
40
40
  "dependencies": {
41
- "@backstage/core-compat-api": "0.0.0-nightly-20251111024437",
42
- "@backstage/core-plugin-api": "0.0.0-nightly-20251111024437",
43
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20251111024437",
41
+ "@backstage/core-compat-api": "0.0.0-nightly-20251112024417",
42
+ "@backstage/core-plugin-api": "0.0.0-nightly-20251112024417",
43
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20251112024417",
44
44
  "@backstage/theme": "0.7.0",
45
- "@backstage/ui": "0.0.0-nightly-20251111024437",
45
+ "@backstage/ui": "0.0.0-nightly-20251112024417",
46
46
  "@mui/material": "^5.12.2",
47
47
  "@mui/system": "^5.16.14"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/cli": "0.0.0-nightly-20251111024437",
51
- "@backstage/dev-utils": "0.0.0-nightly-20251111024437",
52
- "@backstage/test-utils": "0.0.0-nightly-20251111024437",
50
+ "@backstage/cli": "0.0.0-nightly-20251112024417",
51
+ "@backstage/dev-utils": "0.0.0-nightly-20251112024417",
52
+ "@backstage/test-utils": "0.0.0-nightly-20251112024417",
53
53
  "@testing-library/jest-dom": "^6.0.0",
54
54
  "@testing-library/react": "^16.0.0",
55
55
  "@types/react": "^18.0.0",