@backstage/plugin-auth-react 0.0.0-nightly-20240820021901 → 0.0.0-nightly-20240904022810

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 +20 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # @backstage/plugin-auth-react
2
2
 
3
- ## 0.0.0-nightly-20240820021901
3
+ ## 0.0.0-nightly-20240904022810
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.0.0-nightly-20240904022810
9
+ - @backstage/core-plugin-api@1.9.3
10
+ - @backstage/errors@1.2.4
11
+
12
+ ## 0.1.6-next.0
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+ - @backstage/core-components@0.14.11-next.0
18
+ - @backstage/core-plugin-api@1.9.3
19
+ - @backstage/errors@1.2.4
20
+
21
+ ## 0.1.5
4
22
 
5
23
  ### Patch Changes
6
24
 
7
25
  - aeac3e9: feat: Hide visibility of CookieAuthRedirect
8
26
  - Updated dependencies
9
- - @backstage/core-components@0.0.0-nightly-20240820021901
27
+ - @backstage/core-components@0.14.10
10
28
  - @backstage/core-plugin-api@1.9.3
11
29
  - @backstage/errors@1.2.4
12
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-react",
3
- "version": "0.0.0-nightly-20240820021901",
3
+ "version": "0.0.0-nightly-20240904022810",
4
4
  "description": "Web library for the auth plugin",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -38,7 +38,7 @@
38
38
  "test": "backstage-cli package test"
39
39
  },
40
40
  "dependencies": {
41
- "@backstage/core-components": "^0.0.0-nightly-20240820021901",
41
+ "@backstage/core-components": "^0.0.0-nightly-20240904022810",
42
42
  "@backstage/core-plugin-api": "^1.9.3",
43
43
  "@backstage/errors": "^1.2.4",
44
44
  "@material-ui/core": "^4.9.13",
@@ -46,8 +46,8 @@
46
46
  "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@backstage/cli": "^0.0.0-nightly-20240820021901",
50
- "@backstage/test-utils": "^0.0.0-nightly-20240820021901",
49
+ "@backstage/cli": "^0.0.0-nightly-20240904022810",
50
+ "@backstage/test-utils": "^0.0.0-nightly-20240904022810",
51
51
  "@testing-library/jest-dom": "^6.0.0",
52
52
  "@testing-library/react": "^15.0.0",
53
53
  "@testing-library/user-event": "^14.0.0",