@backstage/plugin-catalog-unprocessed-entities 0.0.0-nightly-20231218021609 → 0.0.0-nightly-20231222021330

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 +15 -4
  2. package/package.json +6 -11
package/CHANGELOG.md CHANGED
@@ -1,13 +1,24 @@
1
1
  # @backstage/plugin-catalog-unprocessed-entities
2
2
 
3
- ## 0.0.0-nightly-20231218021609
3
+ ## 0.0.0-nightly-20231222021330
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 4016f21: Remove some unused dependencies
7
8
  - Updated dependencies
8
- - @backstage/core-plugin-api@0.0.0-nightly-20231218021609
9
- - @backstage/core-components@0.0.0-nightly-20231218021609
10
- - @backstage/theme@0.0.0-nightly-20231218021609
9
+ - @backstage/catalog-model@1.4.3
10
+ - @backstage/core-components@0.13.9
11
+ - @backstage/core-plugin-api@1.8.1
12
+ - @backstage/errors@1.2.3
13
+
14
+ ## 0.1.6
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/core-plugin-api@1.8.1
20
+ - @backstage/core-components@0.13.9
21
+ - @backstage/theme@0.5.0
11
22
  - @backstage/catalog-model@1.4.3
12
23
  - @backstage/errors@1.2.3
13
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-unprocessed-entities",
3
- "version": "0.0.0-nightly-20231218021609",
3
+ "version": "0.0.0-nightly-20231222021330",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -30,10 +30,9 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@backstage/catalog-model": "^1.4.3",
33
- "@backstage/core-components": "^0.0.0-nightly-20231218021609",
34
- "@backstage/core-plugin-api": "^0.0.0-nightly-20231218021609",
33
+ "@backstage/core-components": "^0.13.9",
34
+ "@backstage/core-plugin-api": "^1.8.1",
35
35
  "@backstage/errors": "^1.2.3",
36
- "@backstage/theme": "^0.0.0-nightly-20231218021609",
37
36
  "@material-ui/core": "^4.9.13",
38
37
  "@material-ui/icons": "^4.9.1",
39
38
  "@material-ui/lab": "^4.0.0-alpha.60",
@@ -46,14 +45,10 @@
46
45
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
47
46
  },
48
47
  "devDependencies": {
49
- "@backstage/cli": "^0.0.0-nightly-20231218021609",
50
- "@backstage/core-app-api": "^0.0.0-nightly-20231218021609",
51
- "@backstage/dev-utils": "^0.0.0-nightly-20231218021609",
52
- "@backstage/test-utils": "^0.0.0-nightly-20231218021609",
48
+ "@backstage/cli": "^0.0.0-nightly-20231222021330",
49
+ "@backstage/dev-utils": "^0.0.0-nightly-20231222021330",
53
50
  "@testing-library/jest-dom": "^6.0.0",
54
- "@testing-library/react": "^14.0.0",
55
- "@testing-library/user-event": "^14.0.0",
56
- "msw": "^1.0.0"
51
+ "@testing-library/react": "^14.0.0"
57
52
  },
58
53
  "files": [
59
54
  "dist"