Skip to content

Commit

Permalink
fix: Dependency & renovate updates (#48)
Browse files Browse the repository at this point in the history
* fix(deps): Update all dependencies

* chore: Update renovate config
  • Loading branch information
LekoArts committed Aug 20, 2019
1 parent 6162030 commit 208cc23
Show file tree
Hide file tree
Showing 10 changed files with 240 additions and 234 deletions.
10 changes: 5 additions & 5 deletions examples/cara/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
},
"dependencies": {
"@lekoarts/gatsby-theme-cara": "^0.0.9",
"gatsby": "^2.13.3",
"gatsby-plugin-google-analytics": "^2.1.4",
"gatsby-plugin-manifest": "^2.2.3",
"gatsby-plugin-netlify": "^2.1.3",
"gatsby-plugin-offline": "^2.2.4",
"gatsby": "^2.13.72",
"gatsby-plugin-google-analytics": "^2.1.8",
"gatsby-plugin-manifest": "^2.2.6",
"gatsby-plugin-netlify": "^2.1.6",
"gatsby-plugin-offline": "^2.2.7",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
Expand Down
12 changes: 6 additions & 6 deletions examples/emma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
},
"dependencies": {
"@lekoarts/gatsby-theme-emma": "^0.0.17",
"gatsby": "^2.13.3",
"gatsby-plugin-google-analytics": "^2.1.4",
"gatsby-plugin-manifest": "^2.2.3",
"gatsby-plugin-netlify": "^2.1.3",
"gatsby-plugin-offline": "^2.2.4",
"gatsby-plugin-sitemap": "^2.2.3",
"gatsby": "^2.13.72",
"gatsby-plugin-google-analytics": "^2.1.8",
"gatsby-plugin-manifest": "^2.2.6",
"gatsby-plugin-netlify": "^2.1.6",
"gatsby-plugin-offline": "^2.2.7",
"gatsby-plugin-sitemap": "^2.2.7",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
Expand Down
20 changes: 10 additions & 10 deletions examples/specimens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@
"@lekoarts/gatsby-theme-specimens": "^1.0.1",
"@mdx-js/mdx": "^1.3.1",
"@mdx-js/react": "^1.3.1",
"gatsby": "^2.13.65",
"gatsby-plugin-catch-links": "^2.1.3",
"gatsby-plugin-emotion": "^4.1.2",
"gatsby-plugin-manifest": "^2.2.5",
"gatsby-plugin-mdx": "^1.0.24",
"gatsby-plugin-netlify": "^2.1.5",
"gatsby-plugin-offline": "^2.2.6",
"gatsby-plugin-react-helmet": "^3.1.3",
"gatsby": "^2.13.72",
"gatsby-plugin-catch-links": "^2.1.4",
"gatsby-plugin-emotion": "^4.1.3",
"gatsby-plugin-manifest": "^2.2.6",
"gatsby-plugin-mdx": "^1.0.25",
"gatsby-plugin-netlify": "^2.1.6",
"gatsby-plugin-offline": "^2.2.7",
"gatsby-plugin-react-helmet": "^3.1.4",
"gatsby-plugin-theme-ui": "^0.2.34",
"gatsby-source-filesystem": "^2.1.9",
"gatsby-source-filesystem": "^2.1.10",
"mdx-utils": "^0.2.0",
"prism-react-renderer": "^0.1.7",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1",
"react-live": "^2.1.2",
"react-live": "^2.2.0",
"remark-slug": "^5.1.2",
"theme-ui": "^0.2.35"
},
Expand Down
14 changes: 7 additions & 7 deletions examples/status-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"clean": "gatsby clean"
},
"dependencies": {
"@emotion/core": "^10.0.14",
"@emotion/core": "^10.0.16",
"@lekoarts/gatsby-theme-status-dashboard": "^0.0.13",
"gatsby": "^2.13.3",
"gatsby-plugin-emotion": "^4.1.2",
"gatsby-plugin-manifest": "^2.2.3",
"gatsby-plugin-netlify": "^2.1.3",
"gatsby-plugin-offline": "^2.2.4",
"gatsby-plugin-react-helmet": "^3.1.2",
"gatsby": "^2.13.72",
"gatsby-plugin-emotion": "^4.1.3",
"gatsby-plugin-manifest": "^2.2.6",
"gatsby-plugin-netlify": "^2.1.6",
"gatsby-plugin-offline": "^2.2.7",
"gatsby-plugin-react-helmet": "^3.1.4",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1"
Expand Down
6 changes: 5 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": ["config:base", ":disablePeerDependencies"],
"includePaths": ["examples/**", "themes/**", "www"],
"includePaths": ["package.json", "examples/**", "themes/**", "www"],
"packageRules": [
{
"packagePatterns": [
Expand All @@ -20,6 +20,10 @@
"packagePatterns": ["@mdx-js"],
"groupName": "MDX"
},
{
"packagePatterns": ["@testing-library"],
"groupName": "@testing-library"
},
{
"packageNames": ["react", "react-dom"],
"groupName": "React"
Expand Down
18 changes: 9 additions & 9 deletions themes/gatsby-theme-cara/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@
},
"peerDependencies": {
"gatsby": "^2.13.3",
"react": "^16.8.6",
"react-dom": "^16.8.6"
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
"dependencies": {
"@emotion/core": "^10.0.16",
"@emotion/styled": "^10.0.15",
"@mdx-js/mdx": "^1.2.2",
"@mdx-js/react": "^1.2.2",
"@mdx-js/mdx": "^1.3.1",
"@mdx-js/react": "^1.3.1",
"@theme-ui/presets": "^0.2.34",
"gatsby-plugin-emotion": "^4.1.2",
"gatsby-plugin-mdx": "^1.0.24",
"gatsby-plugin-react-helmet": "^3.1.3",
"gatsby-plugin-emotion": "^4.1.3",
"gatsby-plugin-mdx": "^1.0.25",
"gatsby-plugin-react-helmet": "^3.1.4",
"gatsby-plugin-theme-ui": "^0.2.34",
"gatsby-plugin-typescript": "^2.1.2",
"gatsby-source-filesystem": "^2.1.9",
"gatsby-plugin-typescript": "^2.1.3",
"gatsby-source-filesystem": "^2.1.10",
"react-helmet": "^5.2.1",
"react-spring": "^8.0.27",
"theme-ui": "^0.2.35"
Expand Down
28 changes: 14 additions & 14 deletions themes/gatsby-theme-emma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@
},
"peerDependencies": {
"gatsby": "^2.13.3",
"react": "^16.8.6",
"react-dom": "^16.8.6"
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
"dependencies": {
"@emotion/core": "^10.0.16",
"@mdx-js/mdx": "^1.2.2",
"@mdx-js/react": "^1.2.2",
"@mdx-js/mdx": "^1.3.1",
"@mdx-js/react": "^1.3.1",
"@theme-ui/presets": "^0.2.34",
"gatsby-image": "^2.2.8",
"gatsby-plugin-catch-links": "^2.1.3",
"gatsby-plugin-emotion": "^4.1.2",
"gatsby-plugin-mdx": "^1.0.24",
"gatsby-plugin-react-helmet": "^3.1.3",
"gatsby-plugin-sharp": "^2.2.12",
"gatsby-image": "^2.2.10",
"gatsby-plugin-catch-links": "^2.1.4",
"gatsby-plugin-emotion": "^4.1.3",
"gatsby-plugin-mdx": "^1.0.25",
"gatsby-plugin-react-helmet": "^3.1.4",
"gatsby-plugin-sharp": "^2.2.13",
"gatsby-plugin-theme-ui": "^0.2.34",
"gatsby-plugin-typescript": "^2.1.2",
"gatsby-remark-images": "^3.1.12",
"gatsby-source-filesystem": "^2.1.9",
"gatsby-transformer-sharp": "^2.2.6",
"gatsby-plugin-typescript": "^2.1.3",
"gatsby-remark-images": "^3.1.13",
"gatsby-source-filesystem": "^2.1.10",
"gatsby-transformer-sharp": "^2.2.7",
"lodash.kebabcase": "^4.1.1",
"polished": "^3.4.1",
"react-helmet": "^5.2.1",
Expand Down
2 changes: 1 addition & 1 deletion themes/gatsby-theme-specimens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@theme-ui/presets": "^0.2.34",
"chroma-js": "^2.0.4",
"gatsby-plugin-theme-ui": "^0.2.34",
"gatsby-plugin-typescript": "^2.1.2",
"gatsby-plugin-typescript": "^2.1.3",
"polished": "^3.4.1",
"theme-ui": "^0.2.35"
},
Expand Down
8 changes: 4 additions & 4 deletions themes/gatsby-theme-status-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
},
"peerDependencies": {
"gatsby": "^2.13.3",
"react": "^16.8.6",
"react-dom": "^16.8.6"
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
"dependencies": {
"@emotion/core": "^10.0.16",
"@mdx-js/react": "^1.2.2",
"@mdx-js/react": "^1.3.1",
"@theme-ui/presets": "^0.2.34",
"gatsby-plugin-theme-ui": "^0.2.34",
"gatsby-plugin-typescript": "^2.1.2",
"gatsby-plugin-typescript": "^2.1.3",
"gatsby-source-circleci": "^1.0.3",
"gatsby-source-netlify": "^1.0.3",
"theme-ui": "^0.2.35"
Expand Down
Loading

0 comments on commit 208cc23

Please sign in to comment.