Skip to content

Commit

Permalink
chore(deps): update gatsby
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 14, 2023
1 parent ded7be6 commit c41204e
Show file tree
Hide file tree
Showing 3 changed files with 2,684 additions and 2,816 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"dependencies": {
"gatsby": "^2.24.73",
"gatsby": "^2.32.13",
"gatsby-theme-scarlet": "*",
"react": "^17.0.1",
"react-dom": "^17.0.1"
Expand Down
24 changes: 12 additions & 12 deletions theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,29 @@
"postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags"
},
"peerDependencies": {
"gatsby": "^2.24.73",
"gatsby": "^2.32.13",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"gatsby": "^2.24.73",
"gatsby": "^2.32.13",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"dependencies": {
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@mdx-js/react": "^1.5.8",
"gatsby-image": "^2.4.21",
"gatsby-plugin-manifest": "^2.4.34",
"gatsby-plugin-netlify": "^2.3.17",
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-schema-snapshot": "^1.0.0",
"gatsby-plugin-sharp": "^2.6.40",
"gatsby-plugin-theme-ui": "^0.3.0",
"gatsby-source-filesystem": "^2.3.34",
"gatsby-transformer-json": "^2.4.14",
"gatsby-transformer-sharp": "^2.5.17",
"gatsby-image": "^2.11.0",
"gatsby-plugin-manifest": "^2.12.1",
"gatsby-plugin-netlify": "^2.11.1",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-schema-snapshot": "^1.7.0",
"gatsby-plugin-sharp": "^2.14.4",
"gatsby-plugin-theme-ui": "^0.16.1",
"gatsby-source-filesystem": "^2.11.1",
"gatsby-transformer-json": "^2.11.0",
"gatsby-transformer-sharp": "^2.12.1",
"react-helmet": "^5.2.1",
"theme-ui": "^0.2.52",
"typeface-open-sans": "^1.1.13",
Expand Down
Loading

0 comments on commit c41204e

Please sign in to comment.