@backstage/plugin-config-schema 0.0.0-nightly-20220602024936 → 0.0.0-nightly-20220603023939

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 +3 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @backstage/plugin-config-schema
2
2
 
3
- ## 0.0.0-nightly-20220602024936
3
+ ## 0.0.0-nightly-20220603023939
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
8
8
  - Updated dependencies
9
- - @backstage/core-components@0.0.0-nightly-20220602024936
10
- - @backstage/core-plugin-api@0.0.0-nightly-20220602024936
9
+ - @backstage/core-components@0.0.0-nightly-20220603023939
10
+ - @backstage/core-plugin-api@0.0.0-nightly-20220603023939
11
11
 
12
12
  ## 0.1.29-next.1
13
13
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-config-schema",
3
3
  "description": "A Backstage plugin that lets you browse the configuration schema of your app",
4
- "version": "0.0.0-nightly-20220602024936",
4
+ "version": "0.0.0-nightly-20220603023939",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -25,8 +25,8 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@backstage/config": "^1.0.1",
28
- "@backstage/core-components": "^0.0.0-nightly-20220602024936",
29
- "@backstage/core-plugin-api": "^0.0.0-nightly-20220602024936",
28
+ "@backstage/core-components": "^0.0.0-nightly-20220603023939",
29
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20220603023939",
30
30
  "@backstage/errors": "^1.0.0",
31
31
  "@backstage/theme": "^0.2.15",
32
32
  "@backstage/types": "^1.0.0",
@@ -41,10 +41,10 @@
41
41
  "react": "^16.13.1 || ^17.0.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@backstage/cli": "^0.0.0-nightly-20220602024936",
45
- "@backstage/core-app-api": "^0.0.0-nightly-20220602024936",
46
- "@backstage/dev-utils": "^0.0.0-nightly-20220602024936",
47
- "@backstage/test-utils": "^0.0.0-nightly-20220602024936",
44
+ "@backstage/cli": "^0.0.0-nightly-20220603023939",
45
+ "@backstage/core-app-api": "^0.0.0-nightly-20220603023939",
46
+ "@backstage/dev-utils": "^0.0.0-nightly-20220603023939",
47
+ "@backstage/test-utils": "^0.0.0-nightly-20220603023939",
48
48
  "@testing-library/jest-dom": "^5.10.1",
49
49
  "@testing-library/react": "^12.1.3",
50
50
  "@testing-library/user-event": "^14.0.0",