@fluentui-react-native/use-slots 0.10.10 → 0.10.12

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
@@ -1,6 +1,21 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/use-slots",
3
3
  "entries": [
4
+ {
5
+ "date": "Tue, 05 Aug 2025 18:46:03 GMT",
6
+ "version": "0.10.12",
7
+ "tag": "@fluentui-react-native/use-slots_v0.10.12",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "jasonmo@microsoft.com",
12
+ "package": "@fluentui-react-native/use-slots",
13
+ "commit": "1ed213f1b48036479e39ace7f25f9a31f46042bf",
14
+ "comment": "move repo to pnpm, create babel and jest config packages, fix dependencies"
15
+ }
16
+ ]
17
+ }
18
+ },
4
19
  {
5
20
  "date": "Tue, 22 Jul 2025 19:06:24 GMT",
6
21
  "version": "0.10.8",
package/CHANGELOG.md CHANGED
@@ -1,9 +1,17 @@
1
1
  # Change Log - @fluentui-react-native/use-slots
2
2
 
3
- <!-- This log was last generated on Tue, 22 Jul 2025 19:06:24 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Tue, 05 Aug 2025 18:46:03 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.10.12
8
+
9
+ Tue, 05 Aug 2025 18:46:03 GMT
10
+
11
+ ### Patches
12
+
13
+ - move repo to pnpm, create babel and jest config packages, fix dependencies (jasonmo@microsoft.com)
14
+
7
15
  ## 0.10.8
8
16
 
9
17
  Tue, 22 Jul 2025 19:06:24 GMT
package/babel.config.js CHANGED
@@ -1 +1 @@
1
- module.exports = require('@fluentui-react-native/scripts/configs/babel.config');
1
+ module.exports = require('@fluentui-react-native/babel-config');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/use-slots",
3
- "version": "0.10.10",
3
+ "version": "0.10.12",
4
4
  "description": "Hook function to return styled slots",
5
5
  "repository": {
6
6
  "type": "git",
@@ -35,16 +35,22 @@
35
35
  "author": "",
36
36
  "license": "MIT",
37
37
  "dependencies": {
38
- "@fluentui-react-native/framework-base": "0.1.4",
39
- "@fluentui-react-native/use-slot": "0.6.10"
38
+ "@fluentui-react-native/framework-base": "0.2.1",
39
+ "@fluentui-react-native/use-slot": "0.6.12"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@babel/core": "^7.20.0",
43
+ "@fluentui-react-native/babel-config": "0.1.1",
44
+ "@fluentui-react-native/eslint-config-rules": "0.1.1",
45
+ "@fluentui-react-native/jest-config": "0.1.1",
43
46
  "@fluentui-react-native/scripts": "0.1.1",
44
47
  "@react-native/babel-preset": "^0.74.0",
45
48
  "@react-native/metro-config": "^0.74.0",
49
+ "@types/react": "18.2.0",
50
+ "@types/react-test-renderer": "^18.2.0",
46
51
  "react": "18.2.0",
47
- "react-native": "^0.74.0"
52
+ "react-native": "^0.74.0",
53
+ "react-test-renderer": "18.2.0"
48
54
  },
49
55
  "peerDependencies": {
50
56
  "react": "18.2.0",
@@ -69,7 +75,8 @@
69
75
  "core",
70
76
  "core-android",
71
77
  "core-ios",
72
- "react"
78
+ "react",
79
+ "react-test-renderer"
73
80
  ]
74
81
  }
75
82
  }