@backstage/plugin-devtools 0.1.26-next.2 → 0.1.27-next.0
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.
- package/CHANGELOG.md +31 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# @backstage/plugin-devtools
|
|
2
2
|
|
|
3
|
+
## 0.1.27-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/core-compat-api@0.4.2-next.0
|
|
9
|
+
- @backstage/core-components@0.17.1
|
|
10
|
+
- @backstage/core-plugin-api@1.10.6
|
|
11
|
+
- @backstage/errors@1.2.7
|
|
12
|
+
- @backstage/frontend-plugin-api@0.10.1
|
|
13
|
+
- @backstage/plugin-devtools-common@0.1.15
|
|
14
|
+
- @backstage/plugin-permission-react@0.4.33
|
|
15
|
+
|
|
16
|
+
## 0.1.26
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- e655f62: Updated `README.md` to use `yarn start` instead of `yarn dev`.
|
|
21
|
+
- a47fd39: Removes instances of default React imports, a necessary update for the upcoming React 19 migration.
|
|
22
|
+
|
|
23
|
+
<https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html>
|
|
24
|
+
|
|
25
|
+
- Updated dependencies
|
|
26
|
+
- @backstage/frontend-plugin-api@0.10.1
|
|
27
|
+
- @backstage/core-compat-api@0.4.1
|
|
28
|
+
- @backstage/core-components@0.17.1
|
|
29
|
+
- @backstage/core-plugin-api@1.10.6
|
|
30
|
+
- @backstage/plugin-permission-react@0.4.33
|
|
31
|
+
- @backstage/errors@1.2.7
|
|
32
|
+
- @backstage/plugin-devtools-common@0.1.15
|
|
33
|
+
|
|
3
34
|
## 0.1.26-next.2
|
|
4
35
|
|
|
5
36
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-devtools",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.27-next.0",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "frontend-plugin",
|
|
6
6
|
"pluginId": "devtools",
|
|
@@ -63,13 +63,13 @@
|
|
|
63
63
|
"test": "backstage-cli package test"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@backstage/core-compat-api": "0.4.
|
|
67
|
-
"@backstage/core-components": "0.17.1
|
|
68
|
-
"@backstage/core-plugin-api": "1.10.6
|
|
66
|
+
"@backstage/core-compat-api": "0.4.2-next.0",
|
|
67
|
+
"@backstage/core-components": "0.17.1",
|
|
68
|
+
"@backstage/core-plugin-api": "1.10.6",
|
|
69
69
|
"@backstage/errors": "1.2.7",
|
|
70
|
-
"@backstage/frontend-plugin-api": "0.10.1
|
|
70
|
+
"@backstage/frontend-plugin-api": "0.10.1",
|
|
71
71
|
"@backstage/plugin-devtools-common": "0.1.15",
|
|
72
|
-
"@backstage/plugin-permission-react": "0.4.33
|
|
72
|
+
"@backstage/plugin-permission-react": "0.4.33",
|
|
73
73
|
"@material-ui/core": "^4.9.13",
|
|
74
74
|
"@material-ui/icons": "^4.9.1",
|
|
75
75
|
"@material-ui/lab": "^4.0.0-alpha.57",
|
|
@@ -77,8 +77,8 @@
|
|
|
77
77
|
"react-use": "^17.2.4"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@backstage/cli": "0.32.
|
|
81
|
-
"@backstage/dev-utils": "1.1.
|
|
80
|
+
"@backstage/cli": "0.32.1-next.0",
|
|
81
|
+
"@backstage/dev-utils": "1.1.10-next.0",
|
|
82
82
|
"@testing-library/jest-dom": "^6.0.0",
|
|
83
83
|
"@types/react": "^18.0.0",
|
|
84
84
|
"react": "^18.0.2",
|