Skip to content

Commit

Permalink
Update dependency typescript to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 24, 2023
1 parent f9930e2 commit da03275
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Expand Up @@ -76,7 +76,7 @@
"sinon": "^14.0.0",
"through2": "^4.0.0",
"ts-loader": "^9.0.0",
"typescript": "4.2.4",
"typescript": "5.2.2",
"update-notifier": "^5.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Expand Up @@ -59,6 +59,6 @@
"@types/update-notifier": "^5.0.0",
"rimraf": "^5.0.0",
"ts-node": "^10.0.0",
"typescript": "4.2.4"
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/seed/package.json
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": "5.2.2"
},
"types": "dist/seed.d.ts",
"directories": {
Expand Down

0 comments on commit da03275

Please sign in to comment.