cosmwasm-stargate: Add missing dev dependencies

This commit is contained in:
willclarktech 2021-04-28 17:15:25 +02:00
parent bcf531d853
commit 623c6b13d8
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7
2 changed files with 16 additions and 0 deletions

View File

@ -57,11 +57,19 @@
},
"devDependencies": {
"@types/pako": "^1.0.1",
"crypto-browserify": "^3.12.0",
"eslint": "^7.5",
"glob": "^7.1.6",
"jasmine": "^3.5",
"jasmine-spec-reporter": "^6",
"karma": "^6.1.1",
"nyc": "^15.1.0",
"path-browserify": "^1.0.1",
"prettier": "^2.0.5",
"readonly-date": "^1.0.0",
"ses": "^0.11.0",
"source-map-support": "^0.5.19",
"stream-browserify": "^3.0.0",
"typedoc": "^0.20",
"typescript": "~4.0",
"webpack": "^5.32.0"

View File

@ -403,14 +403,22 @@ __metadata:
"@cosmjs/tendermint-rpc": ^0.25.2
"@cosmjs/utils": ^0.25.2
"@types/pako": ^1.0.1
crypto-browserify: ^3.12.0
eslint: ^7.5
glob: ^7.1.6
jasmine: ^3.5
jasmine-spec-reporter: ^6
karma: ^6.1.1
long: ^4.0.0
nyc: ^15.1.0
pako: ^2.0.2
path-browserify: ^1.0.1
prettier: ^2.0.5
protobufjs: ~6.10.2
readonly-date: ^1.0.0
ses: ^0.11.0
source-map-support: ^0.5.19
stream-browserify: ^3.0.0
typedoc: ^0.20
typescript: ~4.0
webpack: ^5.32.0