Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #90

Merged
merged 18 commits into from
Jan 10, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update dependencies
  • Loading branch information
furknyavuz committed Jul 15, 2022
commit c09f117302854e9e7506ebc01cee1e576d9548df
3 changes: 1 addition & 2 deletions docs/OUTDATED.md
Original file line number Diff line number Diff line change
@@ -15,8 +15,7 @@ Following packages are not updated in the develop branch yet. So, if you want to

| Package | Current | Wanted | Latest | Location |
| --- | --- | --- | --- | --- |
| @types/node | 17.0.45 | 17.0.45 | 18.0.0 | node_modules/@types/node |
| inquirer | 8.2.4 | 8.2.4 | 9.0.0 | node_modules/inquirer |
| inquirer | 8.2.4 | 8.2.4 | 9.0.1 | node_modules/inquirer |

<table align="right"><tr><td><a href="https://opentemplatehub.com"><img src="https://raw.githubusercontent.com/open-template-hub/open-template-hub.github.io/master/assets/logo/brand-logo.png" width="50px" alt="oth"/></a></td><td><b>Open Template Hub © 2021</b></td></tr></table>

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/inquirer": "^8.2.1",
"@types/node": "^17.0.41",
"@types/node": "^18.0.4",
"@types/shelljs": "^0.8.11",
"@types/yargs": "^17.0.10",
"ts-node": "^10.8.1",