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 Dec 6, 2023
1 parent 45d3efb commit b813c77
Show file tree
Hide file tree
Showing 4 changed files with 1,537 additions and 850 deletions.
12 changes: 6 additions & 6 deletions @rocketseat/gatsby-theme-docs-core/package.json
Expand Up @@ -28,22 +28,22 @@
"url": "https://github.com/jpedroschmitz/rocketdocs/issues"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/mdx": "^3.0.0",
"gatsby-plugin-mdx": "^5.9.0",
"gatsby-plugin-sharp": "^5.9.0",
"gatsby-remark-autolink-headers": "^6.9.0",
"gatsby-remark-copy-linked-files": "^6.9.0",
"gatsby-remark-embedder": "^6.0.1",
"gatsby-remark-embedder": "^7.0.0",
"gatsby-remark-images": "^7.9.0",
"gatsby-remark-responsive-iframe": "^6.9.0",
"gatsby-source-filesystem": "^5.9.0",
"gatsby-transformer-sharp": "^5.9.0",
"gatsby-transformer-yaml": "^5.9.0",
"lodash.camelcase": "^4.3.0",
"mdast-util-to-string": "^2",
"remark-gfm": "^1",
"unist-util-visit": "^2",
"url-join": "^4.0.1"
"mdast-util-to-string": "^4.0.0",
"remark-gfm": "^4.0.0",
"unist-util-visit": "^5.0.0",
"url-join": "^5.0.0"
},
"peerDependencies": {
"@mdx-js/react": "^2.3.0",
Expand Down
6 changes: 3 additions & 3 deletions @rocketseat/gatsby-theme-docs/package.json
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mdx-js/react": "^2.3.0",
"@mdx-js/react": "^3.0.0",
"@rocketseat/gatsby-theme-docs-core": "^4.0.0",
"gatsby-plugin-catch-links": "^5.9.0",
"gatsby-plugin-emotion": "^8.9.0",
Expand All @@ -39,13 +39,13 @@
"mdx-utils": "^0.2.0",
"parse-numeric-range": "^1.3.0",
"polished": "^4.2.2",
"prism-react-renderer": "^1.2.1",
"prism-react-renderer": "^2.0.0",
"prop-types": "^15.8.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.8.0",
"react-live": "^4.0.1",
"react-use": "^17.4.0",
"url-join": "^4.0.1"
"url-join": "^5.0.0"
},
"peerDependencies": {
"gatsby": "^5.0.0",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -34,21 +34,21 @@
"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": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"commitizen": "4.2.4",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.15.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "8.5.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.5.0",
"eslint-utils": "^3.0.0",
"husky": "7.0.4",
"lint-staged": "12.4.1",
"prettier": "2.6.2"
"husky": "8.0.3",
"lint-staged": "15.2.0",
"prettier": "3.1.0"
}
}

0 comments on commit b813c77

Please sign in to comment.