Skip to content

Commit

Permalink
Update dependency @types/meteor to v1.4.27
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 14, 2019
1 parent 3c9c453 commit 475bb00
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.27",
"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.27",
"@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].27":
version "1.4.27"
resolved "https://registry.yarnpkg.com/@types/meteor/-/meteor-1.4.27.tgz#d1057d0418fba0965b5a9e96fadecc4097600ec3"
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.9"
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.5.9.tgz#f2d14df87b0739041bc53a7d75e3d77d726a3ec0"

"@types/react@*":
version "16.8.3"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.8.3.tgz#7b67956f682bea30a5a09b3242c0784ff196c848"
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.6.2"
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.2.tgz#3043d5e065454579afc7478a18de41909c8a2f01"

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 475bb00

Please sign in to comment.