Skip to content

Commit

Permalink
chore(package): upgrade tdv 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cncolder committed Jun 5, 2018
1 parent 4a3c561 commit b3d582b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"prepack": "rimraf lib && tsc -p tsconfig.prod.json -d && rimraf es && tsc -p tsconfig.prod.json -m es2015 --outDir es || echo"
},
"dependencies": {
"tdv": "^0.3.1",
"tdv": "^0.4.1",
"tslib": "^1.9.2"
},
"devDependencies": {
Expand Down
12 changes: 4 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4323,12 +4323,12 @@ tar@^2.2.1:
fstream "^1.0.2"
inherits "2"

tdv@^0.3.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/tdv/-/tdv-0.3.1.tgz#08c7b2add5a652d6f3dbfacb5a64f8f9a096589d"
tdv@^0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/tdv/-/tdv-0.4.1.tgz#95929e552a12b10d070f5c01138e67461f516b87"
dependencies:
reflect-metadata "^0.1.12"
tslib "^1.9.0"
tslib "^1.9.2"

test-exclude@^4.2.1:
version "4.2.1"
Expand Down Expand Up @@ -4443,10 +4443,6 @@ ts-jest@^22.4.6:
source-map-support "^0.5.5"
yargs "^11.0.0"

tslib@^1.9.0:
version "1.9.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8"

tslib@^1.9.2:
version "1.9.2"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.2.tgz#8be0cc9a1f6dc7727c38deb16c2ebd1a2892988e"
Expand Down

0 comments on commit b3d582b

Please sign in to comment.