Skip to content

Commit

Permalink
Merge pull request #1130 from wantedly/chloe463/build/fix-peer-dep
Browse files Browse the repository at this point in the history
build(deps-peer): Fix typescript version constraint
  • Loading branch information
chloe463 committed Dec 26, 2023
2 parents 997eaa4 + 8b6608b commit 7ca338c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/silent-schools-speak.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"eslint-config-wantedly-typescript": patch
---

build(deps-peer): Fix TypeScript version
2 changes: 1 addition & 1 deletion packages/eslint-config-wantedly-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"eslint-plugin-wantedly": "^3.2.2"
},
"peerDependencies": {
"typescript": ">=3.3.1 <5.0.0"
"typescript": ">=3.3.1"
},
"homepage": "https://github.com/wantedly/frolint",
"keywords": [
Expand Down

0 comments on commit 7ca338c

Please sign in to comment.