@backstage/plugin-user-settings 0.0.0-nightly-20240728022021 → 0.0.0-nightly-20240729022006

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.
package/CHANGELOG.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # @backstage/plugin-user-settings
2
2
 
3
- ## 0.0.0-nightly-20240728022021
3
+ ## 0.0.0-nightly-20240729022006
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 6349099: Added config input type to the extensions
8
8
  - Updated dependencies
9
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240728022021
10
- - @backstage/plugin-catalog-react@0.0.0-nightly-20240728022021
11
- - @backstage/core-components@0.0.0-nightly-20240728022021
12
- - @backstage/core-app-api@0.0.0-nightly-20240728022021
13
- - @backstage/core-compat-api@0.0.0-nightly-20240728022021
9
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240729022006
10
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20240729022006
11
+ - @backstage/core-components@0.0.0-nightly-20240729022006
12
+ - @backstage/core-app-api@0.0.0-nightly-20240729022006
13
+ - @backstage/core-compat-api@0.0.0-nightly-20240729022006
14
14
  - @backstage/core-plugin-api@1.9.3
15
15
  - @backstage/errors@1.2.4
16
16
  - @backstage/theme@0.5.6
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-user-settings__alpha",
3
- "version": "0.0.0-nightly-20240728022021",
3
+ "version": "0.0.0-nightly-20240729022006",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-user-settings",
3
- "version": "0.0.0-nightly-20240728022021",
3
+ "version": "0.0.0-nightly-20240729022006",
4
4
  "description": "A Backstage plugin that provides a settings page",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -54,13 +54,13 @@
54
54
  "test": "backstage-cli package test"
55
55
  },
56
56
  "dependencies": {
57
- "@backstage/core-app-api": "^0.0.0-nightly-20240728022021",
58
- "@backstage/core-compat-api": "^0.0.0-nightly-20240728022021",
59
- "@backstage/core-components": "^0.0.0-nightly-20240728022021",
57
+ "@backstage/core-app-api": "^0.0.0-nightly-20240729022006",
58
+ "@backstage/core-compat-api": "^0.0.0-nightly-20240729022006",
59
+ "@backstage/core-components": "^0.0.0-nightly-20240729022006",
60
60
  "@backstage/core-plugin-api": "^1.9.3",
61
61
  "@backstage/errors": "^1.2.4",
62
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240728022021",
63
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240728022021",
62
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240729022006",
63
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240729022006",
64
64
  "@backstage/plugin-signals-react": "^0.0.4",
65
65
  "@backstage/plugin-user-settings-common": "^0.0.1",
66
66
  "@backstage/theme": "^0.5.6",
@@ -73,10 +73,10 @@
73
73
  "zen-observable": "^0.10.0"
74
74
  },
75
75
  "devDependencies": {
76
- "@backstage/cli": "^0.0.0-nightly-20240728022021",
77
- "@backstage/dev-utils": "^0.0.0-nightly-20240728022021",
78
- "@backstage/plugin-catalog": "^0.0.0-nightly-20240728022021",
79
- "@backstage/test-utils": "^0.0.0-nightly-20240728022021",
76
+ "@backstage/cli": "^0.0.0-nightly-20240729022006",
77
+ "@backstage/dev-utils": "^0.0.0-nightly-20240729022006",
78
+ "@backstage/plugin-catalog": "^0.0.0-nightly-20240729022006",
79
+ "@backstage/test-utils": "^0.0.0-nightly-20240729022006",
80
80
  "@testing-library/dom": "^10.0.0",
81
81
  "@testing-library/jest-dom": "^6.0.0",
82
82
  "@testing-library/react": "^15.0.0",