Skip to content

Commit

Permalink
chore: Update gatsby deps (#1367)
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts authored Dec 24, 2024
1 parent 96c15ef commit 4c3abc7
Show file tree
Hide file tree
Showing 21 changed files with 536 additions and 458 deletions.
23 changes: 23 additions & 0 deletions .changeset/serious-dodos-live.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
"@lekoarts/gatsby-theme-graphql-playground": patch
"@lekoarts/gatsby-theme-minimal-blog-core": patch
"@lekoarts/gatsby-theme-minimal-blog": patch
"@lekoarts/gatsby-theme-emilia-core": patch
"@lekoarts/gatsby-theme-jodie-core": patch
"@lekoarts/gatsby-theme-emma-core": patch
"graphql-playground": patch
"@lekoarts/gatsby-theme-emilia": patch
"status-dashboard": patch
"@lekoarts/gatsby-theme-jodie": patch
"@lekoarts/gatsby-theme-cara": patch
"@lekoarts/gatsby-theme-emma": patch
"minimal-blog": patch
"styleguide": patch
"specimens": patch
"emilia": patch
"jodie": patch
"cara": patch
"emma": patch
---

Update Gatsby related dependencies
4 changes: 2 additions & 2 deletions examples/cara/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"dependencies": {
"@lekoarts/gatsby-theme-cara": "^5.1.4",
"gatsby": "^5.13.6",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby": "^5.14.1",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-webpack-statoscope": "^1.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
6 changes: 3 additions & 3 deletions examples/emilia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
},
"dependencies": {
"@lekoarts/gatsby-theme-emilia": "^5.1.4",
"gatsby": "^5.13.6",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby": "^5.14.1",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-sitemap": "^6.14.0",
"gatsby-plugin-webpack-statoscope": "^1.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
6 changes: 3 additions & 3 deletions examples/emma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
},
"dependencies": {
"@lekoarts/gatsby-theme-emma": "^5.1.4",
"gatsby": "^5.13.6",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby": "^5.14.1",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-sitemap": "^6.14.0",
"gatsby-plugin-webpack-statoscope": "^1.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@lekoarts/gatsby-theme-graphql-playground": "^5.1.5",
"gatsby": "^5.13.6",
"gatsby": "^5.14.1",
"gatsby-plugin-webpack-statoscope": "^1.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
6 changes: 3 additions & 3 deletions examples/jodie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
},
"dependencies": {
"@lekoarts/gatsby-theme-jodie": "^5.1.4",
"gatsby": "^5.13.6",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby": "^5.14.1",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-sitemap": "^6.14.0",
"gatsby-plugin-webpack-statoscope": "^1.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
8 changes: 4 additions & 4 deletions examples/minimal-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
},
"dependencies": {
"@lekoarts/gatsby-theme-minimal-blog": "^6.2.1",
"gatsby": "^5.13.6",
"gatsby-plugin-feed": "^5.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby": "^5.14.1",
"gatsby-plugin-feed": "^5.14.0",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-sitemap": "^6.14.0",
"gatsby-plugin-webpack-statoscope": "^1.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
10 changes: 5 additions & 5 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.13.6",
"gatsby-plugin-catch-links": "^5.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-mdx": "^5.13.1",
"gatsby": "^5.14.1",
"gatsby-plugin-catch-links": "^5.14.0",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-mdx": "^5.14.0",
"gatsby-plugin-theme-ui": "~0.15.3",
"gatsby-plugin-webpack-statoscope": "^1.0.3",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-source-filesystem": "^5.14.0",
"prism-react-renderer": "^2.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
6 changes: 3 additions & 3 deletions examples/status-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"dependencies": {
"@emotion/react": "^11.13.3",
"@lekoarts/gatsby-theme-status-dashboard": "^5.1.2",
"gatsby": "^5.13.6",
"gatsby-plugin-emotion": "^8.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby": "^5.14.1",
"gatsby-plugin-emotion": "^8.14.0",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-webpack-statoscope": "^1.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/styleguide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@lekoarts/gatsby-theme-styleguide": "^5.1.2",
"@mdx-js/react": "^2.3.0",
"@theme-ui/mdx": "~0.15.3",
"gatsby": "^5.13.6",
"gatsby": "^5.14.1",
"gatsby-plugin-theme-ui": "~0.15.3",
"gatsby-plugin-webpack-statoscope": "^1.0.3",
"react": "^18.3.1",
Expand Down
4 changes: 2 additions & 2 deletions themes/gatsby-theme-cara/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"@react-spring/web": "^9.7.3",
"@theme-ui/mdx": "~0.15.3",
"@theme-ui/preset-tailwind": "0.15.3",
"gatsby-plugin-mdx": "^5.13.1",
"gatsby-plugin-mdx": "^5.14.0",
"gatsby-plugin-theme-ui": "~0.15.3",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-source-filesystem": "^5.14.0",
"theme-ui": "~0.15.3"
},
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions themes/gatsby-theme-emilia-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"dependencies": {
"@lekoarts/themes-utils": "^3.0.1",
"@mdx-js/react": "^2.3.0",
"gatsby-plugin-mdx": "^5.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1"
"gatsby-plugin-mdx": "^5.14.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-sharp": "^5.14.0"
},
"keywords": [
"gatsby",
Expand Down
2 changes: 1 addition & 1 deletion themes/gatsby-theme-emilia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@lekoarts/gatsby-theme-emilia-core": "^5.1.6",
"@theme-ui/mdx": "~0.15.3",
"@theme-ui/preset-tailwind": "0.15.3",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-theme-ui": "~0.15.3",
"polished": "^4.3.1",
"react-spring": "^9.7.3",
Expand Down
10 changes: 5 additions & 5 deletions themes/gatsby-theme-emma-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"dependencies": {
"@lekoarts/themes-utils": "^3.0.1",
"@mdx-js/react": "^2.3.0",
"gatsby-plugin-mdx": "^5.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-remark-images": "^7.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"gatsby-plugin-mdx": "^5.14.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-remark-images": "^7.14.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"remark-gfm": "^3.0.1"
},
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions themes/gatsby-theme-emma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@lekoarts/gatsby-theme-emma-core": "^5.1.6",
"@theme-ui/mdx": "~0.15.3",
"@theme-ui/preset-tailwind": "0.15.3",
"gatsby-plugin-catch-links": "^5.13.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-catch-links": "^5.14.0",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-theme-ui": "~0.15.3",
"polished": "^4.3.1",
"react-spring": "^9.7.3",
Expand Down
4 changes: 2 additions & 2 deletions themes/gatsby-theme-graphql-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"@theme-ui/mdx": "~0.15.3",
"@theme-ui/preset-tailwind": "0.15.3",
"@theme-ui/sidenav": "~0.15.3",
"gatsby-plugin-mdx": "^5.13.1",
"gatsby-plugin-mdx": "^5.14.0",
"gatsby-plugin-theme-ui": "~0.15.3",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-source-filesystem": "^5.14.0",
"is-absolute-url": "^4.0.1",
"re-resizable": "^6.9.17",
"theme-ui": "~0.15.3",
Expand Down
8 changes: 4 additions & 4 deletions themes/gatsby-theme-jodie-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"dependencies": {
"@lekoarts/themes-utils": "^3.0.1",
"@mdx-js/react": "^2.3.0",
"gatsby-plugin-mdx": "^5.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"gatsby-plugin-mdx": "^5.14.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"remark-gfm": "^3.0.1"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion themes/gatsby-theme-jodie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@lekoarts/gatsby-theme-jodie-core": "^5.1.6",
"@theme-ui/mdx": "~0.15.3",
"@theme-ui/preset-tailwind": "0.15.3",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-theme-ui": "~0.15.3",
"polished": "^4.3.1",
"react-helmet": "^6.1.0",
Expand Down
10 changes: 5 additions & 5 deletions themes/gatsby-theme-minimal-blog-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"@lekoarts/rehype-meta-as-attributes": "^3.0.1",
"@lekoarts/themes-utils": "^3.0.1",
"@mdx-js/react": "^2.3.0",
"gatsby-plugin-mdx": "^5.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-remark-images": "^7.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"gatsby-plugin-mdx": "^5.14.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-remark-images": "^7.14.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"reading-time": "^1.5.0",
"remark-gfm": "^3.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion themes/gatsby-theme-minimal-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@theme-ui/color": "~0.15.3",
"@theme-ui/mdx": "~0.15.3",
"@theme-ui/preset-tailwind": "0.15.3",
"gatsby-plugin-catch-links": "^5.13.1",
"gatsby-plugin-catch-links": "^5.14.0",
"gatsby-plugin-theme-ui": "~0.15.3",
"prism-react-renderer": "^2.3.1",
"theme-ui": "~0.15.3"
Expand Down
Loading

0 comments on commit 4c3abc7

Please sign in to comment.