Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
Merge branch 'develop' into renovate/major-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroschmitz committed Mar 11, 2021
2 parents d5bedd1 + 65f5dcb commit edbfaa2
Show file tree
Hide file tree
Showing 4 changed files with 1,608 additions and 2,429 deletions.
5 changes: 3 additions & 2 deletions docs/gatsby-config.js
Expand Up @@ -11,14 +11,15 @@ module.exports = {
basePath: `/`,
themeColor: `#8257E6`,
},
flags: { PRESERVE_WEBPACK_CACHE: true },
plugins: [
{
resolve: `@rocketseat/gatsby-theme-docs`,
options: {
docsPath: `src/docs`,
githubUrl: `https://github.com/unform/unform`,
repositoryUrl: `https://github.com/unform/unform`,
baseDir: `docs/`,
branch: `main`,
branch: `develop`,
},
},
{
Expand Down
14 changes: 7 additions & 7 deletions docs/package.json
Expand Up @@ -7,16 +7,16 @@
"license": "MIT",
"starter-name": "gatsby-starter-rocket-docs",
"dependencies": {
"@rocketseat/gatsby-theme-docs": "^2.2.4",
"@rocketseat/gatsby-theme-docs": "^2.3.0",
"@unform/core": "^2.1.6",
"@unform/mobile": "^2.1.6",
"@unform/web": "^2.1.3",
"gatsby": "^2.32.4",
"gatsby-plugin-canonical-urls": "^2.10.0",
"gatsby-plugin-google-analytics": "^2.11.0",
"gatsby-plugin-manifest": "^2.12.0",
"gatsby-plugin-offline": "^3.10.1",
"gatsby-plugin-sitemap": "^2.12.0",
"gatsby": "^3.0.0",
"gatsby-plugin-canonical-urls": "^3.0.0",
"gatsby-plugin-google-analytics": "^3.0.0",
"gatsby-plugin-manifest": "^3.0.0",
"gatsby-plugin-offline": "^4.0.0",
"gatsby-plugin-sitemap": "^3.0.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1"
Expand Down
@@ -1,5 +1,5 @@
import { mdx } from '@mdx-js/react'
import { css, jsx } from '@emotion/core'
import { css, jsx } from '@emotion/react'
import { FormContext, FormProvider, Scope, useField } from '@unform/core'
import { Form } from '@unform/web'

Expand Down

0 comments on commit edbfaa2

Please sign in to comment.