Skip to content

Commit

Permalink
feat(typescript): add support for TypeScript 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed May 17, 2021
1 parent e548833 commit a955f91
Show file tree
Hide file tree
Showing 6 changed files with 1,200 additions and 1,117 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

pretty-quick --staged
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"preversion": "pnpm run lint && pnpm run build",
"version": "pnpm run generate:all && git add .",
"release": "np --no-cleanup --no-yarn",
"update:check": "pnpx npm-check-updates -x np --dep dev,prod",
"update:commit": "pnpx npm-check-updates -u -x np --dep dev,prod && pnpm update && pnpm install"
"update:check": "pnpx npm-check-updates -x np -x slash --dep dev,prod",
"update:commit": "pnpx npm-check-updates -u -x np -x slash --dep dev,prod && pnpm update && pnpm install"
},
"keywords": [
"typescript",
Expand Down Expand Up @@ -66,7 +66,7 @@
"pretty-quick": "^3.1.0",
"rimraf": "^3.0.2",
"rollup": "^2.48.0",
"slash": "^4.0.0",
"slash": "3.0.0",
"semver": "7.3.5",
"standard-changelog": "^2.0.27",
"ts-node": "^9.1.1",
Expand Down
Loading

0 comments on commit a955f91

Please sign in to comment.