Skip to content

Commit

Permalink
chore: upgrade to typescript 4.4.4 (#1187)
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel committed Oct 23, 2021
1 parent 35b7b96 commit 97df9d7
Show file tree
Hide file tree
Showing 11 changed files with 158 additions and 156 deletions.
2 changes: 1 addition & 1 deletion examples/accounts-boost/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"devDependencies": {
"nodemon": "2.0.12",
"ts-node": "10.1.0",
"typescript": "4.3.5"
"typescript": "4.4.4"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-server-typeorm-postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"@types/node": "16.4.13",
"nodemon": "2.0.12",
"ts-node": "10.1.0",
"typescript": "4.3.5"
"typescript": "4.4.4"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-server-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"@types/node": "16.4.13",
"nodemon": "2.0.12",
"ts-node": "10.1.0",
"typescript": "4.3.5"
"typescript": "4.4.4"
}
}
2 changes: 1 addition & 1 deletion examples/magic-link-server-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/node": "16.4.13",
"nodemon": "2.0.12",
"ts-node": "10.1.0",
"typescript": "4.3.5"
"typescript": "4.4.4"
}
}
2 changes: 1 addition & 1 deletion examples/react-graphql-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/react-router-dom": "5.1.8",
"eslint-config-react-app": "6.0.0",
"react-scripts": "4.0.3",
"typescript": "4.3.5",
"typescript": "4.4.4",
"web-vitals": "1.0.1"
}
}
3 changes: 2 additions & 1 deletion examples/react-graphql-typescript/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
"jsx": "react-jsx",
"useUnknownInCatchVariables": false
},
"include": ["src"]
}
2 changes: 1 addition & 1 deletion examples/react-rest-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/react-router-dom": "5.1.8",
"eslint-config-react-app": "6.0.0",
"react-scripts": "4.0.3",
"typescript": "4.3.5",
"typescript": "4.4.4",
"web-vitals": "1.0.1"
}
}
3 changes: 2 additions & 1 deletion examples/react-rest-typescript/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
"jsx": "react-jsx",
"useUnknownInCatchVariables": false
},
"include": ["src"]
}
2 changes: 1 addition & 1 deletion examples/rest-express-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@types/node": "16.4.13",
"nodemon": "2.0.12",
"ts-node": "10.1.0",
"typescript": "4.3.5"
"typescript": "4.4.4"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"lerna": "3.22.1",
"lint-staged": "11.2.3",
"prettier": "2.4.1",
"typescript": "4.3.5"
"typescript": "4.4.4"
},
"collective": {
"type": "opencollective",
Expand Down
Loading

0 comments on commit 97df9d7

Please sign in to comment.