Skip to content

Commit

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

Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
  • Loading branch information
2 people authored and SeigeC committed Apr 4, 2023
1 parent b977e26 commit 419cad6
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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 419cad6

Please sign in to comment.