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