diff --git a/package.json b/package.json index f6f0336..459a6d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vendee", - "version": "1.1.1", + "version": "1.1.2", "description": "TVM-Solidity contract development framework", "scripts": { "build": "tsc --build .", @@ -52,7 +52,8 @@ "glob": "^10.2.6", "joi": "^17.9.2", "mocha": "^10.2.0", - "ts-mocha": "^10.0.0" + "ts-mocha": "^10.0.0", + "typescript": "~5.0.4" }, "devDependencies": { "@types/chai": "^4.3.5", @@ -66,7 +67,6 @@ "eslint-plugin-import": "^2.27.5", "eslint-plugin-n": "^16.0.0", "eslint-plugin-promise": "^6.1.1", - "rimraf": "^5.0.0", - "typescript": "~5.0.4" + "rimraf": "^5.0.0" } } diff --git a/yarn.lock b/yarn.lock index 6c0adc1..3362c78 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2352,6 +2352,7 @@ sshpk@^1.7.0: tweetnacl "~0.14.0" "string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0: + name string-width-cjs version "4.2.3" resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -2404,6 +2405,7 @@ string_decoder@^1.1.1: safe-buffer "~5.2.0" "strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1: + name strip-ansi-cjs version "6.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== @@ -2677,6 +2679,7 @@ workerpool@6.2.1: integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw== "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: + name wrap-ansi-cjs version "7.0.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==