Skip to content

Commit

Permalink
chore(deps): update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 17, 2022
1 parent e22e1c1 commit 67de5d7
Show file tree
Hide file tree
Showing 4 changed files with 1,412 additions and 1,867 deletions.
24 changes: 12 additions & 12 deletions @rocketseat/gatsby-theme-docs-core/package.json
Expand Up @@ -28,19 +28,19 @@
"url": "https://github.com/jpedroschmitz/rocketdocs/issues"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"gatsby-plugin-mdx": "^3.2.0",
"gatsby-plugin-sharp": "^4.2.0",
"gatsby-remark-autolink-headers": "^5.2.0",
"gatsby-remark-copy-linked-files": "^5.2.0",
"gatsby-remark-embedder": "^5.0.0",
"gatsby-remark-images": "^6.2.0",
"gatsby-remark-responsive-iframe": "^5.2.0",
"gatsby-source-filesystem": "^4.2.0",
"gatsby-transformer-sharp": "^4.2.0",
"gatsby-transformer-yaml": "^4.2.0",
"@mdx-js/mdx": "^2.0.0",
"gatsby-plugin-mdx": "^5.0.0",
"gatsby-plugin-sharp": "^5.0.0",
"gatsby-remark-autolink-headers": "^6.0.0",
"gatsby-remark-copy-linked-files": "^6.0.0",
"gatsby-remark-embedder": "^6.0.0",
"gatsby-remark-images": "^7.0.0",
"gatsby-remark-responsive-iframe": "^6.0.0",
"gatsby-source-filesystem": "^5.0.0",
"gatsby-transformer-sharp": "^5.0.0",
"gatsby-transformer-yaml": "^5.0.0",
"lodash.camelcase": "^4.3.0",
"url-join": "^4.0.1"
"url-join": "^5.0.0"
},
"peerDependencies": {
"@mdx-js/react": "^1.5.1",
Expand Down
14 changes: 7 additions & 7 deletions @rocketseat/gatsby-theme-docs/package.json
Expand Up @@ -30,22 +30,22 @@
"dependencies": {
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"@mdx-js/react": "^1.6.22",
"@mdx-js/react": "^2.0.0",
"@rocketseat/gatsby-theme-docs-core": "^3.2.0",
"gatsby-plugin-catch-links": "^4.2.0",
"gatsby-plugin-emotion": "^7.2.0",
"gatsby-plugin-mdx": "^3.2.0",
"gatsby-plugin-react-helmet": "^5.2.0",
"gatsby-plugin-catch-links": "^5.0.0",
"gatsby-plugin-emotion": "^8.0.0",
"gatsby-plugin-mdx": "^5.0.0",
"gatsby-plugin-react-helmet": "^6.0.0",
"mdx-utils": "^0.2.0",
"parse-numeric-range": "^1.3.0",
"polished": "^4.1.3",
"prism-react-renderer": "^1.2.1",
"prop-types": "^15.7.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"react-live": "^2.3.0",
"react-live": "^3.0.0",
"react-use": "^17.3.1",
"url-join": "^4.0.1"
"url-join": "^5.0.0"
},
"peerDependencies": {
"gatsby": "^4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -34,8 +34,8 @@
"devDependencies": {
"@changesets/changelog-github": "^0.4.0",
"@changesets/cli": "^2.14.1",
"@commitlint/cli": "16.3.0",
"@commitlint/config-conventional": "16.2.4",
"@commitlint/cli": "17.2.0",
"@commitlint/config-conventional": "17.2.0",
"commitizen": "4.2.4",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.15.0",
Expand All @@ -46,8 +46,8 @@
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.5.0",
"husky": "7.0.4",
"lint-staged": "12.4.1",
"husky": "8.0.2",
"lint-staged": "13.0.3",
"prettier": "2.6.2"
}
}

0 comments on commit 67de5d7

Please sign in to comment.