Skip to content

Commit 32c088d

Browse files
authored
chore(deps): update typescript to 5.4.5 (#4568)
Co-authored-by: Josh Black <[email protected]>
1 parent 447a1fd commit 32c088d

File tree

5 files changed

+34
-33
lines changed

5 files changed

+34
-33
lines changed

examples/app-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0",
1616
"styled-components": "5.x",
17-
"typescript": "^5.3.3"
17+
"typescript": "^5.4.5"
1818
},
1919
"devDependencies": {
2020
"@next/eslint-plugin-next": "14.1.0",

examples/codesandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-plugin-react-hooks": "^4.6.0",
2626
"eslint-plugin-react-refresh": "^0.4.5",
2727
"styled-components": "5.x",
28-
"typescript": "^5.2.2",
28+
"typescript": "^5.4.5",
2929
"vite": "^5.2.6"
3030
}
3131
}

package-lock.json

Lines changed: 29 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"prettier": "3.0.3",
7676
"rimraf": "5.0.5",
7777
"size-limit": "11.0.2",
78-
"typescript": "5.3.3"
78+
"typescript": "5.4.5"
7979
},
8080
"optionalDependencies": {
8181
"@rollup/rollup-linux-x64-gnu": "^4.9.6"

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@
216216
"terser": "5.27.0",
217217
"ts-toolbelt": "9.6.0",
218218
"tsx": "4.7.0",
219-
"typescript": "5.3.3",
220-
"typescript-plugin-css-modules": "5.0.2",
219+
"typescript": "5.4.5",
220+
"typescript-plugin-css-modules": "5.1.0",
221221
"unist-util-find": "3.0.0",
222222
"unist-util-find-before": "4.0.0",
223223
"unist-util-flat-filter": "2.0.0",

0 commit comments

Comments
 (0)