Skip to content

Commit f059397

Browse files
committed
lint
1 parent 1f50a05 commit f059397

2 files changed

Lines changed: 2 additions & 30 deletions

File tree

apps/win32-81/package.json

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -40,26 +40,12 @@
4040
"preset": "react-native"
4141
},
4242
"dependencies": {
43-
"@fluentui-react-native/callout": "workspace:*",
44-
"@fluentui-react-native/experimental-appearance-additions": "workspace:*",
45-
"@fluentui-react-native/experimental-avatar": "workspace:*",
46-
"@fluentui-react-native/experimental-checkbox": "workspace:*",
47-
"@fluentui-react-native/experimental-expander": "workspace:*",
48-
"@fluentui-react-native/experimental-native-date-picker": "workspace:*",
49-
"@fluentui-react-native/experimental-native-font-metrics": "workspace:*",
50-
"@fluentui-react-native/experimental-shimmer": "workspace:*",
51-
"@fluentui-react-native/focus-zone": "workspace:*",
52-
"@fluentui-react-native/menu-button": "workspace:*",
53-
"@fluentui-react-native/radio-group": "workspace:*",
5443
"@fluentui-react-native/tester-core": "workspace:*",
55-
"@fluentui-react-native/tooltip": "workspace:*",
56-
"@fluentui-react-native/vibrancy-view": "workspace:*",
5744
"@office-iss/react-native-win32": "^0.81.0",
5845
"@types/react": "~19.1.0",
5946
"react": "19.1.0",
6047
"react-native": "^0.81.0",
61-
"react-native-svg": "^15.12.1",
62-
"react-native-windows": "^0.73.0 || ^0.74.0 || ^0.78.0 || ^0.81.0"
48+
"react-native-svg": "^15.12.1"
6349
},
6450
"devDependencies": {
6551
"@babel/core": "catalog:",

apps/win32/package.json

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -40,26 +40,12 @@
4040
"preset": "react-native"
4141
},
4242
"dependencies": {
43-
"@fluentui-react-native/callout": "workspace:*",
44-
"@fluentui-react-native/experimental-appearance-additions": "workspace:*",
45-
"@fluentui-react-native/experimental-avatar": "workspace:*",
46-
"@fluentui-react-native/experimental-checkbox": "workspace:*",
47-
"@fluentui-react-native/experimental-expander": "workspace:*",
48-
"@fluentui-react-native/experimental-native-date-picker": "workspace:*",
49-
"@fluentui-react-native/experimental-native-font-metrics": "workspace:*",
50-
"@fluentui-react-native/experimental-shimmer": "workspace:*",
51-
"@fluentui-react-native/focus-zone": "workspace:*",
52-
"@fluentui-react-native/menu-button": "workspace:*",
53-
"@fluentui-react-native/radio-group": "workspace:*",
5443
"@fluentui-react-native/tester-core": "workspace:*",
55-
"@fluentui-react-native/tooltip": "workspace:*",
56-
"@fluentui-react-native/vibrancy-view": "workspace:*",
5744
"@office-iss/react-native-win32": "^0.74.0",
5845
"@types/react": "~18.2.0",
5946
"react": "18.2.0",
6047
"react-native": "^0.74.0",
61-
"react-native-svg": ">=15.4.0 <15.13.0",
62-
"react-native-windows": "^0.73.0 || ^0.74.0 || ^0.78.0 || ^0.81.0"
48+
"react-native-svg": ">=15.4.0 <15.13.0"
6349
},
6450
"devDependencies": {
6551
"@babel/core": "catalog:",

0 commit comments

Comments
 (0)