|
17 | 17 | "check:deps": "pnpm --recursive --parallel exec depcheck",
|
18 | 18 | "check:format": "prettier . --check",
|
19 | 19 | "check:lint": "turbo run lint --continue -- --quiet",
|
20 |
| - "check:react-compiler": "eslint --no-inline-config --no-eslintrc --ext .cjs,.mjs,.js,.jsx,.ts,.tsx --parser @typescript-eslint/parser --plugin react-compiler --rule 'react-compiler/react-compiler: [warn]' --ignore-path .eslintignore.react-compiler --max-warnings 7 .", |
| 20 | + "check:react-compiler": "eslint --no-inline-config --no-eslintrc --ext .cjs,.mjs,.js,.jsx,.ts,.tsx --parser @typescript-eslint/parser --plugin react-compiler --rule 'react-compiler/react-compiler: [warn]' --ignore-path .eslintignore.react-compiler --max-warnings 80 .", |
21 | 21 | "check:test": "run-s test -- --silent",
|
22 | 22 | "check:types": "tsc && turbo run check:types --filter='./packages/*' --filter='./packages/@sanity/*'",
|
23 | 23 | "chore:format:fix": "prettier --cache --write .",
|
|
111 | 111 | "@sanity/eslint-config-i18n": "1.0.0",
|
112 | 112 | "@sanity/eslint-config-studio": "^4.0.0",
|
113 | 113 | "@sanity/mutate": "^0.10.1",
|
114 |
| - "@sanity/pkg-utils": "6.11.4", |
| 114 | + "@sanity/pkg-utils": "6.11.8", |
115 | 115 | "@sanity/prettier-config": "^1.0.2",
|
116 | 116 | "@sanity/test": "0.0.1-alpha.1",
|
117 |
| - "@sanity/tsdoc": "1.0.113", |
| 117 | + "@sanity/tsdoc": "1.0.122", |
118 | 118 | "@sanity/ui": "2.10.0-corel.0",
|
119 | 119 | "@sanity/uuid": "^3.0.2",
|
120 | 120 | "@types/glob": "^7.2.0",
|
|
125 | 125 | "@types/yargs": "^17.0.7",
|
126 | 126 | "@typescript-eslint/eslint-plugin": "^7.18.0",
|
127 | 127 | "@typescript-eslint/parser": "^7.18.0",
|
128 |
| - "@vitejs/plugin-react": "^4.3.1", |
| 128 | + "@vitejs/plugin-react": "^4.3.3", |
129 | 129 | "cac": "^6.7.12",
|
130 | 130 | "chalk": "^4.1.2",
|
131 | 131 | "depcheck": "^1.4.7",
|
|
142 | 142 | "eslint-plugin-import": "^2.30.0",
|
143 | 143 | "eslint-plugin-prettier": "^5.2.1",
|
144 | 144 | "eslint-plugin-react": "^7.36.1",
|
145 |
| - "eslint-plugin-react-compiler": "0.0.0-experimental-9ed098e-20240725", |
| 145 | + "eslint-plugin-react-compiler": "beta", |
146 | 146 | "eslint-plugin-react-hooks": "^4.6.2",
|
147 | 147 | "eslint-plugin-simple-import-sort": "^12.1.1",
|
148 | 148 | "eslint-plugin-tsdoc": "^0.3.0",
|
|
154 | 154 | "husky": "^9.0.11",
|
155 | 155 | "jest": "^29.7.0",
|
156 | 156 | "js-yaml": "^4.1.0",
|
157 |
| - "lerna": "^8.1.8", |
| 157 | + "lerna": "^8.1.9", |
158 | 158 | "lint-staged": "^12.1.2",
|
159 | 159 | "lodash": "^4.17.21",
|
160 | 160 | "minimist": "^1.2.5",
|
|
0 commit comments