Skip to content

Commit 0a8acc7

Browse files
chore(deps): update typescript to 5.9.2 (#6637)
Co-authored-by: Marie Lucca <40550942+francinelucca@users.noreply.github.com>
1 parent f5af147 commit 0a8acc7

File tree

15 files changed

+5928
-8462
lines changed

15 files changed

+5928
-8462
lines changed

examples/codesandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@vitejs/plugin-react": "^4.3.3",
2020
"@primer/react": "38.0.0-rc.0",
2121
"styled-components": "5.x",
22-
"typescript": "^5.8.2",
22+
"typescript": "^5.9.2",
2323
"vite": "^6.3.5"
2424
}
2525
}

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react": "18.3.1",
1616
"react-dom": "18.3.1",
1717
"styled-components": "5.x",
18-
"typescript": "^5.8.2"
18+
"typescript": "^5.9.2"
1919
},
2020
"devDependencies": {
2121
"rimraf": "^5.0.5"

examples/theming/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react": "18.3.1",
1818
"react-dom": "18.3.1",
1919
"styled-components": "5.x",
20-
"typescript": "^5.8.2"
20+
"typescript": "^5.9.2"
2121
},
2222
"devDependencies": {
2323
"rimraf": "^5.0.5"

0 commit comments

Comments
 (0)