Skip to content

Commit 2fdc970

Browse files
committed
lint: resolve nx/dependency-check issues in projects
1 parent ffe2bfd commit 2fdc970

File tree

10 files changed

+20
-28
lines changed

10 files changed

+20
-28
lines changed

packages/houdini-utils/package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,5 @@
55
"@swc/helpers": "~0.5.2"
66
},
77
"main": "./src/index.js",
8-
"typings": "./src/index.d.ts",
9-
"peerDependencies": {
10-
"@fluentui/react-components": ">=9.46.3 <10.0.0",
11-
"@types/react": ">=16.8.0 <19.0.0",
12-
"@types/react-dom": ">=16.8.0 <19.0.0",
13-
"react": ">=16.8.0 <19.0.0",
14-
"react-dom": ">=16.8.0 <19.0.0"
15-
}
8+
"typings": "./src/index.d.ts"
169
}

packages/nx-plugin/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@
1010
"semver": "^7.5.2",
1111
"@nx/storybook": "^20.2.2",
1212
"@nx/js": "^20.2.2",
13-
"@nx/playwright": "^20.2.2"
13+
"@nx/playwright": "^20.2.2",
14+
"tslib": "^2.3.0"
1415
},
1516
"peerDependencies": {
16-
"@playwright/experimental-ct-react": "^1.49.1"
17+
"@playwright/experimental-ct-react": "^1.49.1",
18+
"nx": ">= 19 <= 21"
1719
}
1820
}

packages/react-data-grid-react-window-grid/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"peerDependencies": {
55
"@fluentui/react-components": ">=9.30.0 <10.0.0",
66
"@types/react": ">=16.8.0 <19.0.0",
7-
"@types/react-dom": ">=16.8.0 <19.0.0",
8-
"react": ">=16.8.0 <19.0.0",
9-
"react-dom": ">=16.8.0 <19.0.0"
7+
"react": ">=16.8.0 <19.0.0"
108
},
119
"dependencies": {
1210
"react-window": "^1.8.5"

packages/react-data-grid-react-window-grid/src/components/DataGridCell/DataGridCell.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ import {
33
renderDataGridCell_unstable,
44
useDataGridCellStyles_unstable,
55
} from '@fluentui/react-components';
6-
import type { DataGridCellProps } from '@fluentui/react-components';
7-
import type { ForwardRefComponent } from '@fluentui/react-utilities';
6+
import type {
7+
DataGridCellProps,
8+
ForwardRefComponent,
9+
} from '@fluentui/react-components';
810
import { useDataGridCell_unstable } from './useDataGridCell';
911

1012
/**

packages/react-interactive-tab/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
"typings": "./src/index.d.ts",
1010
"peerDependencies": {
1111
"@fluentui/react-components": ">=9.54.13 <10.0.0",
12+
"@fluentui/react-tabs": ">=9.5.0 <10.0.0",
1213
"@types/react": ">=16.8.0 <19.0.0",
13-
"@types/react-dom": ">=16.8.0 <19.0.0",
14-
"react": ">=16.8.0 <19.0.0",
15-
"react-dom": ">=16.8.0 <19.0.0"
14+
"react": ">=16.8.0 <19.0.0"
1615
}
1716
}

packages/react-interactive-tab/src/components/InteractiveTab/useInteractiveTabStyles.styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { SlotClassNames, TabState } from '@fluentui/react-components';
22
import { mergeClasses } from '@fluentui/react-components';
3-
// eslint-disable-next-line import/no-extraneous-dependencies
3+
44
import {
55
useTabButtonStyles_unstable,
66
useTabContentStyles_unstable,

packages/react-resize-handle/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33
"version": "0.6.1",
44
"peerDependencies": {
55
"@fluentui/react-components": ">=9.35.1 <10.0.0",
6+
"@fluentui/react-utilities": ">=9.16.0 < 10.0.0",
67
"@types/react": ">=16.8.0 <19.0.0",
7-
"@types/react-dom": ">=16.8.0 <19.0.0",
8-
"react": ">=16.8.0 <19.0.0",
9-
"react-dom": ">=16.8.0 <19.0.0"
8+
"react": ">=16.8.0 <19.0.0"
109
},
1110
"dependencies": {
12-
"@fluentui/react-utilities": ">=9.16.0 < 10.0.0"
11+
"@swc/helpers": "~0.5.2"
1312
}
1413
}

packages/variant-theme/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
"peerDependencies": {
1313
"@fluentui/react-components": ">=9.25.1 <10.0.0",
1414
"@types/react": ">=16.8.0 <19.0.0",
15-
"@types/react-dom": ">=16.8.0 <19.0.0",
16-
"react": ">=16.8.0 <19.0.0",
17-
"react-dom": ">=16.8.0 <19.0.0"
15+
"react": ">=16.8.0 <19.0.0"
1816
}
1917
}

packages/variant-theme/src/ThemeDesigner/utils/brandColors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { BrandVariants } from '@fluentui/react-theme';
1+
import type { BrandVariants } from '@fluentui/react-components';
22

33
export const brandWeb: BrandVariants = {
44
10: `#061724`,

packages/variant-theme/src/ThemeDesigner/utils/getOverridableTokenBrandColors.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
import type { Brands, BrandVariants, Theme } from '@fluentui/react-theme';
1+
import type { BrandVariants, Theme } from '@fluentui/react-components';
22
import { createDarkTheme } from '@fluentui/react-components';
33
// import { ColorOverrideBrands } from '../Context/ThemeDesignerContext';
4+
type Brands = keyof BrandVariants;
45
type ColorOverrideBrands = Record<string, Brands>;
56

67
export const brandRamp: Brands[] = [

0 commit comments

Comments
 (0)