Skip to content

Commit

Permalink
Update gatsby monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 23, 2022
1 parent afe6e62 commit 54b50af
Show file tree
Hide file tree
Showing 4 changed files with 8,246 additions and 993 deletions.
8 changes: 4 additions & 4 deletions packages/gatsby-theme-digital-garden-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"react"
],
"devDependencies": {
"gatsby": "2.15.8",
"gatsby": "4.17.0",
"react": "16.9.0",
"react-dom": "16.9.0"
},
"peerDependencies": {
"gatsby": "^2.13.50",
"gatsby": "^2.13.50 || ^4.0.0",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
Expand All @@ -27,9 +27,9 @@
"@mdx-js/react": "^1.1.5",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-og-image": "0.0.1",
"gatsby-plugin-page-creator": "^2.1.5",
"gatsby-plugin-page-creator": "^4.0.0",
"gatsby-plugin-redirects": "^1.0.0",
"gatsby-source-filesystem": "^2.1.8",
"gatsby-source-filesystem": "^4.0.0",
"is-present": "^1.0.0",
"react-feather": "^2.0.3"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby-theme-digital-garden-portfolio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
"react"
],
"devDependencies": {
"gatsby": "2.15.8",
"gatsby": "4.17.0",
"react": "16.9.0",
"react-dom": "16.9.0"
},
"peerDependencies": {
"gatsby": "^2.13.50",
"gatsby": "^2.13.50 || ^4.0.0",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
"dependencies": {
"debug": "^4.1.1",
"gatsby-plugin-compile-es6-packages": "^2.1.0",
"gatsby-plugin-page-creator": "^2.1.5",
"gatsby-source-filesystem": "^2.1.8",
"gatsby-plugin-page-creator": "^4.0.0",
"gatsby-source-filesystem": "^4.0.0",
"mkdirp": "^0.5.1"
}
}
12 changes: 6 additions & 6 deletions packages/gatsby-theme-digital-garden/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,28 @@
"react"
],
"devDependencies": {
"gatsby": "2.15.8",
"gatsby": "4.17.0",
"react": "16.9.0",
"react-dom": "16.9.0"
},
"peerDependencies": {
"gatsby": "^2.13.50",
"gatsby": "^2.13.50 || ^4.0.0",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
"dependencies": {
"@emotion/core": "^10.0.15",
"@mdx-js/mdx": "^1.1.5",
"@mdx-js/react": "^1.1.5",
"gatsby-plugin-emotion": "^4.1.2",
"gatsby-plugin-emotion": "^7.0.0",
"gatsby-plugin-mdx": "^1.0.22",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-og-image": "0.0.1",
"gatsby-plugin-page-creator": "^2.1.5",
"gatsby-plugin-react-helmet": "^3.1.3",
"gatsby-plugin-page-creator": "^4.0.0",
"gatsby-plugin-react-helmet": "^5.0.0",
"gatsby-plugin-redirects": "^1.0.0",
"gatsby-plugin-theme-ui": "^0.2.26",
"gatsby-source-filesystem": "^2.1.8",
"gatsby-source-filesystem": "^4.0.0",
"is-present": "^1.0.0",
"path": "^0.12.7",
"react-feather": "^2.0.3",
Expand Down
Loading

0 comments on commit 54b50af

Please sign in to comment.