Skip to content

Commit c615611

Browse files
authored
chore: bump nx to 21.6.10, node-forge resolution (#568)
1 parent 5fa83f7 commit c615611

File tree

2 files changed

+1395
-576
lines changed

2 files changed

+1395
-576
lines changed

package.json

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,18 @@
3636
"@fluentui/scheme-utilities": "^8.3.58",
3737
"@fluentui/storybook-llms-extractor": "^0.0.3",
3838
"@griffel/shadow-dom": "~0.2.0",
39-
"@nx/devkit": "21.3.10",
40-
"@nx/eslint": "21.3.10",
41-
"@nx/eslint-plugin": "21.3.10",
42-
"@nx/jest": "21.3.10",
43-
"@nx/js": "21.3.10",
44-
"@nx/playwright": "21.3.10",
45-
"@nx/plugin": "21.3.10",
46-
"@nx/react": "21.3.10",
47-
"@nx/storybook": "21.3.10",
48-
"@nx/web": "21.3.10",
49-
"@nx/webpack": "21.3.10",
50-
"@nx/workspace": "21.3.10",
39+
"@nx/devkit": "21.6.10",
40+
"@nx/eslint": "21.6.10",
41+
"@nx/eslint-plugin": "21.6.10",
42+
"@nx/jest": "21.6.10",
43+
"@nx/js": "21.6.10",
44+
"@nx/playwright": "21.6.10",
45+
"@nx/plugin": "21.6.10",
46+
"@nx/react": "21.6.10",
47+
"@nx/storybook": "21.6.10",
48+
"@nx/web": "21.6.10",
49+
"@nx/webpack": "21.6.10",
50+
"@nx/workspace": "21.6.10",
5151
"@playwright/experimental-ct-react": "1.56.1",
5252
"@playwright/experimental-ct-react17": "1.56.1",
5353
"@rnx-kit/eslint-plugin": "0.8.6",
@@ -79,7 +79,7 @@
7979
"jest-environment-jsdom": "30.0.5",
8080
"jest-util": "^30.0.2",
8181
"jsonc-eslint-parser": "2.4.0",
82-
"nx": "21.3.10",
82+
"nx": "21.6.10",
8383
"parsel-js": "^1.1.2",
8484
"patch-package": "^7.0.2",
8585
"playwright": "1.56.1",
@@ -112,6 +112,7 @@
112112
"resolutions": {
113113
"@storybook/addon-docs/@jest/transform": "^30",
114114
"**/tar-fs": "^2.1.4",
115-
"**/axios": "^1.12.0"
115+
"**/axios": "^1.12.0",
116+
"**/node-forge": "1.3.2"
116117
}
117118
}

0 commit comments

Comments
 (0)