|
9 | 9 | "data:update": "bun scripts/build-and-score-data", |
10 | 10 | "data:test": "bun scripts/validate-libraries", |
11 | 11 | "data:validate": "ajv validate -s react-native-libraries.schema.json -d react-native-libraries.json --verbose --allowUnionTypes", |
12 | | - "libraries:cleanup": "bun scripts/cleanup-libraries-json && bun libraries:format", |
| 12 | + "libraries:cleanup": "bun scripts/cleanup-libraries-json && bun run lint --fix", |
13 | 13 | "libraries:recalculate": "bun scripts/recalculate-scores", |
14 | | - "libraries:format": "prettier --experimental-cli --write react-native-libraries.json", |
15 | 14 | "libraries:check": "bun scripts/check-resources", |
16 | 15 | "llms:generate": "bun scripts/generate-llms", |
17 | 16 | "ci:cleanup-blobs": "bun scripts/cleanup-data-blobs", |
|
29 | 28 | "es-toolkit": "^1.42.0", |
30 | 29 | "expo": "54.0.25", |
31 | 30 | "expo-font": "^14.0.9", |
32 | | - "next": "^16.0.4", |
| 31 | + "next": "^16.0.5", |
33 | 32 | "node-emoji": "^2.2.0", |
34 | 33 | "react": "19.2.0", |
35 | 34 | "react-content-loader": "^7.1.1", |
|
42 | 41 | "use-debounce": "^10.0.6" |
43 | 42 | }, |
44 | 43 | "devDependencies": { |
| 44 | + "@eslint/json": "^0.14.0", |
45 | 45 | "@expo/next-adapter": "^6.0.0", |
46 | | - "@next/bundle-analyzer": "^16.0.4", |
47 | | - "@prettier/plugin-oxc": "^0.0.5", |
| 46 | + "@next/bundle-analyzer": "^16.0.5", |
| 47 | + "@prettier/plugin-oxc": "^0.1.2", |
48 | 48 | "@types/bun": "^1.3.3", |
49 | 49 | "@types/react": "^19.2.7", |
50 | 50 | "@vercel/blob": "^0.27.3", |
|
53 | 53 | "cheerio": "^1.1.2", |
54 | 54 | "dotenv": "^17.2.3", |
55 | 55 | "eslint": "^9.39.1", |
56 | | - "eslint-config-next": "^16.0.4", |
| 56 | + "eslint-config-next": "^16.0.5", |
57 | 57 | "eslint-config-universe": "^15.0.3", |
| 58 | + "eslint-plugin-prettier": "^5.5.4", |
58 | 59 | "lint-staged": "^16.2.7", |
59 | 60 | "next-compose-plugins": "^2.2.1", |
60 | 61 | "next-fonts": "^1.5.1", |
61 | 62 | "next-images": "^1.8.5", |
62 | | - "prettier": "^3.6.2", |
| 63 | + "prettier": "^3.7.3", |
63 | 64 | "simple-git-hooks": "^2.13.1", |
64 | 65 | "typescript": "^5.9.3", |
65 | 66 | "user-agent-data-types": "^0.4.2" |
|
0 commit comments