Skip to content

Commit

Permalink
chore(deps): update starters
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 27, 2023
1 parent 08bd36f commit b2631ce
Show file tree
Hide file tree
Showing 10 changed files with 480 additions and 503 deletions.
10 changes: 5 additions & 5 deletions examples/cara/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
},
"dependencies": {
"@lekoarts/gatsby-theme-cara": "^5.0.5",
"gatsby": "^5.10.0",
"gatsby-plugin-manifest": "^5.10.0",
"gatsby": "^5.12.1",
"gatsby-plugin-manifest": "^5.12.0",
"gatsby-plugin-webpack-statoscope": "^1.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^18.16.16",
"@types/react": "^18.2.9",
"@types/react-dom": "^18.2.4",
"@types/node": "^18.17.11",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"cross-env": "^7.0.3",
"typescript": "^4.9.5"
}
Expand Down
12 changes: 6 additions & 6 deletions examples/emilia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
},
"dependencies": {
"@lekoarts/gatsby-theme-emilia": "^5.0.5",
"gatsby": "^5.10.0",
"gatsby-plugin-manifest": "^5.10.0",
"gatsby-plugin-sitemap": "^6.10.0",
"gatsby": "^5.12.1",
"gatsby-plugin-manifest": "^5.12.0",
"gatsby-plugin-sitemap": "^6.12.0",
"gatsby-plugin-webpack-statoscope": "^1.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^18.16.16",
"@types/react": "^18.2.9",
"@types/react-dom": "^18.2.4",
"@types/node": "^18.17.11",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"cross-env": "^7.0.3",
"typescript": "^4.9.5"
}
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,17 +17,17 @@
},
"dependencies": {
"@lekoarts/gatsby-theme-emma": "^5.0.4",
"gatsby": "^5.10.0",
"gatsby-plugin-manifest": "^5.10.0",
"gatsby-plugin-sitemap": "^6.10.0",
"gatsby": "^5.12.1",
"gatsby-plugin-manifest": "^5.12.0",
"gatsby-plugin-sitemap": "^6.12.0",
"gatsby-plugin-webpack-statoscope": "^1.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^18.16.16",
"@types/react": "^18.2.9",
"@types/react-dom": "^18.2.4",
"@types/node": "^18.17.11",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"cross-env": "^7.0.3",
"typescript": "^4.9.5"
}
Expand Down
8 changes: 4 additions & 4 deletions examples/graphql-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
},
"dependencies": {
"@lekoarts/gatsby-theme-graphql-playground": "^5.0.4",
"gatsby": "^5.10.0",
"gatsby": "^5.12.1",
"gatsby-plugin-webpack-statoscope": "^1.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^18.16.16",
"@types/react": "^18.2.9",
"@types/react-dom": "^18.2.4",
"@types/node": "^18.17.11",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"cross-env": "^7.0.3",
"typescript": "^4.9.5"
}
Expand Down
12 changes: 6 additions & 6 deletions examples/jodie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
},
"dependencies": {
"@lekoarts/gatsby-theme-jodie": "^5.0.4",
"gatsby": "^5.10.0",
"gatsby-plugin-manifest": "^5.10.0",
"gatsby-plugin-sitemap": "^6.10.0",
"gatsby": "^5.12.1",
"gatsby-plugin-manifest": "^5.12.0",
"gatsby-plugin-sitemap": "^6.12.0",
"gatsby-plugin-webpack-statoscope": "^1.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^18.16.16",
"@types/react": "^18.2.9",
"@types/react-dom": "^18.2.4",
"@types/node": "^18.17.11",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"cross-env": "^7.0.3",
"typescript": "^4.9.5"
}
Expand Down
14 changes: 7 additions & 7 deletions examples/minimal-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
},
"dependencies": {
"@lekoarts/gatsby-theme-minimal-blog": "^6.0.5",
"gatsby": "^5.10.0",
"gatsby-plugin-feed": "^5.10.0",
"gatsby-plugin-manifest": "^5.10.0",
"gatsby-plugin-sitemap": "^6.10.0",
"gatsby": "^5.12.1",
"gatsby-plugin-feed": "^5.12.0",
"gatsby-plugin-manifest": "^5.12.0",
"gatsby-plugin-sitemap": "^6.12.0",
"gatsby-plugin-webpack-statoscope": "^1.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^18.16.16",
"@types/react": "^18.2.9",
"@types/react-dom": "^18.2.4",
"@types/node": "^18.17.11",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"cross-env": "^7.0.3",
"typescript": "^4.9.5"
}
Expand Down
16 changes: 8 additions & 8 deletions examples/specimens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"@mdx-js/react": "^2.3.0",
"@theme-ui/mdx": "~0.15.3",
"@theme-ui/preset-system": "0.15.3",
"gatsby": "^5.10.0",
"gatsby-plugin-catch-links": "^5.10.0",
"gatsby-plugin-manifest": "^5.10.0",
"gatsby-plugin-mdx": "^5.10.0",
"gatsby": "^5.12.1",
"gatsby-plugin-catch-links": "^5.12.0",
"gatsby-plugin-manifest": "^5.12.0",
"gatsby-plugin-mdx": "^5.12.0",
"gatsby-plugin-theme-ui": "~0.15.3",
"gatsby-plugin-webpack-statoscope": "^1.0.3",
"gatsby-source-filesystem": "^5.10.0",
"gatsby-source-filesystem": "^5.12.0",
"prism-react-renderer": "^1.3.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -40,9 +40,9 @@
"theme-ui": "~0.15.3"
},
"devDependencies": {
"@types/node": "^18.16.16",
"@types/react": "^18.2.9",
"@types/react-dom": "^18.2.4",
"@types/node": "^18.17.11",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"cross-env": "^7.0.3",
"typescript": "^4.9.5"
}
Expand Down
12 changes: 6 additions & 6 deletions examples/status-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
"dependencies": {
"@emotion/react": "^11.11.0",
"@lekoarts/gatsby-theme-status-dashboard": "^5.1.1",
"gatsby": "^5.10.0",
"gatsby-plugin-emotion": "^8.10.0",
"gatsby-plugin-manifest": "^5.10.0",
"gatsby": "^5.12.1",
"gatsby-plugin-emotion": "^8.12.0",
"gatsby-plugin-manifest": "^5.12.0",
"gatsby-plugin-webpack-statoscope": "^1.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^18.16.16",
"@types/react": "^18.2.9",
"@types/react-dom": "^18.2.4",
"@types/node": "^18.17.11",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"cross-env": "^7.0.3",
"typescript": "^4.9.5"
}
Expand Down
8 changes: 4 additions & 4 deletions examples/styleguide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"@lekoarts/gatsby-theme-styleguide": "^5.0.0",
"@mdx-js/react": "^2.3.0",
"@theme-ui/mdx": "~0.15.3",
"gatsby": "^5.10.0",
"gatsby": "^5.12.1",
"gatsby-plugin-theme-ui": "~0.15.3",
"gatsby-plugin-webpack-statoscope": "^1.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"theme-ui": "~0.15.3"
},
"devDependencies": {
"@types/node": "^18.16.16",
"@types/react": "^18.2.9",
"@types/react-dom": "^18.2.4",
"@types/node": "^18.17.11",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"cross-env": "^7.0.3",
"typescript": "^4.9.5"
}
Expand Down
Loading

0 comments on commit b2631ce

Please sign in to comment.