Skip to content

Commit

Permalink
build(deps): bump gatsby-plugin-mdx from 3.13.0 to 3.15.2 in /docs (#…
Browse files Browse the repository at this point in the history
…2904)

Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and ldez committed Jun 5, 2022
1 parent 528913f commit a0b5b69
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 26 deletions.
50 changes: 25 additions & 25 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/package.json
Expand Up @@ -17,7 +17,7 @@
"gatsby-plugin-emotion": "^7.13.0",
"gatsby-plugin-google-analytics": "^4.13.0",
"gatsby-plugin-manifest": "^4.15.1",
"gatsby-plugin-mdx": "^3.13.0",
"gatsby-plugin-mdx": "^3.15.2",
"gatsby-plugin-netlify": "^4.3.1",
"gatsby-plugin-netlify-cache": "^2.0.0",
"gatsby-plugin-offline": "^5.13.0",
Expand Down
12 changes: 12 additions & 0 deletions netlify.toml
@@ -1,11 +1,23 @@
[context.production.environment]
GO_VERSION = "1.18"
NODE_VERSION = "17"
# TODO https://github.com/golangci/golangci-lint/pull/2904#issuecomment-1146870535
# NPM_FLAGS = "--legacy-peer-deps"
# NPM_FLAGS = "--force"
NPM_VERSION = "8.5.5"

[context.deploy-preview.environment]
GO_VERSION = "1.18"
NODE_VERSION = "17"
# TODO https://github.com/golangci/golangci-lint/pull/2904#issuecomment-1146870535
# NPM_FLAGS = "--legacy-peer-deps"
# NPM_FLAGS = "--force"
NPM_VERSION = "8.5.5"

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

0 comments on commit a0b5b69

Please sign in to comment.