Skip to content

Commit

Permalink
Merge pull request #719 from oasisprotocol/dependabot/npm_and_yarn/ty…
Browse files Browse the repository at this point in the history
…pescript-5.6.2
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
2 parents 7267992 + 9ff76d7 commit cd7fc6f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"js-sha512": "^0.9.0",
"prettier": "^3.2.4",
"secp256k1": "^5.0.0",
"typescript": "^4.6.2"
"typescript": "^5.6.2"
},
"scripts": {
"build": "babel src --out-dir dist && yarn build-types",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"outDir": "dist/",
"sourceMap": true,
"strict": true,
"importsNotUsedAsValues": "error",
"skipLibCheck": true,
"allowJs": true,
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5233,10 +5233,10 @@ typed-array-length@^1.0.6:
is-typed-array "^1.1.13"
possible-typed-array-names "^1.0.0"

typescript@^4.6.2:
version "4.8.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
typescript@^5.6.2:
version "5.6.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0"
integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==

unbox-primitive@^1.0.1:
version "1.0.1"
Expand Down

0 comments on commit cd7fc6f

Please sign in to comment.