@backstage/plugin-catalog-unprocessed-entities 0.0.0-nightly-20240201021259 → 0.0.0-nightly-20240203020827

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 +5 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,13 +1,14 @@
1
1
  # @backstage/plugin-catalog-unprocessed-entities
2
2
 
3
- ## 0.0.0-nightly-20240201021259
3
+ ## 0.0.0-nightly-20240203020827
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 8fe56a8: Widen `@types/react` dependency range to include version 18.
7
8
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-20240201021259
9
- - @backstage/catalog-model@0.0.0-nightly-20240201021259
10
- - @backstage/core-plugin-api@0.0.0-nightly-20240201021259
9
+ - @backstage/core-components@0.0.0-nightly-20240203020827
10
+ - @backstage/catalog-model@0.0.0-nightly-20240203020827
11
+ - @backstage/core-plugin-api@0.0.0-nightly-20240203020827
11
12
  - @backstage/errors@1.2.3
12
13
 
13
14
  ## 0.1.8-next.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-unprocessed-entities",
3
- "version": "0.0.0-nightly-20240201021259",
3
+ "version": "0.0.0-nightly-20240203020827",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -29,14 +29,14 @@
29
29
  "postpack": "backstage-cli package postpack"
30
30
  },
31
31
  "dependencies": {
32
- "@backstage/catalog-model": "^0.0.0-nightly-20240201021259",
33
- "@backstage/core-components": "^0.0.0-nightly-20240201021259",
34
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240201021259",
32
+ "@backstage/catalog-model": "^0.0.0-nightly-20240203020827",
33
+ "@backstage/core-components": "^0.0.0-nightly-20240203020827",
34
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20240203020827",
35
35
  "@backstage/errors": "^1.2.3",
36
36
  "@material-ui/core": "^4.9.13",
37
37
  "@material-ui/icons": "^4.9.1",
38
38
  "@material-ui/lab": "^4.0.0-alpha.60",
39
- "@types/react": "^16.13.1 || ^17.0.0",
39
+ "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
40
40
  "react-use": "^17.2.4"
41
41
  },
42
42
  "peerDependencies": {
@@ -45,8 +45,8 @@
45
45
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/cli": "^0.0.0-nightly-20240201021259",
49
- "@backstage/dev-utils": "^0.0.0-nightly-20240201021259",
48
+ "@backstage/cli": "^0.0.0-nightly-20240203020827",
49
+ "@backstage/dev-utils": "^0.0.0-nightly-20240203020827",
50
50
  "@testing-library/jest-dom": "^6.0.0",
51
51
  "@testing-library/react": "^14.0.0"
52
52
  },