Skip to content

Commit a000be4

Browse files
fix(deps): update typescript to ^5.59.8 (#38165)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8a76a20 commit a000be4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"@types/signal-exit": "^3.0.1",
2727
"@types/stack-trace": "^0.0.30",
2828
"@types/webpack-merge": "^4.1.5",
29-
"@typescript-eslint/eslint-plugin": "^5.59.7",
30-
"@typescript-eslint/parser": "^5.59.7",
29+
"@typescript-eslint/eslint-plugin": "^5.59.8",
30+
"@typescript-eslint/parser": "^5.59.8",
3131
"babel-jest": "^29.5.0",
3232
"chalk": "^4.1.2",
3333
"chokidar": "^3.5.3",

packages/gatsby/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"@parcel/core": "2.8.3",
3535
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
3636
"@types/http-proxy": "^1.17.11",
37-
"@typescript-eslint/eslint-plugin": "^5.59.7",
38-
"@typescript-eslint/parser": "^5.59.7",
37+
"@typescript-eslint/eslint-plugin": "^5.59.8",
38+
"@typescript-eslint/parser": "^5.59.8",
3939
"@vercel/webpack-asset-relocator-loader": "^1.7.3",
4040
"acorn-loose": "^8.3.0",
4141
"acorn-walk": "^8.2.0",

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -4861,7 +4861,7 @@
48614861
resolved "https://registry.yarnpkg.com/@types/yoga-layout/-/yoga-layout-1.9.2.tgz#efaf9e991a7390dc081a0b679185979a83a9639a"
48624862
integrity sha512-S9q47ByT2pPvD65IvrWp7qppVMpk9WGMbVq9wbWZOHg6tnXSD4vyhao6nOSBwwfDdV2p3Kx9evA9vI+XWTfDvw==
48634863

4864-
"@typescript-eslint/eslint-plugin@^5.59.7":
4864+
"@typescript-eslint/eslint-plugin@^5.59.8":
48654865
version "5.59.8"
48664866
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.8.tgz#1e7a3e5318ece22251dfbc5c9c6feeb4793cc509"
48674867
integrity sha512-JDMOmhXteJ4WVKOiHXGCoB96ADWg9q7efPWHRViT/f09bA8XOMLAVHHju3l0MkZnG1izaWXYmgvQcUjTRcpShQ==
@@ -4877,7 +4877,7 @@
48774877
semver "^7.3.7"
48784878
tsutils "^3.21.0"
48794879

4880-
"@typescript-eslint/parser@^5.59.7":
4880+
"@typescript-eslint/parser@^5.59.8":
48814881
version "5.59.8"
48824882
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.8.tgz#60cbb00671d86cf746044ab797900b1448188567"
48834883
integrity sha512-AnR19RjJcpjoeGojmwZtCwBX/RidqDZtzcbG3xHrmz0aHHoOcbWnpDllenRDmDvsV0RQ6+tbb09/kyc+UT9Orw==

0 commit comments

Comments
 (0)