@backstage/plugin-permission-react 0.0.0-nightly-202201921950 → 0.0.0-nightly-202202022734

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 +4 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-permission-react
2
2
 
3
- ## 0.0.0-nightly-202201921950
3
+ ## 0.0.0-nightly-202202022734
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -10,9 +10,9 @@
10
10
 
11
11
  - 51fbedc445: Migrated usage of deprecated `IdentityApi` methods.
12
12
  - Updated dependencies
13
- - @backstage/plugin-permission-common@0.0.0-nightly-202201921950
14
- - @backstage/core-plugin-api@0.0.0-nightly-202201921950
15
- - @backstage/config@0.0.0-nightly-202201921950
13
+ - @backstage/plugin-permission-common@0.0.0-nightly-202202022734
14
+ - @backstage/core-plugin-api@0.0.0-nightly-202202022734
15
+ - @backstage/config@0.0.0-nightly-202202022734
16
16
 
17
17
  ## 0.3.0-next.0
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-permission-react",
3
- "version": "0.0.0-nightly-202201921950",
3
+ "version": "0.0.0-nightly-202202022734",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -27,9 +27,9 @@
27
27
  "clean": "backstage-cli clean"
28
28
  },
29
29
  "dependencies": {
30
- "@backstage/config": "^0.0.0-nightly-202201921950",
31
- "@backstage/core-plugin-api": "^0.0.0-nightly-202201921950",
32
- "@backstage/plugin-permission-common": "^0.0.0-nightly-202201921950",
30
+ "@backstage/config": "^0.0.0-nightly-202202022734",
31
+ "@backstage/core-plugin-api": "^0.0.0-nightly-202202022734",
32
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-202202022734",
33
33
  "cross-fetch": "^3.0.6",
34
34
  "react-router": "6.0.0-beta.0",
35
35
  "react-use": "^17.2.4"
@@ -39,8 +39,8 @@
39
39
  "react": "^16.13.1 || ^17.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@backstage/cli": "^0.0.0-nightly-202201921950",
43
- "@backstage/test-utils": "^0.0.0-nightly-202201921950",
42
+ "@backstage/cli": "^0.0.0-nightly-202202022734",
43
+ "@backstage/test-utils": "^0.0.0-nightly-202202022734",
44
44
  "@testing-library/jest-dom": "^5.10.1",
45
45
  "@testing-library/react": "^11.2.5",
46
46
  "@types/jest": "^26.0.7"