|
1 | 1 | {
|
2 | 2 | "name": "react-native-website-monorepo",
|
3 | 3 | "private": true,
|
| 4 | + "engines": { |
| 5 | + "node": ">=20" |
| 6 | + }, |
4 | 7 | "workspaces": [
|
5 | 8 | "website",
|
6 | 9 | "plugins/*",
|
7 | 10 | "scripts/*",
|
8 | 11 | "sync-api-docs"
|
9 | 12 | ],
|
10 | 13 | "scripts": {
|
11 |
| - "postinstall": "yarn update-lock", |
12 |
| - "update-lock": "yarn-deduplicate", |
| 14 | + "update-lock": "yarn dedupe", |
13 | 15 | "docusaurus": "yarn --cwd website docusaurus",
|
14 | 16 | "start": "yarn --cwd website start",
|
15 | 17 | "build": "yarn --cwd website build",
|
|
22 | 24 | }
|
23 | 25 | },
|
24 | 26 | "dependencies": {
|
25 |
| - "case-police": "^0.5.14", |
26 |
| - "eslint": "^8.20.0", |
| 27 | + "eslint": "^8.57.1", |
27 | 28 | "eslint-config-prettier": "^9.1.0",
|
28 | 29 | "eslint-plugin-mdx": "^3.1.5",
|
29 | 30 | "eslint-plugin-prettier": "^5.2.1",
|
30 | 31 | "eslint-plugin-yml": "^1.2.0",
|
31 | 32 | "husky": "^4.3.8",
|
32 | 33 | "netlify-plugin-cache": "^1.0.3",
|
33 | 34 | "prettier": "^3.4.2",
|
34 |
| - "pretty-quick": "^4.0.0", |
35 |
| - "yarn-deduplicate": "^6.0.2" |
36 |
| - }, |
37 |
| - "resolutions": { |
38 |
| - "trim": "^1.0.1", |
39 |
| - "update-notifier": "^6.0.2", |
40 |
| - "@sideway/formula": ">=3.0.1" |
| 35 | + "pretty-quick": "^4.0.0" |
41 | 36 | },
|
42 |
| - "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" |
| 37 | + "packageManager": "yarn@4.6.0" |
43 | 38 | }
|
0 commit comments