Skip to content

Commit bb34c67

Browse files
committed
add @manypkg/cli to check dependencies, align versions in monorepo
1 parent 976fb7a commit bb34c67

4 files changed

Lines changed: 240 additions & 94 deletions

File tree

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@
1717
"build": "yarn --cwd website build",
1818
"build:fast": "yarn --cwd website build:fast",
1919
"serve": "yarn --cwd website serve",
20-
"prepare": "husky"
20+
"prepare": "husky",
21+
"check-dependencies": "manypkg check"
2122
},
22-
"dependencies": {
23+
"devDependencies": {
24+
"@manypkg/cli": "^0.25.0",
2325
"eslint": "^8.57.1",
2426
"eslint-config-prettier": "^10.1.8",
2527
"eslint-plugin-mdx": "^3.6.2",
@@ -30,5 +32,8 @@
3032
"prettier": "^3.6.2",
3133
"pretty-quick": "^4.2.2"
3234
},
35+
"resolutions": {
36+
"@typescript-eslint/typescript-estree": "8.39.1"
37+
},
3338
"packageManager": "yarn@4.9.2"
3439
}

scripts/lint-examples/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"@types/react": "^19.1.10",
1919
"eslint": "^8.57.1",
2020
"glob": "^11.0.0",
21-
"prettier": "^3.5.3",
22-
"react": "19.1.1",
21+
"prettier": "^3.6.2",
22+
"react": "^19.1.1",
2323
"react-native": "^0.81.0",
2424
"react-native-safe-area-context": "^5.6.0",
25-
"typescript": "5.5.4"
25+
"typescript": "^5.9.2"
2626
}
2727
}

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@
7575
"eslint": "^8.57.1",
7676
"fs-extra": "^11.2.0",
7777
"glob": "^11.0.0",
78-
"prettier": "^3.5.3",
78+
"prettier": "^3.6.2",
7979
"remark-cli": "^12.0.1",
80-
"typescript": "^5.7.2"
80+
"typescript": "^5.9.2"
8181
}
8282
}

0 commit comments

Comments
 (0)