Skip to content

Commit

Permalink
Update dependency typescript to v4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 24, 2022
1 parent fdbab7d commit 75ccf30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"sinon": "^14.0.0",
"through2": "^4.0.0",
"ts-loader": "^9.0.0",
"typescript": "4.2.4",
"typescript": "4.7.2",
"update-notifier": "^5.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
"@types/update-notifier": "^5.0.0",
"rimraf": "^3.0.0",
"ts-node": "^10.0.0",
"typescript": "4.2.4"
"typescript": "4.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/seed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"karma-typescript-es6-transform": "^5.0.0",
"mocha": "8.1.3",
"sinon": "^14.0.0",
"typescript": "4.2.4"
"typescript": "4.7.2"
},
"types": "dist/seed.d.ts",
"directories": {
Expand Down

0 comments on commit 75ccf30

Please sign in to comment.