Skip to content

Commit

Permalink
build(deps): Update dependency typescript to v5.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 12, 2024
1 parent 635bd07 commit dd36142
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion examples/js-with-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "~5.5.4"
"typescript": "~5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/js-with-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "~5.5.4"
"typescript": "~5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/monorepo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "~5.5.4"
"typescript": "~5.6.2"
}
}
36 changes: 18 additions & 18 deletions examples/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 examples/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"vite": "^5.4.4"
}
}
2 changes: 1 addition & 1 deletion examples/ts-only/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "~5.5.4"
"typescript": "~5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/type-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "~5.5.4"
"typescript": "~5.6.2"
}
}
14 changes: 7 additions & 7 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 @@ -135,7 +135,7 @@
"json-schema-to-typescript": "^13.1.2",
"lint-staged": "^15.2.10",
"prettier": "^2.8.8",
"typescript": "~5.5.4"
"typescript": "~5.6.2"
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": [
Expand Down
14 changes: 7 additions & 7 deletions website/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 website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@docusaurus/tsconfig": "^3.5.2",
"@docusaurus/types": "^3.5.2",
"@types/react": "^18.3.3",
"typescript": "~5.5.4"
"typescript": "~5.6.2"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit dd36142

Please sign in to comment.