@backstage/dev-utils 0.0.0-nightly-20230629023239 → 0.0.0-nightly-20230701023558

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 +9 -9
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,19 +1,19 @@
1
1
  # @backstage/dev-utils
2
2
 
3
- ## 0.0.0-nightly-20230629023239
3
+ ## 0.0.0-nightly-20230701023558
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-20230629023239
9
- - @backstage/app-defaults@0.0.0-nightly-20230629023239
10
- - @backstage/catalog-model@0.0.0-nightly-20230629023239
11
- - @backstage/core-app-api@1.8.1
12
- - @backstage/core-plugin-api@1.5.2
13
- - @backstage/integration-react@0.0.0-nightly-20230629023239
14
- - @backstage/test-utils@0.0.0-nightly-20230629023239
8
+ - @backstage/core-components@0.0.0-nightly-20230701023558
9
+ - @backstage/core-plugin-api@0.0.0-nightly-20230701023558
10
+ - @backstage/app-defaults@0.0.0-nightly-20230701023558
11
+ - @backstage/catalog-model@0.0.0-nightly-20230701023558
12
+ - @backstage/core-app-api@0.0.0-nightly-20230701023558
13
+ - @backstage/integration-react@0.0.0-nightly-20230701023558
14
+ - @backstage/test-utils@0.0.0-nightly-20230701023558
15
15
  - @backstage/theme@0.4.0
16
- - @backstage/plugin-catalog-react@0.0.0-nightly-20230629023239
16
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20230701023558
17
17
 
18
18
  ## 1.0.17-next.0
19
19
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/dev-utils",
3
3
  "description": "Utilities for developing Backstage plugins.",
4
- "version": "0.0.0-nightly-20230629023239",
4
+ "version": "0.0.0-nightly-20230701023558",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "main": "dist/index.esm.js",
@@ -32,14 +32,14 @@
32
32
  "start": "backstage-cli package start"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/app-defaults": "^0.0.0-nightly-20230629023239",
36
- "@backstage/catalog-model": "^0.0.0-nightly-20230629023239",
37
- "@backstage/core-app-api": "^1.8.1",
38
- "@backstage/core-components": "^0.0.0-nightly-20230629023239",
39
- "@backstage/core-plugin-api": "^1.5.2",
40
- "@backstage/integration-react": "^0.0.0-nightly-20230629023239",
41
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20230629023239",
42
- "@backstage/test-utils": "^0.0.0-nightly-20230629023239",
35
+ "@backstage/app-defaults": "^0.0.0-nightly-20230701023558",
36
+ "@backstage/catalog-model": "^0.0.0-nightly-20230701023558",
37
+ "@backstage/core-app-api": "^0.0.0-nightly-20230701023558",
38
+ "@backstage/core-components": "^0.0.0-nightly-20230701023558",
39
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20230701023558",
40
+ "@backstage/integration-react": "^0.0.0-nightly-20230701023558",
41
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20230701023558",
42
+ "@backstage/test-utils": "^0.0.0-nightly-20230701023558",
43
43
  "@backstage/theme": "^0.4.0",
44
44
  "@material-ui/core": "^4.12.2",
45
45
  "@material-ui/icons": "^4.9.1",
@@ -57,7 +57,7 @@
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-20230629023239",
60
+ "@backstage/cli": "^0.0.0-nightly-20230701023558",
61
61
  "@types/node": "^16.0.0"
62
62
  },
63
63
  "files": [