@backstage/core-plugin-api 0.0.0-nightly-20230617022331 → 0.0.0-nightly-20230619022652

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.
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @backstage/core-plugin-api
2
2
 
3
- ## 0.0.0-nightly-20230617022331
3
+ ## 0.0.0-nightly-20230619022652
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 74b216ee4e50: Add `PropsWithChildren` to usages of `ComponentType`, in preparation for React 18 where the children are no longer implicit.
8
8
  - Updated dependencies
9
- - @backstage/types@0.0.0-nightly-20230617022331
10
- - @backstage/config@0.0.0-nightly-20230617022331
9
+ - @backstage/types@0.0.0-nightly-20230619022652
10
+ - @backstage/config@0.0.0-nightly-20230619022652
11
11
  - @backstage/version-bridge@1.0.4
12
12
 
13
13
  ## 1.5.2-next.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/core-plugin-api",
3
- "version": "0.0.0-nightly-20230617022331",
3
+ "version": "0.0.0-nightly-20230619022652",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/core-plugin-api",
3
3
  "description": "Core API used by Backstage plugins",
4
- "version": "0.0.0-nightly-20230617022331",
4
+ "version": "0.0.0-nightly-20230619022652",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -43,8 +43,8 @@
43
43
  "start": "backstage-cli package start"
44
44
  },
45
45
  "dependencies": {
46
- "@backstage/config": "^0.0.0-nightly-20230617022331",
47
- "@backstage/types": "^0.0.0-nightly-20230617022331",
46
+ "@backstage/config": "^0.0.0-nightly-20230619022652",
47
+ "@backstage/types": "^0.0.0-nightly-20230619022652",
48
48
  "@backstage/version-bridge": "^1.0.4",
49
49
  "@types/react": "^16.13.1 || ^17.0.0",
50
50
  "history": "^5.0.0",
@@ -57,9 +57,9 @@
57
57
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
58
58
  },
59
59
  "devDependencies": {
60
- "@backstage/cli": "^0.0.0-nightly-20230617022331",
61
- "@backstage/core-app-api": "^0.0.0-nightly-20230617022331",
62
- "@backstage/test-utils": "^0.0.0-nightly-20230617022331",
60
+ "@backstage/cli": "^0.0.0-nightly-20230619022652",
61
+ "@backstage/core-app-api": "^0.0.0-nightly-20230619022652",
62
+ "@backstage/test-utils": "^0.0.0-nightly-20230619022652",
63
63
  "@testing-library/dom": "^8.0.0",
64
64
  "@testing-library/jest-dom": "^5.10.1",
65
65
  "@testing-library/react": "^12.1.3",