Skip to content

Commit

Permalink
chore: pin TS to 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Oct 23, 2023
1 parent 3304026 commit 5203a92
Show file tree
Hide file tree
Showing 4 changed files with 375 additions and 404 deletions.
14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,17 @@
"size": "turbo run size",
"test": "turbo run test",
"tp": "pnpm --filter type-plus",
"verify": "turbo run lint build build:doc depcheck coverage test:type size",
"verify": "run-p lint verify:turbo",
"verify:turbo": "turbo run build build:doc depcheck coverage test:type size",
"version": "changeset version"
},
"devDependencies": {
"@changesets/cli": "^2.25.2",
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.17.0",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-harmony": "^7.1.2",
Expand All @@ -47,5 +48,10 @@
"engines": {
"typescript": "~5.0.4"
},
"pnpm": {
"overrides": {
"typescript": "~5.0.4"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 5203a92

Please sign in to comment.