|
12 | 12 | "type-check": "nx affected --target=type-check",
|
13 | 13 | "preinstall": "node ./tools/scripts/preinstall.mjs",
|
14 | 14 | "postinstall": "patch-package",
|
15 |
| - "dedupe": "npx yarn-deduplicate --strategy fewer" |
| 15 | + "dedupe": "npx yarn-deduplicate --strategy highest" |
16 | 16 | },
|
17 | 17 | "repository": {
|
18 | 18 | "url": "https://github.com/microsoft/fluentui-contrib",
|
|
35 | 35 | "@fluentui/react-shared-contexts": "^9.7.2",
|
36 | 36 | "@fluentui/scheme-utilities": "^8.3.58",
|
37 | 37 | "@griffel/shadow-dom": "~0.2.0",
|
38 |
| - "@nx/devkit": "20.8.1", |
39 |
| - "@nx/eslint": "20.8.1", |
40 |
| - "@nx/eslint-plugin": "20.8.1", |
41 |
| - "@nx/jest": "20.8.1", |
42 |
| - "@nx/js": "20.8.1", |
43 |
| - "@nx/playwright": "20.8.1", |
44 |
| - "@nx/plugin": "20.8.1", |
45 |
| - "@nx/react": "20.8.1", |
46 |
| - "@nx/storybook": "20.8.1", |
47 |
| - "@nx/web": "20.8.1", |
48 |
| - "@nx/webpack": "20.8.1", |
49 |
| - "@nx/workspace": "20.8.1", |
| 38 | + "@nx/devkit": "20.8.2", |
| 39 | + "@nx/eslint": "20.8.2", |
| 40 | + "@nx/eslint-plugin": "20.8.2", |
| 41 | + "@nx/jest": "20.8.2", |
| 42 | + "@nx/js": "20.8.2", |
| 43 | + "@nx/playwright": "20.8.2", |
| 44 | + "@nx/plugin": "20.8.2", |
| 45 | + "@nx/react": "20.8.2", |
| 46 | + "@nx/storybook": "20.8.2", |
| 47 | + "@nx/web": "20.8.2", |
| 48 | + "@nx/webpack": "20.8.2", |
| 49 | + "@nx/workspace": "20.8.2", |
50 | 50 | "@playwright/experimental-ct-react": "^1.49.1",
|
51 | 51 | "@rnx-kit/eslint-plugin": "0.8.6",
|
52 | 52 | "@storybook/addon-docs": "7.6.20",
|
|
60 | 60 | "@storybook/preview-api": "7.6.20",
|
61 | 61 | "@storybook/react-webpack5": "7.6.20",
|
62 | 62 | "@storybook/test-runner": "0.14.0",
|
63 |
| - "@storybook/testing-library": "^0.2.2", |
64 | 63 | "@stylistic/eslint-plugin": "3.1.0",
|
65 | 64 | "@swc-node/register": "1.10.10",
|
66 | 65 | "@swc/cli": "0.7.7",
|
67 | 66 | "@swc/core": "1.11.24",
|
68 | 67 | "@swc/helpers": "~0.5.11",
|
69 | 68 | "@swc/jest": "0.2.38",
|
70 |
| - "@testing-library/react": "16.1.0", |
| 69 | + "@testing-library/react": "16.3.0", |
| 70 | + "@testing-library/dom": "10.4.0", |
| 71 | + "@testing-library/user-event": "14.6.1", |
71 | 72 | "@types/jest": "29.5.14",
|
72 | 73 | "@types/node": "20.14.9",
|
73 | 74 | "@types/react": "18.3.1",
|
|
82 | 83 | "jest": "29.7.0",
|
83 | 84 | "jest-environment-jsdom": "29.7.0",
|
84 | 85 | "jsonc-eslint-parser": "2.4.0",
|
85 |
| - "nx": "20.8.1", |
| 86 | + "nx": "20.8.2", |
86 | 87 | "parsel-js": "^1.1.2",
|
87 | 88 | "patch-package": "^7.0.0",
|
88 | 89 | "prettier": "^2.6.2",
|
|
106 | 107 | "dependencies": {},
|
107 | 108 | "nx": {
|
108 | 109 | "includedScripts": []
|
109 |
| - } |
| 110 | + }, |
| 111 | + "workspaces": [ |
| 112 | + "apps/*", |
| 113 | + "packages/*" |
| 114 | + ] |
110 | 115 | }
|
0 commit comments