Skip to content

Commit

Permalink
Bump typescript to ^5.6.3 (#44090)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and DiegoAndai committed Dec 10, 2024
1 parent 1c1d7e0 commit e640af3
Show file tree
Hide file tree
Showing 10 changed files with 67 additions and 67 deletions.
2 changes: 1 addition & 1 deletion apps/pigment-css-next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"eslint": "^8.56.0",
"typescript": "^5.3.3"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
"terser-webpack-plugin": "^5.3.10",
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"typescript": "^5.6.3",
"webpack": "^5.90.3",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages-internal/docs-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
"typescript": "^5.6.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages-internal/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@mui/internal-docs-utils": "workspace:^",
"doctrine": "^3.0.0",
"lodash": "^4.17.21",
"typescript": "^5.3.3",
"typescript": "^5.6.3",
"uuid": "^9.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api-docs-builder-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@types/sinon": "^10.0.20",
"chai": "^4.4.1",
"sinon": "^15.2.0",
"typescript": "^5.3.3"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/api-docs-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react-docgen": "^5.4.3",
"recast": "^0.23.6",
"remark": "^13.0.0",
"typescript": "^5.3.3",
"typescript": "^5.6.3",
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default function AppRouterCacheProvider(props: AppRouterCacheProviderProp
inserted.forEach(({ name, isGlobal }) => {
const style = registry.cache.inserted[name];

if (typeof style !== 'boolean') {
if (typeof style === 'string') {
if (isGlobal) {
globals.push({ name, style });
} else {
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/sinon": "^10.0.20",
"typescript": "^5.3.3"
"typescript": "^5.6.3"
},
"peerDependencies": {
"react": "^19.0.0",
Expand Down
Loading

0 comments on commit e640af3

Please sign in to comment.