Skip to content

Commit

Permalink
chore: add back attw
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Nov 1, 2024
1 parent 912bbef commit 7b3a98c
Show file tree
Hide file tree
Showing 10 changed files with 507 additions and 818 deletions.
2 changes: 1 addition & 1 deletion apps/config-validation-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"eslint-config-sheriff": "workspace:*",
"eslint-define-config": "^2.1.0",
"tsconfig": "workspace:*",
"typescript": "^5.5.3"
"typescript": "~5.6.3"
}
}
2 changes: 1 addition & 1 deletion apps/docs-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"eslint-config-sheriff": "workspace:*",
"eslint-define-config": "^2.1.0",
"eslint-plugin-mdx": "^3.1.5",
"typescript": "^5.5.3"
"typescript": "~5.6.3"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion apps/sheriff-webservices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/node": "^22.5.1",
"eslint-define-config": "^2.1.0",
"tsx": "^4.16.2",
"typescript": "^5.5.3"
"typescript": "~5.6.3"
},
"dependencies": {
"@eslint-react/eslint-plugin": "^1.10.1",
Expand Down
4 changes: 3 additions & 1 deletion packages/eslint-config-sheriff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,15 @@
"preinstall": "npx only-allow pnpm",
"clean": "rm -rf .turbo dist node_modules/.cache",
"re-bundle-types": "dts-bundle-generator --config dts-config.json",
"are-the-types-wrong": "attw $(pnpm pack) --ignore-rules cjs-resolves-to-esm no-resolution && rm eslint-config-sheriff-*.tgz",
"build": "tsup && pnpm re-bundle-types",
"build-watch": "tsup && pnpm re-bundle-types",
"typecheck": "tsc --noEmit",
"publint": "publint",
"typesync": "typesync --dry=fail"
},
"dependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@eslint-react/eslint-plugin": "^1.10.1",
"@eslint/compat": "^1.1.1",
"@eslint/js": "^9.9.0",
Expand Down Expand Up @@ -110,7 +112,7 @@
"publint": "^0.2.10",
"tsconfig": "workspace:*",
"tsup": "^8.3.0",
"typescript": "^5.5.3"
"typescript": "~5.6.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/sheriff-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"nypm": "^0.3.9",
"pathe": "^1.1.2",
"read-pkg-up": "9.1.0",
"typescript": "^5.5.3",
"typescript": "~5.6.3",
"yargs": "^17.7.2"
},
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sheriff-constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@sherifforg/types": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "^5.5.3"
"typescript": "~5.6.3"
},
"engines": {
"node": ">=20.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/sheriff-create-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"nypm": "^0.3.9",
"pathe": "^1.1.2",
"read-pkg-up": "9.1.0",
"typescript": "^5.5.3",
"typescript": "~5.6.3",
"yargs": "^17.7.2"
},
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sheriff-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@types/node": "^22.5.1",
"tsconfig": "workspace:*",
"typescript": "^5.5.3"
"typescript": "~5.6.3"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheriff-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"publint": "^0.2.10",
"tsconfig": "workspace:*",
"tsx": "^4.16.2",
"typescript": "^5.5.3"
"typescript": "~5.6.3"
}
}
Loading

0 comments on commit 7b3a98c

Please sign in to comment.