Skip to content

Commit

Permalink
fix: update typescript version (#2663)
Browse files Browse the repository at this point in the history
Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
  • Loading branch information
ivaylonikolov7 authored Nov 26, 2024
1 parent e7ad84a commit b819b92
Show file tree
Hide file tree
Showing 9 changed files with 11,166 additions and 9,804 deletions.
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"nyc": "^15.1.0",
"prettier": "^3.0.3",
"typedoc": "^0.25.1",
"typescript": "^5.1.6"
"typescript": "5.5.4"
}
}
2 changes: 1 addition & 1 deletion examples/react-native-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/react": "~18.2.14",
"@types/react-native": "~0.71.8",
"react-native-dotenv": "^3.4.9",
"typescript": "~5.1.6"
"typescript": "5.5.4"
},
"private": true
}
2 changes: 1 addition & 1 deletion examples/simple_rest_signature_provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"mocha": "~10.6.0",
"prettier": "^3.0.3",
"typedoc": "^0.25.1",
"typescript": "^5.1.6",
"typescript": "5.5.4",
"vite": "~3.2.11"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"prettier": "^3.0.3",
"sinon": "^18.0.0",
"typedoc": "^0.25.1",
"typescript": "^5.1.6",
"typescript": "5.5.4",
"vite": "^5.3.5",
"yalc": "1.0.0-pre.53"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cryptography/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"npx": "^10.2.2",
"prettier": "^3.0.3",
"serve": "^14.1.2",
"typescript": "^5.1.6",
"typescript": "5.5.4",
"vite": "^4.5.3"
}
}
Loading

0 comments on commit b819b92

Please sign in to comment.