File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
packages/utils/test-tools Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 2727 "build-core" : " tsgo --outDir lib --module esnext --moduleResolution bundler" ,
2828 "clean" : " fluentui-scripts clean" ,
2929 "depcheck" : " fluentui-scripts depcheck" ,
30+ "format" : " fluentui-scripts format" ,
3031 "lint" : " fluentui-scripts eslint" ,
3132 "lint-package" : " fluentui-scripts lint-package" ,
32- "format" : " fluentui-scripts format" ,
3333 "update-snapshots" : " fluentui-scripts jest -u"
3434 },
3535 "dependencies" : {
5555 "react" : " 18.2.0 || 19.0.0 || 19.1.0" ,
5656 "react-native" : " ^0.73.0 || ^0.74.0 || ^0.78.0 || ^0.81.0"
5757 },
58+ "peerDependenciesMeta" : {
59+ "@types/react" : {
60+ "optional" : true
61+ }
62+ },
5863 "rnx-kit" : {
5964 "kitType" : " library" ,
6065 "extends" : " @fluentui-react-native/kit-config" ,
You can’t perform that action at this time.
0 commit comments