Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent 8892d06 commit c59d49b
Show file tree
Hide file tree
Showing 6 changed files with 156 additions and 156 deletions.
4 changes: 2 additions & 2 deletions config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
},
"peerDependencies": {
"eslint": "9.x.x",
"typescript": "5.3.x || 5.5.x"
"typescript": "5.3.x || 5.5.x || 5.6.x"
},
"devDependencies": {
"eslint": "9.13.0",
"eslint-plugin-tailwindcss": "3.17.5",
"typescript": "5.5.4"
"typescript": "5.6.3"
}
}
2 changes: 1 addition & 1 deletion config/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"jest": "29.7.0",
"jest-transform-css": "6.0.1",
"react": "18.3.1",
"typescript": "5.5.4"
"typescript": "5.6.3"
}
}
4 changes: 2 additions & 2 deletions config/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"react-dom": "18.3.1",
"storybook": "^8.1.11",
"tailwindcss": "3.4.14",
"typescript": "5.5.4",
"typescript": "5.6.3",
"vite": "5.4.10"
},
"peerDependencies": {
"@storybook/react": "8.0.x || 8.1.x || 8.2.x || 8.3.x",
"react": "18.x",
"react-dom": "18.x",
"typescript": "5.3.x || 5.5.x"
"typescript": "5.3.x || 5.5.x || 5.6.x"
},
"scripts": {
"start": "storybook dev -p 6006 -c .storybook/",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"tailwindcss-animate": "1.0.7",
"typescript": "5.5.4",
"typescript": "5.6.3",
"unist-builder": "4.0.0",
"unist-util-visit": "5.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"react-dom": "18.3.1",
"tailwindcss": "3.4.14",
"turbo": "2.2.3",
"typescript": "5.5.4",
"typescript": "5.6.3",
"zx": "8.1.9"
},
"scripts": {
Expand Down
Loading

0 comments on commit c59d49b

Please sign in to comment.