Skip to content

Commit

Permalink
build(deps): Update dependency typescript to ~4.8.3 (#3798)
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] authored Sep 9, 2022
1 parent 172a2a7 commit 0eb44ac
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 40 deletions.
14 changes: 7 additions & 7 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": "^28.1.3",
"jest": "^28.1.3",
"ts-jest": "^28.0.8",
"typescript": "~4.8.2"
"typescript": "~4.8.3"
}
}
14 changes: 7 additions & 7 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": "^28.1.3",
"ts-jest": "^28.0.8",
"typescript": "~4.8.2"
"typescript": "~4.8.3"
}
}
14 changes: 7 additions & 7 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": "^28.1.3",
"ts-jest": "^28.0.8",
"typescript": "~4.8.2"
"typescript": "~4.8.3"
}
}
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 @@
"lodash.set": "^4.3.2",
"node-fetch": "^3.2.10",
"prettier": "^2.7.1",
"typescript": "~4.8.2"
"typescript": "~4.8.3"
},
"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 @@ -28,7 +28,7 @@
"@docusaurus/module-type-aliases": "^2.1.0",
"@tsconfig/docusaurus": "^1.0.6",
"@types/react": "^16.14.24",
"typescript": "~4.8.2"
"typescript": "~4.8.3"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit 0eb44ac

Please sign in to comment.