Skip to content

Commit

Permalink
chore(deps): update typescript to 5.7.2 (#5353)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack authored Dec 4, 2024
1 parent 7d9bb0c commit 5855ddf
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 17 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.6.3"
"typescript": "^5.7.2"
},
"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.6.3",
"typescript": "^5.7.2",
"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.6.3"
"typescript": "^5.7.2"
},
"devDependencies": {
"@next/eslint-plugin-next": "14.1.0",
Expand Down
21 changes: 11 additions & 10 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.6.3"
"typescript": "^5.7.2"
},
"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.6.3"
"typescript": "^5.7.2"
}
}
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.36.0",
"ts-toolbelt": "9.6.0",
"tsx": "4.7.0",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"typescript-plugin-css-modules": "5.1.0",
"unist-util-find": "3.0.0",
"unist-util-find-before": "4.0.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/rollup-plugin-import-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"postcss-modules": "^6.0.0",
"rimraf": "^5.0.7",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-typescript2": "^0.36.0"
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.7.2"
},
"sideEffects": false
}

0 comments on commit 5855ddf

Please sign in to comment.