Skip to content

Commit

Permalink
chore(deps): update typescript to 5.4.5 (#4568)
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Black <joshblack@users.noreply.github.com>
  • Loading branch information
joshblack and joshblack authored May 7, 2024
1 parent 447a1fd commit 32c088d
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 33 deletions.
2 changes: 1 addition & 1 deletion examples/app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "5.x",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"devDependencies": {
"@next/eslint-plugin-next": "14.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/codesandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"styled-components": "5.x",
"typescript": "^5.2.2",
"typescript": "^5.4.5",
"vite": "^5.2.6"
}
}
57 changes: 29 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"prettier": "3.0.3",
"rimraf": "5.0.5",
"size-limit": "11.0.2",
"typescript": "5.3.3"
"typescript": "5.4.5"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.9.6"
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@
"terser": "5.27.0",
"ts-toolbelt": "9.6.0",
"tsx": "4.7.0",
"typescript": "5.3.3",
"typescript-plugin-css-modules": "5.0.2",
"typescript": "5.4.5",
"typescript-plugin-css-modules": "5.1.0",
"unist-util-find": "3.0.0",
"unist-util-find-before": "4.0.0",
"unist-util-flat-filter": "2.0.0",
Expand Down

0 comments on commit 32c088d

Please sign in to comment.