@backstage/plugin-permission-react 0.0.0-nightly-20221008024821 → 0.0.0-nightly-20221010030156

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,13 +1,13 @@
1
1
  # @backstage/plugin-permission-react
2
2
 
3
- ## 0.0.0-nightly-20221008024821
3
+ ## 0.0.0-nightly-20221010030156
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/core-plugin-api@0.0.0-nightly-20221008024821
9
- - @backstage/config@0.0.0-nightly-20221008024821
10
- - @backstage/plugin-permission-common@0.0.0-nightly-20221008024821
8
+ - @backstage/core-plugin-api@0.0.0-nightly-20221010030156
9
+ - @backstage/config@0.0.0-nightly-20221010030156
10
+ - @backstage/plugin-permission-common@0.0.0-nightly-20221010030156
11
11
 
12
12
  ## 0.4.6-next.1
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-permission-react",
3
- "version": "0.0.0-nightly-20221008024821",
3
+ "version": "0.0.0-nightly-20221010030156",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -31,9 +31,9 @@
31
31
  "start": "backstage-cli package start"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/config": "^0.0.0-nightly-20221008024821",
35
- "@backstage/core-plugin-api": "^0.0.0-nightly-20221008024821",
36
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20221008024821",
34
+ "@backstage/config": "^0.0.0-nightly-20221010030156",
35
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20221010030156",
36
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20221010030156",
37
37
  "cross-fetch": "^3.1.5",
38
38
  "react-use": "^17.2.4",
39
39
  "swr": "^1.1.2"
@@ -44,8 +44,8 @@
44
44
  "react-router": "6.0.0-beta.0 || ^6.3.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@backstage/cli": "^0.0.0-nightly-20221008024821",
48
- "@backstage/test-utils": "^0.0.0-nightly-20221008024821",
47
+ "@backstage/cli": "^0.0.0-nightly-20221010030156",
48
+ "@backstage/test-utils": "^0.0.0-nightly-20221010030156",
49
49
  "@testing-library/jest-dom": "^5.10.1",
50
50
  "@testing-library/react": "^12.1.3"
51
51
  },