@fluentui-react-native/experimental-shadow 0.7.1 → 0.7.3
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 +22 -0
- package/package.json +15 -15
- package/eslint.config.js +0 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/experimental-shadow
|
|
2
2
|
|
|
3
|
+
## 0.7.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 9cf4444: Migrate from ESLint to oxlint
|
|
8
|
+
- Updated dependencies [9cf4444]
|
|
9
|
+
- @fluentui-react-native/pressable@0.13.3
|
|
10
|
+
- @fluentui-react-native/framework@0.15.3
|
|
11
|
+
- @fluentui-react-native/theme-types@0.44.3
|
|
12
|
+
- @fluentui-react-native/framework-base@0.3.3
|
|
13
|
+
|
|
14
|
+
## 0.7.2
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- 8a7b549: Update to the latest rnx-kit versions, fix some typing issues, and correct the vscode settings
|
|
19
|
+
- Updated dependencies [8a7b549]
|
|
20
|
+
- @fluentui-react-native/pressable@0.13.2
|
|
21
|
+
- @fluentui-react-native/framework@0.15.2
|
|
22
|
+
- @fluentui-react-native/theme-types@0.44.2
|
|
23
|
+
- @fluentui-react-native/framework-base@0.3.2
|
|
24
|
+
|
|
3
25
|
## 0.7.1
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/experimental-shadow",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.3",
|
|
4
4
|
"description": "A cross-platform Shadow component using the Fluent Design System",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "",
|
|
@@ -26,24 +26,24 @@
|
|
|
26
26
|
"build-core": "tsgo --outDir lib --module esnext --moduleResolution bundler",
|
|
27
27
|
"clean": "fluentui-scripts clean",
|
|
28
28
|
"depcheck": "fluentui-scripts depcheck",
|
|
29
|
-
"lint": "fluentui-scripts eslint",
|
|
30
|
-
"lint-package": "fluentui-scripts lint-package",
|
|
31
29
|
"format": "fluentui-scripts format",
|
|
30
|
+
"lint": "fluentui-scripts lint",
|
|
31
|
+
"lint-package": "fluentui-scripts lint-package",
|
|
32
32
|
"test": "fluentui-scripts jest",
|
|
33
33
|
"update-snapshots": "fluentui-scripts jest -u"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@fluentui-react-native/framework": "0.15.
|
|
37
|
-
"@fluentui-react-native/framework-base": "0.3.
|
|
38
|
-
"@fluentui-react-native/pressable": "0.13.
|
|
39
|
-
"@fluentui-react-native/theme-types": "0.44.
|
|
36
|
+
"@fluentui-react-native/framework": "0.15.3",
|
|
37
|
+
"@fluentui-react-native/framework-base": "0.3.3",
|
|
38
|
+
"@fluentui-react-native/pressable": "0.13.3",
|
|
39
|
+
"@fluentui-react-native/theme-types": "0.44.3"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@babel/core": "^7.20.0",
|
|
43
43
|
"@fluentui-react-native/babel-config": "0.1.1",
|
|
44
|
-
"@fluentui-react-native/eslint-config-rules": "0.1.2",
|
|
45
44
|
"@fluentui-react-native/jest-config": "0.1.0",
|
|
46
45
|
"@fluentui-react-native/kit-config": "0.1.2",
|
|
46
|
+
"@fluentui-react-native/lint-config-rules": "0.1.3",
|
|
47
47
|
"@fluentui-react-native/scripts": "0.1.0",
|
|
48
48
|
"@fluentui-react-native/test-tools": "0.1.0",
|
|
49
49
|
"@react-native-community/cli": "^20.0.0",
|
|
@@ -51,19 +51,19 @@
|
|
|
51
51
|
"@react-native-community/cli-platform-ios": "^20.0.0",
|
|
52
52
|
"@react-native/babel-preset": "^0.81.0",
|
|
53
53
|
"@react-native/metro-config": "^0.81.0",
|
|
54
|
-
"@types/react": "~19.1.
|
|
54
|
+
"@types/react": "~19.1.4",
|
|
55
55
|
"@types/react-test-renderer": "^19.1.0",
|
|
56
|
-
"react": "19.1.
|
|
57
|
-
"react-native": "^0.81.
|
|
56
|
+
"react": "19.1.4",
|
|
57
|
+
"react-native": "^0.81.6",
|
|
58
58
|
"react-native-macos": "^0.81.0",
|
|
59
59
|
"react-native-windows": "^0.81.0",
|
|
60
|
-
"react-test-renderer": "19.1.
|
|
60
|
+
"react-test-renderer": "19.1.4"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"@office-iss/react-native-win32": "^0.74.0",
|
|
64
|
-
"@types/react": "~18.2.0 || ~19.0.0 || ~19.1.
|
|
65
|
-
"react": "18.2.0 || 19.0.0 || 19.1.
|
|
66
|
-
"react-native": "^0.73.0 || ^0.74.0 || ^0.78.0 || ^0.81.
|
|
64
|
+
"@types/react": "~18.2.0 || ~19.0.0 || ~19.1.4",
|
|
65
|
+
"react": "18.2.0 || 19.0.0 || 19.1.4",
|
|
66
|
+
"react-native": "^0.73.0 || ^0.74.0 || ^0.78.0 || ^0.81.6",
|
|
67
67
|
"react-native-macos": "^0.73.0 || ^0.74.0 || ^0.78.0 || ^0.81.0",
|
|
68
68
|
"react-native-windows": "^0.73.0 || ^0.74.0 || ^0.78.0 || ^0.81.0"
|
|
69
69
|
},
|
package/eslint.config.js
DELETED