Skip to content

Commit

Permalink
chore(deps): update dependency @celo/typescript to ^0.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 15, 2024
1 parent 7f8fea3 commit 0beb301
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"web3": "1.3.6"
},
"devDependencies": {
"@celo/typescript": "^0.0.1",
"@celo/typescript": "^0.0.2",
"@types/bunyan": "^1.8.6",
"@types/express": "^4.17.6",
"@types/jest": "28.1.2",
Expand Down
34 changes: 29 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -498,10 +498,15 @@
semver "^7.3.5"
web3 "1.3.6"

"@celo/typescript@^0.0.1":
version "0.0.1"
resolved "https://registry.yarnpkg.com/@celo/typescript/-/typescript-0.0.1.tgz#e48a70f4f4af3b13cf492c6ed3e83b1fc225fa87"
integrity sha512-C6IP2wp8DyZDdGNNEIqTfuVsL25AwxNGg3Sqej0ZJjQD/SrjVMaSjJhiEm3KMQ6H+hqDiVVEfMyD2AYCgwCV3Q==
"@celo/typescript@^0.0.2":
version "0.0.2"
resolved "https://registry.yarnpkg.com/@celo/typescript/-/typescript-0.0.2.tgz#9c36901405851c061fbdbdf6564b5960a86b5da7"
integrity sha512-cEx24Y4UkmjKhdiuoispVNeQDcsRYJjScDKxNDI7d8YjiYdTM+ZuyFuXugbw9WRS4h2E7n8rEAkOlm/QH6+xzw==
dependencies:
tslint "^5.20.0"
tslint-config-prettier "^1.18.0"
tslint-eslint-rules "^5.4.0"
tslint-microsoft-contrib "^6.2.0"

"@celo/[email protected]":
version "1.5.2"
Expand Down Expand Up @@ -6366,7 +6371,7 @@ tslib@^1.10.0, tslib@^1.8.1:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==

tslib@^1.9.3:
tslib@^1.8.0, tslib@^1.9.3:
version "1.14.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
Expand Down Expand Up @@ -6414,6 +6419,25 @@ tslint-react@^4.2.0:
dependencies:
tsutils "^3.9.1"

tslint@^5.20.0:
version "5.20.1"
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.20.1.tgz#e401e8aeda0152bc44dd07e614034f3f80c67b7d"
integrity sha512-EcMxhzCFt8k+/UP5r8waCf/lzmeSyVlqxqMEDQE7rWYiQky8KpIBz1JAoYXfROHrPZ1XXd43q8yQnULOLiBRQg==
dependencies:
"@babel/code-frame" "^7.0.0"
builtin-modules "^1.1.1"
chalk "^2.3.0"
commander "^2.12.1"
diff "^4.0.1"
glob "^7.1.1"
js-yaml "^3.13.1"
minimatch "^3.0.4"
mkdirp "^0.5.1"
resolve "^1.3.2"
semver "^5.3.0"
tslib "^1.8.0"
tsutils "^2.29.0"

tslint@^6.1.1:
version "6.1.1"
resolved "https://registry.yarnpkg.com/tslint/-/tslint-6.1.1.tgz#ac03fbd17f85bfefaae348b353b25a88efe10cde"
Expand Down

0 comments on commit 0beb301

Please sign in to comment.