Update 0x-json-schemas

This commit is contained in:
Leonid Logvinov
2017-10-19 12:44:00 +03:00
parent f64638173a
commit f62dc0f46c
3 changed files with 10 additions and 6 deletions

View File

@@ -91,7 +91,7 @@
"webpack": "^3.1.0" "webpack": "^3.1.0"
}, },
"dependencies": { "dependencies": {
"0x-json-schemas": "^0.6.3", "0x-json-schemas": "^0.6.5",
"@types/bignumber.js": "^4.0.2", "@types/bignumber.js": "^4.0.2",
"bignumber.js": "^4.0.2", "bignumber.js": "^4.0.2",
"compare-versions": "^3.0.1", "compare-versions": "^3.0.1",

View File

@@ -5,10 +5,9 @@
"lib": [ "es2015", "dom" ], "lib": [ "es2015", "dom" ],
"outDir": "lib", "outDir": "lib",
"sourceMap": true, "sourceMap": true,
"declaration": true, "allowJs": true,
"noImplicitAny": true, "noImplicitAny": true,
"experimentalDecorators": true, "experimentalDecorators": true,
"allowJs": true,
"strictNullChecks": true "strictNullChecks": true
}, },
"include": [ "include": [

View File

@@ -2,11 +2,12 @@
# yarn lockfile v1 # yarn lockfile v1
"0x-json-schemas@^0.6.3": "0x-json-schemas@^0.6.5":
version "0.6.3" version "0.6.5"
resolved "https://registry.yarnpkg.com/0x-json-schemas/-/0x-json-schemas-0.6.3.tgz#976175de4b07f4597f97658b3c56720530eee282" resolved "https://registry.yarnpkg.com/0x-json-schemas/-/0x-json-schemas-0.6.5.tgz#d67d4afbb69780fa59090b0a9feb744aebfc73ff"
dependencies: dependencies:
jsonschema "^1.2.0" jsonschema "^1.2.0"
lodash.values "^4.3.0"
"@types/bignumber.js@^4.0.2": "@types/bignumber.js@^4.0.2":
version "4.0.2" version "4.0.2"
@@ -2886,6 +2887,10 @@ lodash.get@^4.4.2:
version "4.4.2" version "4.4.2"
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99" resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
lodash.values@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/lodash.values/-/lodash.values-4.3.0.tgz#a3a6c2b0ebecc5c2cba1c17e6e620fe81b53d347"
lodash@^3.3.1, lodash@^3.6.0: lodash@^3.3.1, lodash@^3.6.0:
version "3.10.1" version "3.10.1"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6" resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"