@backstage/plugin-mui-to-bui 0.0.0-nightly-20250927023623 → 0.0.0-nightly-20250929024130

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,6 +1,6 @@
1
1
  # @backstage/plugin-mui-to-bui
2
2
 
3
- ## 0.0.0-nightly-20250927023623
3
+ ## 0.0.0-nightly-20250929024130
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,8 +9,8 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies
12
- - @backstage/ui@0.0.0-nightly-20250927023623
13
- - @backstage/theme@0.0.0-nightly-20250927023623
14
- - @backstage/core-compat-api@0.0.0-nightly-20250927023623
15
- - @backstage/frontend-plugin-api@0.0.0-nightly-20250927023623
16
- - @backstage/core-plugin-api@0.0.0-nightly-20250927023623
12
+ - @backstage/ui@0.0.0-nightly-20250929024130
13
+ - @backstage/theme@0.0.0-nightly-20250929024130
14
+ - @backstage/core-compat-api@0.0.0-nightly-20250929024130
15
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20250929024130
16
+ - @backstage/core-plugin-api@0.0.0-nightly-20250929024130
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-mui-to-bui",
3
- "version": "0.0.0-nightly-20250927023623",
3
+ "version": "0.0.0-nightly-20250929024130",
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-20250927023623",
42
- "@backstage/core-plugin-api": "0.0.0-nightly-20250927023623",
43
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20250927023623",
44
- "@backstage/theme": "0.0.0-nightly-20250927023623",
45
- "@backstage/ui": "0.0.0-nightly-20250927023623",
41
+ "@backstage/core-compat-api": "0.0.0-nightly-20250929024130",
42
+ "@backstage/core-plugin-api": "0.0.0-nightly-20250929024130",
43
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20250929024130",
44
+ "@backstage/theme": "0.0.0-nightly-20250929024130",
45
+ "@backstage/ui": "0.0.0-nightly-20250929024130",
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-20250927023623",
51
- "@backstage/dev-utils": "0.0.0-nightly-20250927023623",
52
- "@backstage/test-utils": "0.0.0-nightly-20250927023623",
50
+ "@backstage/cli": "0.0.0-nightly-20250929024130",
51
+ "@backstage/dev-utils": "0.0.0-nightly-20250929024130",
52
+ "@backstage/test-utils": "0.0.0-nightly-20250929024130",
53
53
  "@testing-library/jest-dom": "^6.0.0",
54
54
  "@testing-library/react": "^16.0.0",
55
55
  "@types/react": "^18.0.0",