@fluentui/react-portal-compat 9.0.147 → 9.0.148

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 +14 -4
  2. package/package.json +8 -5
package/CHANGELOG.md CHANGED
@@ -1,18 +1,28 @@
1
1
  # Change Log - @fluentui/react-portal-compat
2
2
 
3
- This log was last generated on Thu, 23 May 2024 07:58:03 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 06 Jun 2024 15:22:19 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.148](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.148)
8
+
9
+ Thu, 06 Jun 2024 15:22:19 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.147..@fluentui/react-portal-compat_v9.0.148)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-tabster to v9.21.5 ([PR #31586](https://github.com/microsoft/fluentui/pull/31586) by beachball)
15
+ - Bump @fluentui/react-components to v9.54.0 ([PR #31586](https://github.com/microsoft/fluentui/pull/31586) by beachball)
16
+
7
17
  ## [9.0.147](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.147)
8
18
 
9
- Thu, 23 May 2024 07:58:03 GMT
19
+ Thu, 23 May 2024 08:02:52 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.146..@fluentui/react-portal-compat_v9.0.147)
11
21
 
12
22
  ### Patches
13
23
 
14
- - Bump @fluentui/react-tabster to v9.21.4 ([commit](https://github.com/microsoft/fluentui/commit/10e6758b203de79c53ce31ba264e137f83f50ff4) by beachball)
15
- - Bump @fluentui/react-components to v9.53.0 ([commit](https://github.com/microsoft/fluentui/commit/10e6758b203de79c53ce31ba264e137f83f50ff4) by beachball)
24
+ - Bump @fluentui/react-tabster to v9.21.4 ([commit](https://github.com/microsoft/fluentui/commit/03599d609e8310b08c57d1f871cffbf717d79207) by beachball)
25
+ - Bump @fluentui/react-components to v9.53.0 ([commit](https://github.com/microsoft/fluentui/commit/03599d609e8310b08c57d1f871cffbf717d79207) by beachball)
16
26
 
17
27
  ## [9.0.146](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.146)
18
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-portal-compat",
3
- "version": "9.0.147",
3
+ "version": "9.0.148",
4
4
  "description": "A package that contains compatibility layer for React Portals",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -21,25 +21,28 @@
21
21
  "just": "just-scripts",
22
22
  "lint": "just-scripts lint",
23
23
  "test": "jest --passWithNoTests",
24
- "type-check": "tsc -b tsconfig.json",
24
+ "type-check": "just-scripts type-check",
25
25
  "generate-api": "just-scripts generate-api",
26
26
  "test-ssr": "test-ssr \"./stories/**/*.stories.tsx\""
27
27
  },
28
28
  "devDependencies": {
29
+ "@fluentui/react-provider": "*",
30
+ "@fluentui/react-theme": "*",
31
+ "@fluentui/react-shared-contexts": "*",
32
+ "@fluentui/react-utilities": "*",
29
33
  "@fluentui/eslint-plugin": "*",
30
34
  "@fluentui/react-components": "*",
31
- "@fluentui/react-shared-contexts": "*",
32
35
  "@fluentui/scripts-api-extractor": "*",
33
36
  "@fluentui/scripts-cypress": "*",
34
37
  "@fluentui/scripts-tasks": "*"
35
38
  },
36
39
  "dependencies": {
37
40
  "@fluentui/react-portal-compat-context": "^9.0.11",
38
- "@fluentui/react-tabster": "^9.21.4",
41
+ "@fluentui/react-tabster": "^9.21.5",
39
42
  "@swc/helpers": "^0.5.1"
40
43
  },
41
44
  "peerDependencies": {
42
- "@fluentui/react-components": "^9.53.0",
45
+ "@fluentui/react-components": "^9.54.0",
43
46
  "@types/react": ">=16.14.0 <19.0.0",
44
47
  "react": ">=16.14.0 <19.0.0"
45
48
  },