@fluentui/react-utilities 0.0.0-nightly-20220307-0420.1 → 0.0.0-nightly-20220308-0418.1

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.json CHANGED
@@ -2,22 +2,30 @@
2
2
  "name": "@fluentui/react-utilities",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 07 Mar 2022 04:29:52 GMT",
6
- "tag": "@fluentui/react-utilities_v0.0.0-nightly-20220307-0420.1",
7
- "version": "0.0.0-nightly-20220307-0420.1",
5
+ "date": "Tue, 08 Mar 2022 04:26:59 GMT",
6
+ "tag": "@fluentui/react-utilities_v0.0.0-nightly-20220308-0418.1",
7
+ "version": "0.0.0-nightly-20220308-0418.1",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
11
11
  "author": "email not defined",
12
12
  "package": "@fluentui/react-utilities",
13
- "commit": "6a399e941fc359322f5993f023e5bfc3f248603a",
13
+ "commit": "74d7a80945697088d2ec1b6831be38c0a1104ba7",
14
14
  "comment": "Release nightly v9"
15
15
  },
16
16
  {
17
17
  "author": "beachball",
18
18
  "package": "@fluentui/react-utilities",
19
- "comment": "Bump @fluentui/keyboard-keys to v0.0.0-nightly-20220307-0420.1",
20
- "commit": "6a399e941fc359322f5993f023e5bfc3f248603a"
19
+ "comment": "Bump @fluentui/keyboard-keys to v0.0.0-nightly-20220308-0418.1",
20
+ "commit": "74d7a80945697088d2ec1b6831be38c0a1104ba7"
21
+ }
22
+ ],
23
+ "none": [
24
+ {
25
+ "author": "elcraig@microsoft.com",
26
+ "package": "@fluentui/react-utilities",
27
+ "commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
28
+ "comment": "Update React dev deps and hoist them to the repo root"
21
29
  }
22
30
  ]
23
31
  }
package/CHANGELOG.md CHANGED
@@ -1,18 +1,18 @@
1
1
  # Change Log - @fluentui/react-utilities
2
2
 
3
- This log was last generated on Mon, 07 Mar 2022 04:29:52 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 08 Mar 2022 04:26:59 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly-20220307-0420.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.0.0-nightly-20220307-0420.1)
7
+ ## [0.0.0-nightly-20220308-0418.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.0.0-nightly-20220308-0418.1)
8
8
 
9
- Mon, 07 Mar 2022 04:29:52 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-rc.5..@fluentui/react-utilities_v0.0.0-nightly-20220307-0420.1)
9
+ Tue, 08 Mar 2022 04:26:59 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-rc.5..@fluentui/react-utilities_v0.0.0-nightly-20220308-0418.1)
11
11
 
12
12
  ### Changes
13
13
 
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/6a399e941fc359322f5993f023e5bfc3f248603a) by email not defined)
15
- - Bump @fluentui/keyboard-keys to v0.0.0-nightly-20220307-0420.1 ([commit](https://github.com/microsoft/fluentui/commit/6a399e941fc359322f5993f023e5bfc3f248603a) by beachball)
14
+ - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/74d7a80945697088d2ec1b6831be38c0a1104ba7) by email not defined)
15
+ - Bump @fluentui/keyboard-keys to v0.0.0-nightly-20220308-0418.1 ([commit](https://github.com/microsoft/fluentui/commit/74d7a80945697088d2ec1b6831be38c0a1104ba7) by beachball)
16
16
 
17
17
  ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-rc.5)
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-utilities",
3
- "version": "0.0.0-nightly-20220307-0420.1",
3
+ "version": "0.0.0-nightly-20220308-0418.1",
4
4
  "description": "A set of general React-specific utilities.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -26,14 +26,10 @@
26
26
  },
27
27
  "devDependencies": {
28
28
  "@fluentui/eslint-plugin": "*",
29
- "@fluentui/scripts": "^1.0.0",
30
- "@types/react": "16.9.42",
31
- "@types/react-test-renderer": "^16.0.0",
32
- "react": "16.8.6",
33
- "react-test-renderer": "^16.3.0"
29
+ "@fluentui/scripts": "^1.0.0"
34
30
  },
35
31
  "dependencies": {
36
- "@fluentui/keyboard-keys": "0.0.0-nightly-20220307-0420.1",
32
+ "@fluentui/keyboard-keys": "0.0.0-nightly-20220308-0418.1",
37
33
  "tslib": "^2.1.0"
38
34
  },
39
35
  "peerDependencies": {