Skip to content

Commit

Permalink
upgrade typescript to latest version (#1641)
Browse files Browse the repository at this point in the history
* upgrade typescript to latest version

* upgrade tyoescript to latest version

---------

Co-authored-by: Willem Wyndham <willem@ahalabs.dev>
Co-authored-by: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 7, 2024
1 parent eb4c0de commit 794fd44
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 12 deletions.

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

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

Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"build": "tsc"
},
"dependencies": {
"buffer": "6.0.3",
"@stellar/stellar-sdk": "12.1.0"
"@stellar/stellar-sdk": "12.1.0",
"buffer": "6.0.3"
},
"devDependencies": {
"typescript": "5.3.3"
"typescript": "^5.6.2"
}
}
9 changes: 5 additions & 4 deletions cmd/crates/soroban-spec-typescript/ts-tests/package-lock.json

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

5 changes: 2 additions & 3 deletions cmd/crates/soroban-spec-typescript/ts-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
},
"devDependencies": {
"@ava/typescript": "^4.1.0",
"@stellar/stellar-sdk": "12.2.0",
"@types/node": "^20.4.9",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"ava": "^5.3.1",
"dotenv": "^16.3.1",
"eslint": "^8.53.0",
"@stellar/stellar-sdk": "12.2.0",
"typescript": "^5.3.3"
"typescript": "^5.6.2"
},
"ava": {
"typescript": {
Expand All @@ -29,4 +29,3 @@
]
}
}

0 comments on commit 794fd44

Please sign in to comment.