Skip to content

Commit bfb864b

Browse files
fix: update minor updates in packages (#22329)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 9a001a3 commit bfb864b

File tree

21 files changed

+1719
-1650
lines changed

21 files changed

+1719
-1650
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"@types/node": "^12.12.30",
1919
"@types/stack-trace": "^0.0.29",
2020
"@types/webpack": "^4.41.7",
21-
"@typescript-eslint/eslint-plugin": "^2.23.0",
22-
"@typescript-eslint/parser": "^2.23.0",
21+
"@typescript-eslint/eslint-plugin": "^2.24.0",
22+
"@typescript-eslint/parser": "^2.24.0",
2323
"babel-eslint": "^10.1.0",
2424
"babel-jest": "^24.9.0",
2525
"chalk": "^2.4.2",

packages/gatsby-plugin-mdx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"fs-extra": "^8.1.0",
3636
"gatsby-core-utils": "^1.0.34",
3737
"gray-matter": "^4.0.2",
38-
"json5": "^2.1.1",
38+
"json5": "^2.1.2",
3939
"loader-utils": "^1.4.0",
4040
"lodash": "^4.17.15",
4141
"mdast-util-to-string": "^1.1.0",

packages/gatsby-transformer-screenshot/lambda/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"dependencies": {
33
"chrome-aws-lambda": "^2.1.1",
4-
"gatsby-core-utils": "^1.0.33",
4+
"gatsby-core-utils": "^1.0.34",
55
"puppeteer-core": "^2.1.1"
66
},
77
"devDependencies": {
8-
"aws-sdk": "^2.639.0"
8+
"aws-sdk": "^2.640.0"
99
},
1010
"keywords": [],
1111
"engines": {

packages/gatsby/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"@pieh/friendly-errors-webpack-plugin": "1.7.0-chalk-2",
2222
"@pmmmwh/react-refresh-webpack-plugin": "^0.2.0",
2323
"@reach/router": "^1.3.3",
24-
"@typescript-eslint/eslint-plugin": "^2.23.0",
25-
"@typescript-eslint/parser": "^2.23.0",
24+
"@typescript-eslint/eslint-plugin": "^2.24.0",
25+
"@typescript-eslint/parser": "^2.24.0",
2626
"address": "1.1.2",
2727
"autoprefixer": "^9.7.4",
2828
"axios": "^0.19.0",
@@ -138,7 +138,7 @@
138138
"util.promisify": "^1.0.1",
139139
"uuid": "^3.4.0",
140140
"v8-compile-cache": "^1.1.2",
141-
"webpack": "~4.41.6",
141+
"webpack": "~4.42.0",
142142
"webpack-dev-middleware": "^3.7.2",
143143
"webpack-dev-server": "^3.10.3",
144144
"webpack-hot-middleware": "^2.25.0",

0 commit comments

Comments
 (0)