@backstage/integration-react 1.2.6-next.1 → 1.2.7-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @backstage/integration-react
2
2
 
3
+ ## 1.2.7-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/integration@1.16.4-next.0
9
+ - @backstage/config@1.3.2
10
+ - @backstage/core-plugin-api@1.10.6
11
+
12
+ ## 1.2.6
13
+
14
+ ### Patch Changes
15
+
16
+ - a47fd39: Removes instances of default React imports, a necessary update for the upcoming React 19 migration.
17
+
18
+ <https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html>
19
+
20
+ - 5d10f99: Added scope `project` for Bitbucket Cloud.
21
+ - Updated dependencies
22
+ - @backstage/core-plugin-api@1.10.6
23
+ - @backstage/integration@1.16.3
24
+ - @backstage/config@1.3.2
25
+
3
26
  ## 1.2.6-next.1
4
27
 
5
28
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/integration-react",
3
- "version": "1.2.6-next.1",
3
+ "version": "1.2.7-next.0",
4
4
  "description": "Frontend package for managing integrations towards external systems",
5
5
  "backstage": {
6
6
  "role": "web-library"
@@ -34,16 +34,16 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@backstage/config": "1.3.2",
37
- "@backstage/core-plugin-api": "1.10.6-next.0",
38
- "@backstage/integration": "1.16.3-next.0",
37
+ "@backstage/core-plugin-api": "1.10.6",
38
+ "@backstage/integration": "1.16.4-next.0",
39
39
  "@material-ui/core": "^4.12.2",
40
40
  "@material-ui/icons": "^4.9.1"
41
41
  },
42
42
  "devDependencies": {
43
- "@backstage/cli": "0.32.0-next.2",
44
- "@backstage/core-components": "0.17.1-next.1",
45
- "@backstage/dev-utils": "1.1.9-next.2",
46
- "@backstage/test-utils": "1.7.7-next.0",
43
+ "@backstage/cli": "0.32.1-next.0",
44
+ "@backstage/core-components": "0.17.1",
45
+ "@backstage/dev-utils": "1.1.10-next.0",
46
+ "@backstage/test-utils": "1.7.7",
47
47
  "@testing-library/dom": "^10.0.0",
48
48
  "@testing-library/jest-dom": "^6.0.0",
49
49
  "@types/react": "^18.0.0",