Skip to content

Commit

Permalink
build(deps): Update dependency typescript to ~5.1.3 (#4157)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 3, 2023
1 parent 6e5a294 commit 099102e
Show file tree
Hide file tree
Showing 14 changed files with 63 additions and 63 deletions.
16 changes: 8 additions & 8 deletions examples/js-with-babel/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/js-with-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"babel-jest": "^29.5.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "~5.0.3"
"typescript": "~5.1.3"
}
}
16 changes: 8 additions & 8 deletions examples/js-with-ts/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/js-with-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"devDependencies": {
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "~5.0.3"
"typescript": "~5.1.3"
}
}
16 changes: 8 additions & 8 deletions examples/monorepo-app/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/monorepo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"devDependencies": {
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "~5.0.3"
"typescript": "~5.1.3"
}
}
16 changes: 8 additions & 8 deletions examples/ts-only/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/ts-only/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"devDependencies": {
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "~5.0.3"
"typescript": "~5.1.3"
}
}
16 changes: 8 additions & 8 deletions examples/type-module/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/type-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "~5.0.3"
"typescript": "~5.1.3"
}
}
16 changes: 8 additions & 8 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 @@ -134,7 +134,7 @@
"lodash.set": "^4.3.2",
"node-fetch": "^3.3.1",
"prettier": "^2.8.8",
"typescript": "~5.0.4"
"typescript": "~5.1.3"
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": [
Expand Down
16 changes: 8 additions & 8 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/module-type-aliases": "^2.4.1",
"@tsconfig/docusaurus": "^1.0.7",
"@types/react": "^16.14.24",
"typescript": "~5.0.4"
"typescript": "~5.1.3"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit 099102e

Please sign in to comment.