Skip to content

Commit

Permalink
chore(deps): update dependency typescript to 5.3.x || 5.5.x || 5.6.x …
Browse files Browse the repository at this point in the history
…|| 5.7.x (#4401)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent 1ba57c3 commit d8b8361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"peerDependencies": {
"eslint": "9.x.x",
"typescript": "5.3.x || 5.5.x || 5.6.x"
"typescript": "5.3.x || 5.5.x || 5.6.x || 5.7.x"
},
"devDependencies": {
"eslint": "9.17.0",
Expand Down
2 changes: 1 addition & 1 deletion config/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@storybook/react": "8.0.x || 8.1.x || 8.2.x || 8.3.x || 8.4.x",
"react": "19.x",
"react-dom": "19.x",
"typescript": "5.3.x || 5.5.x || 5.6.x"
"typescript": "5.3.x || 5.5.x || 5.6.x || 5.7.x"
},
"scripts": {
"start": "storybook dev -p 6006 -c .storybook/",
Expand Down

0 comments on commit d8b8361

Please sign in to comment.