Skip to content

Commit

Permalink
chore(deps): update typescript to 5.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Oct 29, 2024
1 parent c3d8787 commit dd029f2
Show file tree
Hide file tree
Showing 8 changed files with 172 additions and 180 deletions.
2 changes: 1 addition & 1 deletion examples/app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "5.x",
"typescript": "^5.4.5"
"typescript": "^5.6.3"
},
"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.7",
"styled-components": "5.x",
"typescript": "^5.4.5",
"typescript": "^5.6.3",
"vite": "^5.2.14"
}
}
2 changes: 1 addition & 1 deletion examples/theming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "5.x",
"typescript": "^5.4.5"
"typescript": "^5.6.3"
},
"devDependencies": {
"@next/eslint-plugin-next": "14.1.0",
Expand Down
28 changes: 9 additions & 19 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 @@ -76,7 +76,7 @@
"rimraf": "5.0.5",
"size-limit": "11.1.5",
"stylelint": "16.9.0",
"typescript": "5.4.5"
"typescript": "5.6.3"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.9.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-preset-primer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"postcss": "^8.4.41",
"postcss-custom-properties-fallback": "^1.0.2",
"postcss-mixins": "^11.0.1",
"typescript": "^5.5.3"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
"terser": "5.31.0",
"ts-toolbelt": "9.6.0",
"tsx": "4.7.0",
"typescript": "5.4.5",
"typescript": "^5.6.3",
"typescript-plugin-css-modules": "5.1.0",
"unist-util-find": "3.0.0",
"unist-util-find-before": "4.0.0",
Expand Down
Loading

0 comments on commit dd029f2

Please sign in to comment.