Skip to content

Commit

Permalink
chore: upgrade ts and @/kit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Works committed Sep 5, 2019
1 parent 00beddc commit a913bd1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"serialijse": "^0.1.3",
"tiny-secp256k1": "^1.1.2",
"ts-loader": "^6.0.1",
"typescript": "^3.5.1",
"typescript": "^3.6.2",
"web-ext-types": "^3.1.0",
"webcrypto-liner": "0.1.38",
"webextension-polyfill": "^0.4.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1051,15 +1051,15 @@

"@holoflows/kit@https://github.com/DimensionDev/holoflows-kit":
version "0.4.0"
resolved "https://github.com/DimensionDev/holoflows-kit#80d32fd517f8908a8e10043c19a57e2a7d21f810"
resolved "https://github.com/DimensionDev/holoflows-kit#dded411cb8336cea0dcd64a4a3e8b00793ad2d06"
dependencies:
"@types/lodash-es" "^4.1.4"
concurrent-lock "^1.0.7"
lodash-es "^4.17.14"
lodash-es "^4.17.15"
memorize-decorator "^0.2.2"
mitt "^1.1.3"
reflect-metadata "^0.1.13"
web-ext-types "^3.2.0"
web-ext-types "^3.2.1"

"@icons/material@^0.2.4":
version "0.2.4"
Expand Down Expand Up @@ -9804,7 +9804,7 @@ locate-path@^5.0.0:
dependencies:
p-locate "^4.1.0"

lodash-es@^4.17.11, lodash-es@^4.17.14:
lodash-es@^4.17.11, lodash-es@^4.17.15:
version "4.17.15"
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.15.tgz#21bd96839354412f23d7a10340e5eac6ee455d78"
integrity sha512-rlrc3yU3+JNOpZ9zj5pQtxnx2THmvRykwL4Xlxoa8I9lHBlVbbyPhgyPMioxVZ4NqyxaVVtaJnzsyOidQIhyyQ==
Expand Down Expand Up @@ -15716,10 +15716,10 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

typescript@^3.5.1:
version "3.5.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.3.tgz#c830f657f93f1ea846819e929092f5fe5983e977"
integrity sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g==
typescript@^3.6.2:
version "3.6.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.2.tgz#105b0f1934119dde543ac8eb71af3a91009efe54"
integrity sha512-lmQ4L+J6mnu3xweP8+rOrUwzmN+MRAj7TgtJtDaXE5PMyX2kCrklhg3rvOsOIfNeAWMQWO2F1GPc1kMD2vLAfw==

ua-parser-js@^0.7.18:
version "0.7.20"
Expand Down Expand Up @@ -16141,7 +16141,7 @@ wcwidth@^1.0.0:
dependencies:
defaults "^1.0.3"

web-ext-types@^3.1.0, web-ext-types@^3.2.0:
web-ext-types@^3.1.0, web-ext-types@^3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/web-ext-types/-/web-ext-types-3.2.1.tgz#3edc0e3c2e8fe121d7d7e4ca0b7ee0c883cea832"
integrity sha512-oQZYDU3W8X867h8Jmt3129kRVKklz70db40Y6OzoTTuzOJpF/dB2KULJUf0txVPyUUXuyzV8GmT3nVvRHoG+Ew==
Expand Down

0 comments on commit a913bd1

Please sign in to comment.