golangci-lint/docs/package.json
dependabot[bot] 6cecd4fd39
build(deps): bump gatsby-plugin-manifest from 4.6.0 to 4.7.0 in /docs (#2586)
Bumps [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) from 4.6.0 to 4.7.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-manifest/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@4.7.0/packages/gatsby-plugin-manifest)

---
updated-dependencies:
- dependency-name: gatsby-plugin-manifest
  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>
2022-02-17 21:34:26 +03: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.7.1",
"@emotion/styled": "^11.6.0",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.16",
"gatsby": "^4.6.0",
"gatsby-alias-imports": "^1.0.6",
"gatsby-plugin-canonical-urls": "^4.6.0",
"gatsby-plugin-catch-links": "^4.6.0",
"gatsby-plugin-emotion": "^7.6.0",
"gatsby-plugin-google-analytics": "^4.6.0",
"gatsby-plugin-manifest": "^4.7.0",
"gatsby-plugin-mdx": "^3.6.0",
"gatsby-plugin-netlify": "^4.1.0",
"gatsby-plugin-netlify-cache": "^2.0.0",
"gatsby-plugin-offline": "^5.6.0",
"gatsby-plugin-react-helmet": "^5.6.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-robots-txt": "^1.7.0",
"gatsby-plugin-sharp": "^4.6.0",
"gatsby-plugin-sitemap": "^5.6.0",
"gatsby-remark-autolink-headers": "^5.6.0",
"gatsby-remark-copy-linked-files": "^5.6.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^6.7.0",
"gatsby-remark-mermaid": "^2.1.0",
"gatsby-remark-responsive-iframe": "^5.6.0",
"gatsby-source-filesystem": "^4.7.0",
"gatsby-transformer-remark": "^5.6.0",
"gatsby-transformer-sharp": "^4.6.0",
"gatsby-transformer-yaml": "^4.7.0",
"polished": "^4.1.4",
"postcss": "^8.4.6",
"prism-react-renderer": "^1.2.1",
"prop-types": "^15.8.1",
"puppeteer": "^13.1.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-headroom": "^3.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"react-live": "^3.0.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"
}
}