Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow typescript 5 #17

Merged
merged 2 commits into from
Nov 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"typescript": "^4.9.4"
"typescript": "^4.9.4 || ^5.3.2"
},
"peerDependencies": {
"eslint-config-airbnb": "^19.0.4",
Expand All @@ -45,15 +45,16 @@
"format": "yarn run lint --fix"
},
"devDependencies": {
"@mll-lab/tsconfig": "^2.0.0",
"@mll-lab/tsconfig": "^3.0.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.1.0",
"semantic-release": "^22.0.8"
"semantic-release": "^22.0.8",
"typescript": "^5.3.2"
},
"packageManager": "[email protected]"
}
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ __metadata:
resolution: "@mll-lab/eslint-config@workspace:."
dependencies:
"@getify/eslint-plugin-proper-arrows": "npm:^11.0.3"
"@mll-lab/tsconfig": "npm:^2.0.0"
"@mll-lab/tsconfig": "npm:^3.0.1"
"@semantic-release/changelog": "npm:^6.0.3"
"@semantic-release/git": "npm:^10.0.1"
"@typescript-eslint/eslint-plugin": "npm:^6.12.0"
Expand All @@ -202,7 +202,7 @@ __metadata:
eslint-plugin-unused-imports: "npm:^3.0.0"
prettier: "npm:^3.1.0"
semantic-release: "npm:^22.0.8"
typescript: "npm:^4.9.4"
typescript: "npm:^5.3.2"
peerDependencies:
eslint-config-airbnb: ^19.0.4
eslint-plugin-jsx-a11y: ^6.8.0
Expand All @@ -212,12 +212,12 @@ __metadata:
languageName: unknown
linkType: soft

"@mll-lab/tsconfig@npm:^2.0.0":
version: 2.0.0
resolution: "@mll-lab/tsconfig@npm:2.0.0"
"@mll-lab/tsconfig@npm:^3.0.1":
version: 3.0.1
resolution: "@mll-lab/tsconfig@npm:3.0.1"
peerDependencies:
typescript: ^4.5.5
checksum: b4177c9fd8f738a237b22ace6d44a7bb3d5b11eba72384429bc2fd36ce88ac6b704cc2f5c1a4ac9729eaa70bbb9e724c8b98a257bbd41482dd9dee918d9f610f
typescript: ^5.3.2
checksum: 82ed8cf77b74ff15e79ee17c65b2ff0af43f549a8e8acd04f6d33363a939604567fdab11f4f43e62a72a4e24a99ca04ff25956c41e8856bb3c98c76f6584f857
languageName: node
linkType: hard

Expand Down Expand Up @@ -6565,23 +6565,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^4.9.4":
version: 4.9.4
resolution: "typescript@npm:4.9.4"
"typescript@npm:^5.3.2":
version: 5.3.2
resolution: "typescript@npm:5.3.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 5008b97a2a3afdbe57ea70e504ebc8ec98f18d888059dfb7932a41f566a1360a28afc8de2a440fd6143b4014cc6d2616079931dc690c7513c2d21fa53957e0ec
checksum: d7dbe1fbe19039e36a65468ea64b5d338c976550394ba576b7af9c68ed40c0bc5d12ecce390e4b94b287a09a71bd3229f19c2d5680611f35b7c53a3898791159
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^4.9.4#optional!builtin<compat/typescript>":
version: 4.9.4
resolution: "typescript@patch:typescript@npm%3A4.9.4#optional!builtin<compat/typescript>::version=4.9.4&hash=289587"
"typescript@patch:typescript@npm%3A^5.3.2#optional!builtin<compat/typescript>":
version: 5.3.2
resolution: "typescript@patch:typescript@npm%3A5.3.2#optional!builtin<compat/typescript>::version=5.3.2&hash=e012d7"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: d2949ccbf74e52ec8a153e5b2996439854e40937334b97374d4985c47465de1b63a611f15dc9bab9a8ae735fbedfabdf30f55e968778d890600f8472c286a08a
checksum: 73c8bad74e732d93211c9d77f28b03307e2f5fc6a0afc73f4b783261ab567686a16d6ae958bdaef383a00be1b0b8c8b6741dd6ca3d13af4963fa7e47456d49c7
languageName: node
linkType: hard

Expand Down
Loading