Skip to content

Commit

Permalink
fix typescript version for internal types
Browse files Browse the repository at this point in the history
Signed-off-by: Kangrui Johann Ye <kangrui.ye@cloudflight.io>
  • Loading branch information
strawberry-choco committed Oct 16, 2024
1 parent 2d88fa3 commit 7d2725e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/types-eslint-plugin-jsx-a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"dependencies": {
"@types/eslint": "*"
},
"typeScriptVersion": "4.5"
"typeScriptVersion": "5.5"
}
2 changes: 1 addition & 1 deletion packages/types-eslint-plugin-no-unsanitized/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"dependencies": {
"@types/eslint": "*"
},
"typeScriptVersion": "4.5"
"typeScriptVersion": "5.5"
}
2 changes: 1 addition & 1 deletion packages/types-eslint-plugin-react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"dependencies": {
"@types/eslint": "*"
},
"typeScriptVersion": "4.5"
"typeScriptVersion": "5.5"
}
2 changes: 1 addition & 1 deletion packages/types-eslint-plugin-security/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"dependencies": {
"@types/eslint": "*"
},
"typeScriptVersion": "4.5"
"typeScriptVersion": "5.5"
}

0 comments on commit 7d2725e

Please sign in to comment.