Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 29, 2017
1 parent d4ba1b4 commit ba0eda7
Show file tree
Hide file tree
Showing 4 changed files with 1,159 additions and 526 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"lodash": "^4.17.4"
},
"devDependencies": {
"@types/lodash": "^4.14.63",
"serverless-plugin-typescript": "^0.1.2"
"@types/lodash": "4.14.91",
"serverless-plugin-typescript": "0.1.10"
}
}
12 changes: 6 additions & 6 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# yarn lockfile v1


"@types/lodash@^4.14.63":
version "4.14.63"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.63.tgz#5ac475f55bfdc62bc88c4239dbc482f2f3bead93"
"@types/lodash@4.14.91":
version "4.14.91"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.91.tgz#794611b28056d16b5436059c6d800b39d573cd3a"

fs-extra@^2.0.0:
version "2.1.2"
Expand Down Expand Up @@ -33,9 +33,9 @@ lodash@^4.17.4:
version "4.17.4"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"

serverless-plugin-typescript@^0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/serverless-plugin-typescript/-/serverless-plugin-typescript-0.1.2.tgz#ca0deeb9f755178df7784454b5b0164dad6b7de6"
serverless-plugin-typescript@0.1.10:
version "0.1.10"
resolved "https://registry.yarnpkg.com/serverless-plugin-typescript/-/serverless-plugin-typescript-0.1.10.tgz#5ee23f77f3770481d7f7dae69d944d03ddd648fb"
dependencies:
fs-p "^2.0.0"
lodash "^4.17.4"
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
],
"devDependencies": {
"@types/fs-extra": "4.0.7",
"@types/jest": "^21.1.1",
"@types/lodash": "^4.14.62",
"jest": "^22.0.0",
"mock-fs": "^4.3.0",
"ts-jest": "^22.0.0",
"tslint": "^5.1.0"
"@types/jest": "21.1.10",
"@types/lodash": "4.14.91",
"jest": "22.0.4",
"mock-fs": "4.4.2",
"ts-jest": "22.0.0",
"tslint": "5.8.0"
},
"dependencies": {
"fs-extra": "^5.0.0",
Expand Down
Loading

0 comments on commit ba0eda7

Please sign in to comment.