Skip to content

Commit 8167e42

Browse files
authored
Merge pull request webpack#8736 from webpack/deps/eslint-types
update linting dependencies
2 parents da59443 + 11bfb05 commit 8167e42

File tree

2 files changed

+12
-17
lines changed

2 files changed

+12
-17
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"webpack-sources": "^1.3.0"
3232
},
3333
"devDependencies": {
34-
"@types/node": "^9.6.4",
34+
"@types/node": "^10.12.21",
3535
"@types/tapable": "^1.0.1",
3636
"@types/webpack-sources": "^0.1.4",
3737
"benchmark": "^2.1.1",
@@ -43,8 +43,8 @@
4343
"css-loader": "^2.1.0",
4444
"es6-promise-polyfill": "^1.1.1",
4545
"eslint": "^5.8.0",
46-
"eslint-config-prettier": "^3.1.0",
47-
"eslint-plugin-jest": "^21.26.2",
46+
"eslint-config-prettier": "^4.0.0",
47+
"eslint-plugin-jest": "^22.2.2",
4848
"eslint-plugin-node": "^8.0.0",
4949
"eslint-plugin-prettier": "^3.0.0",
5050
"express": "~4.13.1",

yarn.lock

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,11 @@
8585
dependencies:
8686
"@types/node" "*"
8787

88-
"@types/node@*", "@types/node@^10.12.6":
88+
"@types/node@*", "@types/node@^10.12.21", "@types/node@^10.12.6":
8989
version "10.12.21"
9090
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.21.tgz#7e8a0c34cf29f4e17a36e9bd0ea72d45ba03908e"
9191
integrity sha512-CBgLNk4o3XMnqMc0rhb6lc77IwShMEglz05deDcn2lQxyXEZivfwgYJu7SMha9V5XcrP6qZuevTHV/QrN2vjKQ==
9292

93-
"@types/node@^9.6.4":
94-
version "9.6.41"
95-
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.6.41.tgz#e57c3152eb2e7ec748c733cebd0c095b437c5d37"
96-
integrity sha512-sPZWEbFMz6qAy9SLY7jh5cgepmsiwqUUHjvEm8lpU6kug2hmmcyuTnwhoGw/GWpI5Npue4EqvsiQQI0eWjW/ZA==
97-
9893
"@types/prettier@^1.13.2":
9994
version "1.13.2"
10095
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-1.13.2.tgz#ffe96278e712a8d4e467e367a338b05e22872646"
@@ -2100,10 +2095,10 @@ escodegen@^1.9.0:
21002095
optionalDependencies:
21012096
source-map "~0.6.1"
21022097

2103-
eslint-config-prettier@^3.1.0:
2104-
version "3.6.0"
2105-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-3.6.0.tgz#8ca3ffac4bd6eeef623a0651f9d754900e3ec217"
2106-
integrity sha512-ixJ4U3uTLXwJts4rmSVW/lMXjlGwCijhBJHk8iVqKKSifeI0qgFEfWl8L63isfc8Od7EiBALF6BX3jKLluf/jQ==
2098+
eslint-config-prettier@^4.0.0:
2099+
version "4.0.0"
2100+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-4.0.0.tgz#16cedeea0a56e74de60dcbbe3be0ab2c645405b9"
2101+
integrity sha512-kWuiJxzV5NwOwZcpyozTzDT5KJhBw292bbYro9Is7BWnbNMg15Gmpluc1CTetiCatF8DRkNvgPAOaSyg+bYr3g==
21072102
dependencies:
21082103
get-stdin "^6.0.0"
21092104

@@ -2115,10 +2110,10 @@ eslint-plugin-es@^1.3.1:
21152110
eslint-utils "^1.3.0"
21162111
regexpp "^2.0.0"
21172112

2118-
eslint-plugin-jest@^21.26.2:
2119-
version "21.27.2"
2120-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-21.27.2.tgz#2a795b7c3b5e707df48a953d651042bd01d7b0a8"
2121-
integrity sha512-0E4OIgBJVlAmf1KfYFtZ3gYxgUzC5Eb3Jzmrc9ikI1OY+/cM8Kh72Ti7KfpeHNeD3HJNf9SmEfmvQLIz44Hrhw==
2113+
eslint-plugin-jest@^22.2.2:
2114+
version "22.2.2"
2115+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.2.2.tgz#2a80d70a20c27dfb1503a6f32cdcb647fe5476df"
2116+
integrity sha512-hnWgh9o39VJfz6lJEyQJdTW7dN2yynlGkmPOlU/oMHh+d7WVMsJP1GeDTB520VCDljEdKExCwD5IBpQIUl4mJg==
21222117

21232118
eslint-plugin-node@^8.0.0:
21242119
version "8.0.1"

0 commit comments

Comments
 (0)