Skip to content

Commit

Permalink
Chore: Update dependencies and devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alrra committed Nov 5, 2018
1 parent b126912 commit 170ddb8
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 22 deletions.
2 changes: 1 addition & 1 deletion packages/connector-chrome/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@hint/utils-create-server": "^1.0.3",
"@types/is-ci": "^1.1.0",
"@types/lockfile": "^1.0.0",
"@types/lodash": "^4.14.117",
"@types/lodash": "^4.14.118",
"ava": "^0.25.0",
"cpx": "^1.5.0",
"eslint": "^5.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/connector-jsdom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@hint/utils-create-server": "^1.0.3",
"@types/jsdom": "^12.2.0",
"@types/lodash": "^4.14.117",
"@types/lodash": "^4.14.118",
"ava": "^0.25.0",
"cpx": "^1.5.0",
"eslint": "^5.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-hint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"ts-loader": "^5.3.0",
"typescript": "^3.1.5",
"typescript-eslint-parser": "20.1.1",
"webpack": "^4.24.0",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-hintrc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"ts-loader": "^5.3.0",
"typescript": "^3.1.5",
"typescript-eslint-parser": "20.1.1",
"webpack": "^4.24.0",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"ts-loader": "^5.3.0",
"typescript": "^3.1.5",
"typescript-eslint-parser": "20.1.1",
"webpack": "^4.24.0",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/hint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
"@types/handlebars": "^4.0.39",
"@types/is-svg": "^3.0.0",
"@types/jsdom": "^12.2.0",
"@types/lodash": "^4.14.117",
"@types/lodash": "^4.14.118",
"@types/mime-db": "^1.27.0",
"@types/mkdirp": "^0.5.2",
"@types/node": "10.9.1",
"@types/ora": "^1.3.4",
"@types/request": "^2.48.0",
"@types/request": "^2.48.1",
"@types/semver": "^5.4.0",
"@types/sinon": "^5.0.5",
"@types/strip-bom": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils-create-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"devDependencies": {
"@types/async-retry": "^1.2.1",
"@types/express": "^4.16.0",
"@types/lodash": "^4.14.117",
"@types/lodash": "^4.14.118",
"@types/on-headers": "^1.0.0",
"cpx": "^1.5.0",
"eslint": "^5.8.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/utils-debugging-protocol-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
},
"description": "hint debugging protocol common functionality",
"devDependencies": {
"@types/lodash": "^4.14.117",
"@types/lodash": "^4.14.118",
"@types/node": "^10.12.2",
"chrome-remote-debug-protocol": "^1.2.20180422",
"cpx": "^1.5.0",
"eslint": "^5.8.0",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -422,10 +422,10 @@
resolved "https://registry.yarnpkg.com/@types/lockfile/-/lockfile-1.0.0.tgz#76a7c19c50fe8ee2b1666d653ff5d557c30fe0ff"
integrity sha512-pD6JuijPmrfi84qF3/TzGQ7zi0QIX+d7ZdetD6jUA6cp+IsCzAquXZfi5viesew+pfpOTIdAVKuh1SHA7KeKzg==

"@types/lodash@^4.14.117":
version "4.14.117"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.117.tgz#695a7f514182771a1e0f4345d189052ee33c8778"
integrity sha512-xyf2m6tRbz8qQKcxYZa7PA4SllYcay+eh25DN3jmNYY6gSTL7Htc/bttVdkqj2wfJGbeWlQiX8pIyJpKU+tubw==
"@types/lodash@^4.14.118":
version "4.14.118"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.118.tgz#247bab39bfcc6d910d4927c6e06cbc70ec376f27"
integrity sha512-iiJbKLZbhSa6FYRip/9ZDX6HXhayXLDGY2Fqws9cOkEQ6XeKfaxB0sC541mowZJueYyMnVUmmG+al5/4fCDrgw==

"@types/log-symbols@^2.0.0":
version "2.0.0"
Expand Down Expand Up @@ -483,7 +483,7 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.9.1.tgz#06f002136fbcf51e730995149050bb3c45ee54e6"
integrity sha512-f+qQR5lLCB8UPhtk8Xm8RQvbR4ycD7MOsdiuAEQCYpz44bBx2g7JL0+iYBcjl9J7d0KT1sX2g0VGNeHfw+GXpg==

"@types/node@^10.12.1":
"@types/node@^10.12.1", "@types/node@^10.12.2":
version "10.12.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.2.tgz#d77f9faa027cadad9c912cd47f4f8b07b0fb0864"
integrity sha512-53ElVDSnZeFUUFIYzI8WLQ25IhWzb6vbddNp8UHlXQyU0ET2RhV5zg0NfubzU7iNMh5bBXb0htCzfvrSVNgzaQ==
Expand Down Expand Up @@ -517,10 +517,10 @@
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.2.tgz#fa8e1ad1d474688a757140c91de6dace6f4abc8d"
integrity sha512-HtKGu+qG1NPvYe1z7ezLsyIaXYyi8SoAVqWDZgDQ8dLrsZvSzUNCwZyfX33uhWxL/SU0ZDQZ3nwZ0nimt507Kw==

"@types/request@^2.48.0":
version "2.48.0"
resolved "https://registry.yarnpkg.com/@types/request/-/request-2.48.0.tgz#837d0c4002f6b63d77999d7fe6f945ffb94406c1"
integrity sha512-KnfoOtqXKllSqfXSEvGTd8KDkNlpHs+PWr6I6XiEIWk/jckH3pNmWDXNFZyPkB9wApb8vzDq2wMByM/0GFSmXg==
"@types/request@^2.48.1":
version "2.48.1"
resolved "https://registry.yarnpkg.com/@types/request/-/request-2.48.1.tgz#e402d691aa6670fbbff1957b15f1270230ab42fa"
integrity sha512-ZgEZ1TiD+KGA9LiAAPPJL68Id2UWfeSO62ijSXZjFJArVV+2pKcsVHmrcu+1oiE3q6eDGiFiSolRc4JHoerBBg==
dependencies:
"@types/caseless" "*"
"@types/form-data" "*"
Expand Down Expand Up @@ -10123,10 +10123,10 @@ webpack-sources@^1.1.0, webpack-sources@^1.3.0:
source-list-map "^2.0.0"
source-map "~0.6.1"

webpack@^4.24.0:
version "4.24.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.24.0.tgz#d9822c91eeb595f7351aa5dd785a1952f9c4340a"
integrity sha512-Xur0l8nBETnW+DjpFqSGME1jNXxEPVETl30k1lWAsbnukVJdq330/i3PDOLPUtVl/E/cciiOp5uW098hFfQLQA==
webpack@^4.25.1:
version "4.25.1"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.25.1.tgz#4f459fbaea0f93440dc86c89f771bb3a837cfb6d"
integrity sha512-T0GU/3NRtO4tMfNzsvpdhUr8HnzA4LTdP2zd+e5zd6CdOH5vNKHnAlO+DvzccfhPdzqRrALOFcjYxx7K5DWmvA==
dependencies:
"@webassemblyjs/ast" "1.7.11"
"@webassemblyjs/helper-module-context" "1.7.11"
Expand Down

0 comments on commit 170ddb8

Please sign in to comment.