@fluentui-react-native/win32-theme 0.39.1 → 0.39.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 CHANGED
@@ -1,5 +1,31 @@
1
1
  # Change Log - @fluentui-react-native/win32-theme
2
2
 
3
+ ## 0.39.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 9cf4444: Migrate from ESLint to oxlint
8
+ - Updated dependencies [9cf4444]
9
+ - @fluentui-react-native/default-theme@0.27.3
10
+ - @fluentui-react-native/theming-utils@0.27.3
11
+ - @fluentui-react-native/theme-tokens@0.28.3
12
+ - @fluentui-react-native/theme-types@0.44.3
13
+ - @fluentui-react-native/theme@0.12.3
14
+ - @fluentui-react-native/framework-base@0.3.3
15
+
16
+ ## 0.39.2
17
+
18
+ ### Patch Changes
19
+
20
+ - 8a7b549: Update to the latest rnx-kit versions, fix some typing issues, and correct the vscode settings
21
+ - Updated dependencies [8a7b549]
22
+ - @fluentui-react-native/default-theme@0.27.2
23
+ - @fluentui-react-native/theming-utils@0.27.2
24
+ - @fluentui-react-native/theme-tokens@0.28.2
25
+ - @fluentui-react-native/theme-types@0.44.2
26
+ - @fluentui-react-native/theme@0.12.2
27
+ - @fluentui-react-native/framework-base@0.3.2
28
+
3
29
  ## 0.39.1
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/win32-theme",
3
- "version": "0.39.1",
3
+ "version": "0.39.3",
4
4
  "description": "Win32 office theme that works with the theming native module",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -27,29 +27,29 @@
27
27
  "build-core": "tsgo --outDir lib --module esnext --moduleResolution bundler",
28
28
  "clean": "fluentui-scripts clean",
29
29
  "depcheck": "fluentui-scripts depcheck",
30
- "lint": "fluentui-scripts eslint",
31
- "lint-package": "fluentui-scripts lint-package",
32
30
  "format": "fluentui-scripts format",
31
+ "lint": "fluentui-scripts lint",
32
+ "lint-package": "fluentui-scripts lint-package",
33
33
  "start": "fluentui-scripts dev",
34
34
  "start-test": "fluentui-scripts jest-watch",
35
35
  "test": "fluentui-scripts jest",
36
36
  "update-snapshots": "fluentui-scripts jest -u"
37
37
  },
38
38
  "dependencies": {
39
- "@fluentui-react-native/default-theme": "0.27.1",
39
+ "@fluentui-react-native/default-theme": "0.27.3",
40
40
  "@fluentui-react-native/design-tokens-win32": "^0.53.0",
41
- "@fluentui-react-native/framework-base": "0.3.1",
42
- "@fluentui-react-native/theme": "0.12.1",
43
- "@fluentui-react-native/theme-tokens": "0.28.1",
44
- "@fluentui-react-native/theme-types": "0.44.1",
45
- "@fluentui-react-native/theming-utils": "0.27.1"
41
+ "@fluentui-react-native/framework-base": "0.3.3",
42
+ "@fluentui-react-native/theme": "0.12.3",
43
+ "@fluentui-react-native/theme-tokens": "0.28.3",
44
+ "@fluentui-react-native/theme-types": "0.44.3",
45
+ "@fluentui-react-native/theming-utils": "0.27.3"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@babel/core": "^7.20.0",
49
49
  "@fluentui-react-native/babel-config": "0.1.1",
50
- "@fluentui-react-native/eslint-config-rules": "0.1.2",
51
50
  "@fluentui-react-native/jest-config": "0.1.0",
52
51
  "@fluentui-react-native/kit-config": "0.1.2",
52
+ "@fluentui-react-native/lint-config-rules": "0.1.3",
53
53
  "@fluentui-react-native/scripts": "0.1.0",
54
54
  "@office-iss/react-native-win32": "^0.74.0",
55
55
  "@react-native-community/cli": "^20.0.0",
@@ -57,17 +57,17 @@
57
57
  "@react-native-community/cli-platform-ios": "^20.0.0",
58
58
  "@react-native/babel-preset": "^0.81.0",
59
59
  "@react-native/metro-config": "^0.81.0",
60
- "@types/react": "~19.1.0",
61
- "react": "19.1.0",
62
- "react-native": "^0.81.0",
60
+ "@types/react": "~19.1.4",
61
+ "react": "19.1.4",
62
+ "react-native": "^0.81.6",
63
63
  "react-native-macos": "^0.81.0",
64
64
  "react-native-windows": "^0.81.0"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "@office-iss/react-native-win32": "^0.74.0",
68
- "@types/react": "~18.2.0 || ~19.0.0 || ~19.1.0",
69
- "react": "18.2.0 || 19.0.0 || 19.1.0",
70
- "react-native": "^0.73.0 || ^0.74.0 || ^0.78.0 || ^0.81.0",
68
+ "@types/react": "~18.2.0 || ~19.0.0 || ~19.1.4",
69
+ "react": "18.2.0 || 19.0.0 || 19.1.4",
70
+ "react-native": "^0.73.0 || ^0.74.0 || ^0.78.0 || ^0.81.6",
71
71
  "react-native-macos": "^0.73.0 || ^0.74.0 || ^0.78.0 || ^0.81.0",
72
72
  "react-native-windows": "^0.73.0 || ^0.74.0 || ^0.78.0 || ^0.81.0"
73
73
  },
package/eslint.config.js DELETED
@@ -1,3 +0,0 @@
1
- const baseConfig = require('@fluentui-react-native/eslint-config-rules');
2
-
3
- module.exports = baseConfig;