golangci-lint/docs/package.json
dependabot[bot] 4202942931
build(deps): bump gatsby-plugin-sitemap from 4.9.0 to 4.10.0 in /docs (#2271)
Bumps [gatsby-plugin-sitemap](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sitemap) from 4.9.0 to 4.10.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sitemap/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@4.10.0/packages/gatsby-plugin-sitemap)

---
updated-dependencies:
- dependency-name: gatsby-plugin-sitemap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-02 10:19:11 +02:00

60 lines
1.9 KiB
JSON

{
"name": "golangci-lint.run",
"private": true,
"version": "1.0.0",
"description": "",
"author": "",
"license": "MIT",
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.16",
"gatsby": "^2.32.13",
"gatsby-alias-imports": "^1.0.6",
"gatsby-plugin-canonical-urls": "^2.10.0",
"gatsby-plugin-catch-links": "^2.10.0",
"gatsby-plugin-emotion": "^5.0.0",
"gatsby-plugin-google-analytics": "^3.14.0",
"gatsby-plugin-manifest": "^2.12.1",
"gatsby-plugin-mdx": "^2.14.0",
"gatsby-plugin-netlify": "^2.11.1",
"gatsby-plugin-netlify-cache": "^2.0.0",
"gatsby-plugin-offline": "^4.14.0",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-react-svg": "^3.0.1",
"gatsby-plugin-robots-txt": "^1.6.10",
"gatsby-plugin-sharp": "^3.10.2",
"gatsby-plugin-sitemap": "^4.10.0",
"gatsby-remark-autolink-headers": "^2.11.0",
"gatsby-remark-copy-linked-files": "^4.11.0",
"gatsby-remark-embedder": "^4.2.0",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "^3.11.1",
"gatsby-remark-mermaid": "^2.1.0",
"gatsby-remark-responsive-iframe": "^2.11.0",
"gatsby-source-filesystem": "^2.11.1",
"gatsby-transformer-remark": "^2.16.1",
"gatsby-transformer-sharp": "^2.12.1",
"gatsby-transformer-yaml": "^2.11.0",
"polished": "^4.1.3",
"prism-react-renderer": "^1.2.1",
"prop-types": "^15.7.2",
"puppeteer": "^10.4.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-headroom": "^3.1.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-live": "^2.3.0",
"url-join": "^4.0.1"
},
"devDependencies": {},
"scripts": {
"build": "make -C .. expand_website_templates && gatsby build",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
}
}