Skip to content

Commit ebf519e

Browse files
committed
fixup! lint: resolve nx/dependency-check issues in projects
1 parent aaa0d7b commit ebf519e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

packages/react-gamepad-navigation/package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,13 @@
33
"version": "0.0.1",
44
"main": "./src/index.js",
55
"typings": "./src/index.d.ts",
6-
"dependencies": {}
6+
"dependencies": {
7+
"@fluentui/react-tabster": "9.22.6",
8+
"@swc/helpers": "~0.5.2"
9+
},
10+
"peerDependencies": {
11+
"@fluentui/react-components": ">=9.46.3 <10.0.0",
12+
"@types/react": ">=16.8.0 <19.0.0",
13+
"react": ">=16.8.0 <19.0.0"
14+
}
715
}

0 commit comments

Comments
 (0)