Skip to content

Commit

Permalink
Update dependency @types/meteor to v1.4.24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 20, 2018
1 parent 3c9c453 commit 1865835
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/angular2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@angular/platform-browser": "2.1.2",
"@angular/platform-browser-dynamic": "2.1.2",
"@angular/router": "3.1.2",
"@types/meteor": "1.3.31",
"@types/meteor": "1.4.24",
"angular2-meteor": "0.7.0",
"angular2-meteor-polyfills": "0.1.1",
"angular2-meteor-tests-polyfills": "0.0.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"@types/chai": "4.0.4",
"@types/meteor": "1.4.14",
"@types/meteor": "1.4.24",
"@types/mocha": "2.2.43",
"@types/underscore": "1.8.3",
"conventional-changelog": "1.1.0",
Expand Down
22 changes: 19 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
dependencies:
"@types/node" "*"

"@types/[email protected].14":
version "1.4.14"
resolved "https://registry.yarnpkg.com/@types/meteor/-/meteor-1.4.14.tgz#b4b14b2e2a98b20cf2bd03a28bffa52ba40b8be2"
"@types/[email protected].24":
version "1.4.24"
resolved "https://registry.yarnpkg.com/@types/meteor/-/meteor-1.4.24.tgz#a9cdbc0850249939a3fbdb60b6c85502a457865a"
dependencies:
"@types/connect" "*"
"@types/react" "*"
"@types/underscore" "*"

"@types/[email protected]":
Expand All @@ -27,6 +28,17 @@
version "8.0.28"
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.28.tgz#86206716f8d9251cf41692e384264cbd7058ad60"

"@types/prop-types@*":
version "15.5.8"
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.5.8.tgz#8ae4e0ea205fe95c3901a5a1df7f66495e3a56ce"

"@types/react@*":
version "16.7.17"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.7.17.tgz#3242e796a1ffbba4f49eae5915a67f4c079504e9"
dependencies:
"@types/prop-types" "*"
csstype "^2.2.0"

"@types/underscore@*":
version "1.8.8"
resolved "https://registry.yarnpkg.com/@types/underscore/-/underscore-1.8.8.tgz#510fe1ca5e7fa87fccd405b9a8b566d420bc3d1b"
Expand Down Expand Up @@ -424,6 +436,10 @@ core-util-is@~1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"

csstype@^2.2.0:
version "2.5.8"
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.5.8.tgz#4ce5aa16ea0d562ef9105fa3ae2676f199586a35"

currently-unhandled@^0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"
Expand Down

0 comments on commit 1865835

Please sign in to comment.