@backstage/plugin-user-settings 0.0.0-nightly-20220601025619 → 0.0.0-nightly-20220602024936

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 +3 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @backstage/plugin-user-settings
2
2
 
3
- ## 0.0.0-nightly-20220601025619
3
+ ## 0.0.0-nightly-20220602024936
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
8
8
  - bff65e6958: Updated sidebar-related logic to use `<SidebarPinStateProvider>` + `useSidebarPinState()` and/or `<SidebarOpenStateProvider>` + `useSidebarOpenState()` from `@backstage/core-components`.
9
9
  - Updated dependencies
10
- - @backstage/core-components@0.0.0-nightly-20220601025619
11
- - @backstage/core-plugin-api@0.0.0-nightly-20220601025619
10
+ - @backstage/core-components@0.0.0-nightly-20220602024936
11
+ - @backstage/core-plugin-api@0.0.0-nightly-20220602024936
12
12
 
13
13
  ## 0.4.5-next.1
14
14
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-user-settings",
3
3
  "description": "A Backstage plugin that provides a settings page",
4
- "version": "0.0.0-nightly-20220601025619",
4
+ "version": "0.0.0-nightly-20220602024936",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,8 +34,8 @@
34
34
  "clean": "backstage-cli package clean"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/core-components": "^0.0.0-nightly-20220601025619",
38
- "@backstage/core-plugin-api": "^0.0.0-nightly-20220601025619",
37
+ "@backstage/core-components": "^0.0.0-nightly-20220602024936",
38
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20220602024936",
39
39
  "@backstage/theme": "^0.2.15",
40
40
  "@material-ui/core": "^4.12.2",
41
41
  "@material-ui/icons": "^4.9.1",
@@ -48,10 +48,10 @@
48
48
  "react": "^16.13.1 || ^17.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/cli": "^0.0.0-nightly-20220601025619",
52
- "@backstage/core-app-api": "^0.0.0-nightly-20220601025619",
53
- "@backstage/dev-utils": "^0.0.0-nightly-20220601025619",
54
- "@backstage/test-utils": "^0.0.0-nightly-20220601025619",
51
+ "@backstage/cli": "^0.0.0-nightly-20220602024936",
52
+ "@backstage/core-app-api": "^0.0.0-nightly-20220602024936",
53
+ "@backstage/dev-utils": "^0.0.0-nightly-20220602024936",
54
+ "@backstage/test-utils": "^0.0.0-nightly-20220602024936",
55
55
  "@testing-library/jest-dom": "^5.10.1",
56
56
  "@testing-library/react": "^12.1.3",
57
57
  "@testing-library/user-event": "^14.0.0",