Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v4.8.3 (#4459)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency typescript to v4.8.3

* chore(dependencies): updated changesets for modified dependencies

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] committed Sep 9, 2022
1 parent 2a3753b commit bbc60df
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 350 deletions.
7 changes: 7 additions & 0 deletions .changeset/@graphql-mesh_cli-4459-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@graphql-mesh/cli": patch
---

dependencies updates:

- Updated dependency [`typescript@4.8.3` ↗︎](https://www.npmjs.com/package/typescript/v/4.8.3) (from `4.8.2`, in `dependencies`)
2 changes: 1 addition & 1 deletion examples/nextjs-apollo-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
},
"devDependencies": {
"@types/react": "18.0.18",
"typescript": "4.8.2"
"typescript": "4.8.3"
}
}
2 changes: 1 addition & 1 deletion examples/nextjs-sdk-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
},
"devDependencies": {
"@types/react": "18.0.18",
"typescript": "4.8.2"
"typescript": "4.8.3"
}
}
2 changes: 1 addition & 1 deletion examples/openapi-javascript-wiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"@graphql-mesh/openapi": "0.33.7",
"graphql": "16.6.0",
"moment": "2.29.4",
"typescript": "4.8.2"
"typescript": "4.8.3"
}
}
2 changes: 1 addition & 1 deletion examples/openapi-react-weatherbit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"@vitejs/plugin-react": "2.1.0",
"typescript": "4.8.2",
"typescript": "4.8.3",
"vite": "3.1.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/postgres-geodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@types/node": "16.11.58",
"ts-node": "10.9.1",
"typescript": "4.8.2",
"typescript": "4.8.3",
"cross-env": "7.0.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/thrift-calculator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"graphql": "16.6.0",
"thrift": "0.16.0",
"ts-node": "10.9.1",
"typescript": "4.8.2"
"typescript": "4.8.3"
},
"devDependencies": {
"concurrently": "5.3.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"patch-package": "6.4.7",
"prettier": "2.7.1",
"ts-jest": "28.0.8",
"typescript": "4.8.2"
"typescript": "4.8.3"
},
"husky": {
"hooks": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"pascal-case": "3.1.2",
"rimraf": "3.0.2",
"yargs": "17.5.1",
"typescript": "4.8.2",
"typescript": "4.8.3",
"ts-node": "10.9.1",
"tsconfig-paths": "4.1.0",
"ws": "8.8.1",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"eslint-config-next": "12.2.5",
"postcss-import": "15.0.0",
"tailwindcss": "3.1.8",
"typescript": "4.8.2"
"typescript": "4.8.3"
}
}

0 comments on commit bbc60df

Please sign in to comment.