@forge/react 11.8.0-next.3-experimental-4bd2ca0 → 11.8.0-next.4

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 CHANGED
@@ -1,18 +1,10 @@
1
1
  # @forge/react
2
2
 
3
- ## 11.8.0-next.3-experimental-4bd2ca0
4
-
5
- ### Minor Changes
6
-
7
- - 93de3cb: Enforce stricter typing for xcss and exports all component prop types
8
- - 0de4888: Enforce stricter typing for xcss and exports all component prop types (adding types only package)
3
+ ## 11.8.0-next.4
9
4
 
10
5
  ### Patch Changes
11
6
 
12
- - Updated dependencies [63997f2]
13
- - Updated dependencies [dc95e42]
14
- - Updated dependencies [34aea87]
15
- - @forge/bridge@5.9.0-next.9-experimental-4bd2ca0
7
+ - 6f13e74: Pin react-hook-form to v7.65.0 or below to be compatible with Forge TS
16
8
 
17
9
  ## 11.8.0-next.3
18
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/react",
3
- "version": "11.8.0-next.3-experimental-4bd2ca0",
3
+ "version": "11.8.0-next.4",
4
4
  "description": "Forge React reconciler",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -28,14 +28,14 @@
28
28
  "@atlaskit/adf-schema": "^48.0.0",
29
29
  "@atlaskit/adf-utils": "^19.19.0",
30
30
  "@atlaskit/forge-react-types": "^0.47.2",
31
- "@forge/bridge": "^5.9.0-next.9-experimental-4bd2ca0",
31
+ "@forge/bridge": "^5.9.0-next.6",
32
32
  "@forge/i18n": "0.0.7",
33
33
  "@types/react": "^18.2.64",
34
34
  "@types/react-reconciler": "^0.28.8",
35
35
  "lodash": "^4.17.21",
36
36
  "minimatch": "^9.0.5",
37
37
  "react": "^18.2.0",
38
- "react-hook-form": "^7.50.1",
38
+ "react-hook-form": "7.65.0",
39
39
  "react-reconciler": "^0.29.0",
40
40
  "react-test-renderer": "^18.2.0",
41
41
  "uuid": "^9.0.1"