@backstage/app-defaults 1.6.1-next.1 → 1.6.2-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 +26 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @backstage/app-defaults
|
|
2
2
|
|
|
3
|
+
## 1.6.2-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/theme@0.6.6-next.0
|
|
9
|
+
- @backstage/core-components@0.17.2-next.0
|
|
10
|
+
- @backstage/core-app-api@1.16.1
|
|
11
|
+
- @backstage/core-plugin-api@1.10.6
|
|
12
|
+
- @backstage/plugin-permission-react@0.4.34-next.0
|
|
13
|
+
|
|
14
|
+
## 1.6.1
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- a47fd39: Removes instances of default React imports, a necessary update for the upcoming React 19 migration.
|
|
19
|
+
|
|
20
|
+
<https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html>
|
|
21
|
+
|
|
22
|
+
- Updated dependencies
|
|
23
|
+
- @backstage/core-components@0.17.1
|
|
24
|
+
- @backstage/core-plugin-api@1.10.6
|
|
25
|
+
- @backstage/plugin-permission-react@0.4.33
|
|
26
|
+
- @backstage/core-app-api@1.16.1
|
|
27
|
+
- @backstage/theme@0.6.5
|
|
28
|
+
|
|
3
29
|
## 1.6.1-next.1
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/app-defaults",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.2-next.0",
|
|
4
4
|
"description": "Provides the default wiring of a Backstage App",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "web-library"
|
|
@@ -36,17 +36,17 @@
|
|
|
36
36
|
"test": "backstage-cli package test"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@backstage/core-app-api": "1.16.1
|
|
40
|
-
"@backstage/core-components": "0.17.
|
|
41
|
-
"@backstage/core-plugin-api": "1.10.6
|
|
42
|
-
"@backstage/plugin-permission-react": "0.4.
|
|
43
|
-
"@backstage/theme": "0.6.
|
|
39
|
+
"@backstage/core-app-api": "1.16.1",
|
|
40
|
+
"@backstage/core-components": "0.17.2-next.0",
|
|
41
|
+
"@backstage/core-plugin-api": "1.10.6",
|
|
42
|
+
"@backstage/plugin-permission-react": "0.4.34-next.0",
|
|
43
|
+
"@backstage/theme": "0.6.6-next.0",
|
|
44
44
|
"@material-ui/core": "^4.12.2",
|
|
45
45
|
"@material-ui/icons": "^4.9.1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@backstage/cli": "0.32.
|
|
49
|
-
"@backstage/test-utils": "1.7.
|
|
48
|
+
"@backstage/cli": "0.32.1-next.1",
|
|
49
|
+
"@backstage/test-utils": "1.7.8-next.0",
|
|
50
50
|
"@testing-library/jest-dom": "^6.0.0",
|
|
51
51
|
"@testing-library/react": "^16.0.0",
|
|
52
52
|
"@types/react": "^18.0.0",
|