@backstage/plugin-devtools 0.0.0-nightly-20240111021648 → 0.0.0-nightly-20240112021657

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,16 +1,16 @@
1
1
  # @backstage/plugin-devtools
2
2
 
3
- ## 0.0.0-nightly-20240111021648
3
+ ## 0.0.0-nightly-20240112021657
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 4016f21: Remove some unused dependencies
8
8
  - Updated dependencies
9
- - @backstage/core-components@0.0.0-nightly-20240111021648
10
- - @backstage/core-plugin-api@0.0.0-nightly-20240111021648
11
- - @backstage/plugin-permission-react@0.0.0-nightly-20240111021648
9
+ - @backstage/core-components@0.0.0-nightly-20240112021657
10
+ - @backstage/core-plugin-api@0.0.0-nightly-20240112021657
11
+ - @backstage/plugin-permission-react@0.0.0-nightly-20240112021657
12
12
  - @backstage/errors@1.2.3
13
- - @backstage/plugin-devtools-common@0.0.0-nightly-20240111021648
13
+ - @backstage/plugin-devtools-common@0.0.0-nightly-20240112021657
14
14
 
15
15
  ## 0.1.8-next.1
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools",
3
- "version": "0.0.0-nightly-20240111021648",
3
+ "version": "0.0.0-nightly-20240112021657",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -29,11 +29,11 @@
29
29
  "postpack": "backstage-cli package postpack"
30
30
  },
31
31
  "dependencies": {
32
- "@backstage/core-components": "^0.0.0-nightly-20240111021648",
33
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240111021648",
32
+ "@backstage/core-components": "^0.0.0-nightly-20240112021657",
33
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20240112021657",
34
34
  "@backstage/errors": "^1.2.3",
35
- "@backstage/plugin-devtools-common": "^0.0.0-nightly-20240111021648",
36
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20240111021648",
35
+ "@backstage/plugin-devtools-common": "^0.0.0-nightly-20240112021657",
36
+ "@backstage/plugin-permission-react": "^0.0.0-nightly-20240112021657",
37
37
  "@material-ui/core": "^4.9.13",
38
38
  "@material-ui/icons": "^4.9.1",
39
39
  "@material-ui/lab": "^4.0.0-alpha.57",
@@ -47,8 +47,8 @@
47
47
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/cli": "^0.0.0-nightly-20240111021648",
51
- "@backstage/dev-utils": "^0.0.0-nightly-20240111021648",
50
+ "@backstage/cli": "^0.0.0-nightly-20240112021657",
51
+ "@backstage/dev-utils": "^0.0.0-nightly-20240112021657",
52
52
  "@testing-library/jest-dom": "^6.0.0",
53
53
  "@testing-library/react": "^14.0.0"
54
54
  },