@backstage/plugin-auth-react 0.0.0-nightly-20241015023351 → 0.0.0-nightly-20241018023335

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 +12 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,13 +1,22 @@
1
1
  # @backstage/plugin-auth-react
2
2
 
3
- ## 0.0.0-nightly-20241015023351
3
+ ## 0.0.0-nightly-20241018023335
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.0.0-nightly-20241018023335
9
+ - @backstage/core-plugin-api@1.10.0
10
+ - @backstage/errors@1.2.4
11
+
12
+ ## 0.1.7
4
13
 
5
14
  ### Patch Changes
6
15
 
7
16
  - e969dc7: Move `@types/react` to a peer dependency.
8
17
  - Updated dependencies
9
- - @backstage/core-components@0.0.0-nightly-20241015023351
10
- - @backstage/core-plugin-api@0.0.0-nightly-20241015023351
18
+ - @backstage/core-components@0.15.1
19
+ - @backstage/core-plugin-api@1.10.0
11
20
  - @backstage/errors@1.2.4
12
21
 
13
22
  ## 0.1.7-next.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-react",
3
- "version": "0.0.0-nightly-20241015023351",
3
+ "version": "0.0.0-nightly-20241018023335",
4
4
  "description": "Web library for the auth plugin",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -38,15 +38,15 @@
38
38
  "test": "backstage-cli package test"
39
39
  },
40
40
  "dependencies": {
41
- "@backstage/core-components": "0.0.0-nightly-20241015023351",
42
- "@backstage/core-plugin-api": "0.0.0-nightly-20241015023351",
41
+ "@backstage/core-components": "0.0.0-nightly-20241018023335",
42
+ "@backstage/core-plugin-api": "1.10.0",
43
43
  "@backstage/errors": "1.2.4",
44
44
  "@material-ui/core": "^4.9.13",
45
45
  "@react-hookz/web": "^24.0.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/cli": "0.0.0-nightly-20241015023351",
49
- "@backstage/test-utils": "0.0.0-nightly-20241015023351",
48
+ "@backstage/cli": "0.0.0-nightly-20241018023335",
49
+ "@backstage/test-utils": "1.7.0",
50
50
  "@testing-library/jest-dom": "^6.0.0",
51
51
  "@testing-library/react": "^16.0.0",
52
52
  "@testing-library/user-event": "^14.0.0",