Upgrade to Typescript 5

This commit is contained in:
Paul Miller 2023-03-16 17:49:48 +00:00
parent 5784ef23f6
commit 9295b0dbae
No known key found for this signature in database
GPG Key ID: 697079DA6878B89B
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated

@ -1,12 +1,12 @@
{
"name": "@noble/curves",
"version": "0.8.0",
"version": "0.8.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@noble/curves",
"version": "0.8.0",
"version": "0.8.2",
"funding": [
{
"type": "individual",
@ -25,7 +25,7 @@
"micro-bmark": "0.3.1",
"micro-should": "0.4.0",
"prettier": "2.8.3",
"typescript": "4.7.3"
"typescript": "5.0.2"
}
},
"node_modules/@noble/hashes": {
@ -162,16 +162,16 @@
]
},
"node_modules/typescript": {
"version": "4.7.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.3.tgz",
"integrity": "sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==",
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz",
"integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
"node": ">=12.20"
}
}
}

@ -38,7 +38,7 @@
"micro-bmark": "0.3.1",
"micro-should": "0.4.0",
"prettier": "2.8.3",
"typescript": "4.7.3"
"typescript": "5.0.2"
},
"main": "index.js",
"exports": {