@backstage/core-plugin-api 0.0.0-nightly-202201122931 → 0.0.0-nightly-202201323044

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 +4 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/core-plugin-api
2
2
 
3
- ## 0.0.0-nightly-202201122931
3
+ ## 0.0.0-nightly-202201323044
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -13,9 +13,9 @@
13
13
 
14
14
  - 784d8078ab: Removed direct and transitive MUI dependencies.
15
15
  - Updated dependencies
16
- - @backstage/config@0.0.0-nightly-202201122931
17
- - @backstage/types@0.0.0-nightly-202201122931
18
- - @backstage/version-bridge@0.0.0-nightly-202201122931
16
+ - @backstage/config@0.0.0-nightly-202201323044
17
+ - @backstage/types@0.0.0-nightly-202201323044
18
+ - @backstage/version-bridge@0.0.0-nightly-202201323044
19
19
 
20
20
  ## 0.4.1
21
21
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/core-plugin-api",
3
3
  "description": "Core API used by Backstage plugins",
4
- "version": "0.0.0-nightly-202201122931",
4
+ "version": "0.0.0-nightly-202201323044",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public",
@@ -29,9 +29,9 @@
29
29
  "clean": "backstage-cli clean"
30
30
  },
31
31
  "dependencies": {
32
- "@backstage/config": "^0.0.0-nightly-202201122931",
33
- "@backstage/types": "^0.0.0-nightly-202201122931",
34
- "@backstage/version-bridge": "^0.0.0-nightly-202201122931",
32
+ "@backstage/config": "^0.0.0-nightly-202201323044",
33
+ "@backstage/types": "^0.0.0-nightly-202201323044",
34
+ "@backstage/version-bridge": "^0.0.0-nightly-202201323044",
35
35
  "history": "^5.0.0",
36
36
  "prop-types": "^15.7.2",
37
37
  "react-router-dom": "6.0.0-beta.0",
@@ -43,9 +43,9 @@
43
43
  "react": "^16.13.1 || ^17.0.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@backstage/cli": "^0.0.0-nightly-202201122931",
47
- "@backstage/core-app-api": "^0.0.0-nightly-202201122931",
48
- "@backstage/test-utils": "^0.0.0-nightly-202201122931",
46
+ "@backstage/cli": "^0.0.0-nightly-202201323044",
47
+ "@backstage/core-app-api": "^0.0.0-nightly-202201323044",
48
+ "@backstage/test-utils": "^0.0.0-nightly-202201323044",
49
49
  "@testing-library/jest-dom": "^5.10.1",
50
50
  "@testing-library/react": "^11.2.5",
51
51
  "@testing-library/react-hooks": "^7.0.2",