@backstage/plugin-catalog-unprocessed-entities 0.0.0-nightly-20230707023240 → 0.0.0-nightly-20230709023544

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-20230707023240
3
+ ## 0.0.0-nightly-20230709023544
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-20230707023240
23
- - @backstage/errors@0.0.0-nightly-20230707023240
24
- - @backstage/core-components@0.0.0-nightly-20230707023240
25
- - @backstage/core-plugin-api@0.0.0-nightly-20230707023240
26
- - @backstage/catalog-model@0.0.0-nightly-20230707023240
22
+ - @backstage/theme@0.0.0-nightly-20230709023544
23
+ - @backstage/errors@0.0.0-nightly-20230709023544
24
+ - @backstage/core-components@0.0.0-nightly-20230709023544
25
+ - @backstage/core-plugin-api@0.0.0-nightly-20230709023544
26
+ - @backstage/catalog-model@0.0.0-nightly-20230709023544
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-20230707023240",
3
+ "version": "0.0.0-nightly-20230709023544",
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-20230707023240",
32
- "@backstage/core-components": "^0.0.0-nightly-20230707023240",
33
- "@backstage/core-plugin-api": "^0.0.0-nightly-20230707023240",
34
- "@backstage/errors": "^0.0.0-nightly-20230707023240",
35
- "@backstage/theme": "^0.0.0-nightly-20230707023240",
31
+ "@backstage/catalog-model": "^0.0.0-nightly-20230709023544",
32
+ "@backstage/core-components": "^0.0.0-nightly-20230709023544",
33
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20230709023544",
34
+ "@backstage/errors": "^0.0.0-nightly-20230709023544",
35
+ "@backstage/theme": "^0.0.0-nightly-20230709023544",
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-20230707023240",
46
- "@backstage/core-app-api": "^0.0.0-nightly-20230707023240",
47
- "@backstage/dev-utils": "^0.0.0-nightly-20230707023240",
48
- "@backstage/test-utils": "^0.0.0-nightly-20230707023240",
45
+ "@backstage/cli": "^0.0.0-nightly-20230709023544",
46
+ "@backstage/core-app-api": "^0.0.0-nightly-20230709023544",
47
+ "@backstage/dev-utils": "^0.0.0-nightly-20230709023544",
48
+ "@backstage/test-utils": "^0.0.0-nightly-20230709023544",
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",