Skip to content

Commit 52a81d1

Browse files
📦 Bump depcheck from 1.4.3 to 1.4.7 (#12352)
* 📦 Bump depcheck from 1.4.3 to 1.4.7 Bumps [depcheck](https://github.com/depcheck/depcheck) from 1.4.3 to 1.4.7. - [Release notes](https://github.com/depcheck/depcheck/releases) - [Changelog](https://github.com/depcheck/depcheck/blob/main/CHANGELOG.md) - [Commits](depcheck/depcheck@1.4.3...v1.4.7) --- updated-dependencies: - dependency-name: depcheck dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * fix depcheck errors * Change files --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marlene Cota <[email protected]>
1 parent e6e8611 commit 52a81d1

File tree

6 files changed

+226
-164
lines changed

6 files changed

+226
-164
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "fix depcheck errors",
4+
"packageName": "@office-iss/react-native-win32",
5+
"email": "email not defined",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "fix depcheck errors",
4+
"packageName": "react-native-windows",
5+
"email": "email not defined",
6+
"dependentChangeType": "patch"
7+
}

packages/@office-iss/react-native-win32/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"@types/prop-types": "15.7.1",
8181
"@types/react": "^18.0.18",
8282
"eslint": "^8.19.0",
83-
"flow-bin": "^0.215.0",
83+
"flow-bin": "^0.217.2",
8484
"jscodeshift": "^0.14.0",
8585
"just-scripts": "^1.3.3",
8686
"prettier": "^2.4.1",

packages/debug-test/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"@react-native-windows/automation": "^0.3.161",
1212
"@react-native-windows/fs": "^0.0.0-canary.30",
1313
"@rnw-scripts/eslint-config": "1.2.4",
14+
"@rnw-scripts/ts-config": "2.0.5",
1415
"@types/jest": "^29.2.2",
1516
"@typescript-eslint/eslint-plugin": "^5.30.5",
1617
"@typescript-eslint/parser": "^5.57.1",

vnext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@types/react": "^18.0.18",
7777
"eslint": "^8.19.0",
7878
"eslint-plugin-prettier": "^4.2.1",
79-
"flow-bin": "^0.215.0",
79+
"flow-bin": "^0.217.2",
8080
"jscodeshift": "^0.14.0",
8181
"just-scripts": "^1.3.3",
8282
"prettier": "^2.4.1",

0 commit comments

Comments
 (0)