Skip to content

Commit

Permalink
update typescript dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmius committed Feb 9, 2024
1 parent 25de15e commit 32d6570
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 18 deletions.
60 changes: 45 additions & 15 deletions examples/lang/typescript/package-lock.json

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

6 changes: 3 additions & 3 deletions examples/lang/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "gugugu-typescript-example",
"version": "0.1.0",
"dependencies": {
"moment": "^2.24.0"
"moment": "^2.30.1"
},
"devDependencies": {
"@types/node": "^12.11.1",
"typescript": "^3.6.4"
"@types/node": "^20.9.0",
"typescript": "^5.3.3"
},
"private": true,
"scripts": {
Expand Down

0 comments on commit 32d6570

Please sign in to comment.