@backstage/plugin-catalog-unprocessed-entities 0.0.0-nightly-20230710023405 → 0.0.0-nightly-20230711023345

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 +6 -6
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-catalog-unprocessed-entities
2
2
 
3
- ## 0.0.0-nightly-20230710023405
3
+ ## 0.0.0-nightly-20230711023345
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -19,11 +19,11 @@
19
19
  - 7a9c8a9cd0ce: Fixed spacing for success message
20
20
  - 77b408fad872: install command points to correct package name
21
21
  - Updated dependencies
22
- - @backstage/theme@0.0.0-nightly-20230710023405
23
- - @backstage/errors@0.0.0-nightly-20230710023405
24
- - @backstage/core-components@0.0.0-nightly-20230710023405
25
- - @backstage/core-plugin-api@0.0.0-nightly-20230710023405
26
- - @backstage/catalog-model@0.0.0-nightly-20230710023405
22
+ - @backstage/theme@0.0.0-nightly-20230711023345
23
+ - @backstage/errors@0.0.0-nightly-20230711023345
24
+ - @backstage/core-components@0.0.0-nightly-20230711023345
25
+ - @backstage/core-plugin-api@0.0.0-nightly-20230711023345
26
+ - @backstage/catalog-model@0.0.0-nightly-20230711023345
27
27
 
28
28
  ## 0.1.1-next.1
29
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-unprocessed-entities",
3
- "version": "0.0.0-nightly-20230710023405",
3
+ "version": "0.0.0-nightly-20230711023345",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -28,11 +28,11 @@
28
28
  "postpack": "backstage-cli package postpack"
29
29
  },
30
30
  "dependencies": {
31
- "@backstage/catalog-model": "^0.0.0-nightly-20230710023405",
32
- "@backstage/core-components": "^0.0.0-nightly-20230710023405",
33
- "@backstage/core-plugin-api": "^0.0.0-nightly-20230710023405",
34
- "@backstage/errors": "^0.0.0-nightly-20230710023405",
35
- "@backstage/theme": "^0.0.0-nightly-20230710023405",
31
+ "@backstage/catalog-model": "^0.0.0-nightly-20230711023345",
32
+ "@backstage/core-components": "^0.0.0-nightly-20230711023345",
33
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20230711023345",
34
+ "@backstage/errors": "^0.0.0-nightly-20230711023345",
35
+ "@backstage/theme": "^0.0.0-nightly-20230711023345",
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",
@@ -42,10 +42,10 @@
42
42
  "react": "^16.13.1 || ^17.0.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@backstage/cli": "^0.0.0-nightly-20230710023405",
46
- "@backstage/core-app-api": "^0.0.0-nightly-20230710023405",
47
- "@backstage/dev-utils": "^0.0.0-nightly-20230710023405",
48
- "@backstage/test-utils": "^0.0.0-nightly-20230710023405",
45
+ "@backstage/cli": "^0.0.0-nightly-20230711023345",
46
+ "@backstage/core-app-api": "^0.0.0-nightly-20230711023345",
47
+ "@backstage/dev-utils": "^0.0.0-nightly-20230711023345",
48
+ "@backstage/test-utils": "^0.0.0-nightly-20230711023345",
49
49
  "@testing-library/jest-dom": "^5.10.1",
50
50
  "@testing-library/react": "^12.1.3",
51
51
  "@testing-library/user-event": "^14.0.0",