Skip to content

Commit 419cad6

Browse files
dependabot[bot]ldez
authored andcommitted
build(deps): bump gatsby-plugin-mdx from 3.13.0 to 3.15.2 in /docs (golangci#2904)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent b977e26 commit 419cad6

File tree

3 files changed

+38
-26
lines changed

3 files changed

+38
-26
lines changed

docs/package-lock.json

+25-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"gatsby-plugin-emotion": "^7.13.0",
1818
"gatsby-plugin-google-analytics": "^4.13.0",
1919
"gatsby-plugin-manifest": "^4.15.1",
20-
"gatsby-plugin-mdx": "^3.13.0",
20+
"gatsby-plugin-mdx": "^3.15.2",
2121
"gatsby-plugin-netlify": "^4.3.1",
2222
"gatsby-plugin-netlify-cache": "^2.0.0",
2323
"gatsby-plugin-offline": "^5.13.0",

netlify.toml

+12
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
11
[context.production.environment]
22
GO_VERSION = "1.18"
33
NODE_VERSION = "17"
4+
# TODO https://github.com/golangci/golangci-lint/pull/2904#issuecomment-1146870535
5+
# NPM_FLAGS = "--legacy-peer-deps"
6+
# NPM_FLAGS = "--force"
7+
NPM_VERSION = "8.5.5"
48

59
[context.deploy-preview.environment]
610
GO_VERSION = "1.18"
711
NODE_VERSION = "17"
12+
# TODO https://github.com/golangci/golangci-lint/pull/2904#issuecomment-1146870535
13+
# NPM_FLAGS = "--legacy-peer-deps"
14+
# NPM_FLAGS = "--force"
15+
NPM_VERSION = "8.5.5"
816

917
[context.branch-deploy.environment]
1018
GO_VERSION = "1.18"
1119
NODE_VERSION = "17"
20+
# TODO https://github.com/golangci/golangci-lint/pull/2904#issuecomment-1146870535
21+
# NPM_FLAGS = "--legacy-peer-deps"
22+
# NPM_FLAGS = "--force"
23+
NPM_VERSION = "8.5.5"

0 commit comments

Comments
 (0)