Skip to content

Commit

Permalink
fix(deps): update typescript to v5 (major) (#37906)
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 Apr 3, 2023
1 parent 9536f64 commit 3859ba6
Show file tree
Hide file tree
Showing 14 changed files with 89 additions and 169 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -64,7 +64,7 @@
"npm-run-all": "4.1.5",
"prettier": "^2.8.3",
"rimraf": "^3.0.2",
"typescript": "^4.9.4",
"typescript": "^5.0.2",
"unified": "^9.2.2",
"yargs": "^15.4.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-cli/package.json
Expand Up @@ -72,7 +72,7 @@
"rollup": "^2.79.1",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-internal": "^1.0.4",
"typescript": "^4.9.4"
"typescript": "^5.0.2"
},
"files": [
"lib/",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-core-utils/package.json
Expand Up @@ -88,7 +88,7 @@
"is-uuid": "^1.0.2",
"msw": "^0.49.3",
"npm-run-all": "^4.1.5",
"typescript": "^4.9.4"
"typescript": "^5.0.2"
},
"engines": {
"node": ">=18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-page-utils/package.json
Expand Up @@ -42,7 +42,7 @@
"babel-preset-gatsby-package": "^3.9.0-next.0",
"cross-env": "^7.0.3",
"rimraf": "^3.0.2",
"typescript": "^4.9.4"
"typescript": "^5.0.2"
},
"files": [
"dist/"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-image/package.json
Expand Up @@ -63,7 +63,7 @@
"prepend-directive": "^1.1.0",
"semver": "^7.3.8",
"terser": "^5.16.1",
"typescript": "^4.9.4"
"typescript": "^5.0.2"
},
"peerDependencies": {
"@babel/core": "^7.12.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-mdx/package.json
Expand Up @@ -57,7 +57,7 @@
"cross-env": "^7.0.3",
"del-cli": "^5.0.0",
"opentracing": "^0.14.7",
"typescript": "^4.9.4",
"typescript": "^5.0.2",
"webpack": "^5.75.0"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-utils/package.json
Expand Up @@ -63,7 +63,7 @@
"cross-env": "^7.0.3",
"msw": "^0.49.3",
"rimraf": "^3.0.2",
"typescript": "^4.9.4"
"typescript": "^5.0.2"
},
"peerDependencies": {
"gatsby": "^5.0.0-next",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-script/package.json
Expand Up @@ -28,7 +28,7 @@
"del-cli": "^5.0.0",
"microbundle": "^0.15.1",
"prepend-directive": "^1.1.0",
"typescript": "^4.9.4"
"typescript": "^5.0.2"
},
"peerDependencies": {
"@gatsbyjs/reach-router": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-sharp/package.json
Expand Up @@ -23,7 +23,7 @@
"babel-plugin-replace-ts-export-assignment": "^0.0.2",
"cross-env": "^7.0.3",
"npm-run-all": "4.1.5",
"typescript": "^4.9.4"
"typescript": "^5.0.2"
},
"engines": {
"node": ">=18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-shopify/package.json
Expand Up @@ -41,7 +41,7 @@
"prettier": "^2.8.3",
"prettier-check": "^2.0.0",
"tsc-watch": "^4.6.2",
"typescript": "^4.9.4"
"typescript": "^5.0.2"
},
"peerDependencies": {
"gatsby-plugin-image": "^3.0.0-next"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-telemetry/package.json
Expand Up @@ -26,7 +26,7 @@
"babel-preset-gatsby-package": "^3.9.0-next.0",
"cross-env": "^7.0.3",
"rimraf": "^3.0.2",
"typescript": "^4.9.4"
"typescript": "^5.0.2"
},
"files": [
"lib/",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-worker/package.json
Expand Up @@ -18,7 +18,7 @@
"babel-preset-gatsby-package": "^3.9.0-next.0",
"cross-env": "^7.0.3",
"rimraf": "^3.0.2",
"typescript": "^4.9.4"
"typescript": "^5.0.2"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-worker#readme",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby/package.json
Expand Up @@ -34,8 +34,8 @@
"@parcel/core": "2.8.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@types/http-proxy": "^1.17.9",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"@vercel/webpack-asset-relocator-loader": "^1.7.3",
"acorn-loose": "^8.3.0",
"acorn-walk": "^8.2.0",
Expand Down Expand Up @@ -200,7 +200,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^3.0.2",
"typescript": "^4.9.4",
"typescript": "^5.0.2",
"xhr-mock": "^2.5.1",
"zipkin": "^0.22.0",
"zipkin-javascript-opentracing": "^3.0.0",
Expand Down

0 comments on commit 3859ba6

Please sign in to comment.