Skip to content

Commit 22f7a9b

Browse files
committed
chore: Update gatsby deps
1 parent 4eecfc8 commit 22f7a9b

File tree

17 files changed

+307
-178
lines changed

17 files changed

+307
-178
lines changed

.changeset/khaki-breads-guess.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@lekoarts/gatsby-theme-graphql-playground": patch
3+
"@lekoarts/gatsby-theme-minimal-blog-core": patch
4+
"@lekoarts/gatsby-theme-emilia-core": patch
5+
"@lekoarts/gatsby-theme-jodie-core": patch
6+
"@lekoarts/gatsby-theme-emma-core": patch
7+
---
8+
9+
Update gatsby and gatsby-plugin-mdx dependencies

examples/cara/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@lekoarts/gatsby-theme-cara": "^5.1.7",
20-
"gatsby": "^5.14.1",
20+
"gatsby": "^5.14.3",
2121
"gatsby-plugin-manifest": "^5.14.0",
2222
"gatsby-plugin-webpack-statoscope": "^1.0.3",
2323
"react": "^18.3.1",

examples/emilia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@lekoarts/gatsby-theme-emilia": "^5.1.8",
20-
"gatsby": "^5.14.1",
20+
"gatsby": "^5.14.3",
2121
"gatsby-plugin-manifest": "^5.14.0",
2222
"gatsby-plugin-sitemap": "^6.14.0",
2323
"gatsby-plugin-webpack-statoscope": "^1.0.3",

examples/emma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@lekoarts/gatsby-theme-emma": "^5.1.8",
20-
"gatsby": "^5.14.1",
20+
"gatsby": "^5.14.3",
2121
"gatsby-plugin-manifest": "^5.14.0",
2222
"gatsby-plugin-sitemap": "^6.14.0",
2323
"gatsby-plugin-webpack-statoscope": "^1.0.3",

examples/graphql-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@lekoarts/gatsby-theme-graphql-playground": "^5.1.10",
20-
"gatsby": "^5.14.1",
20+
"gatsby": "^5.14.3",
2121
"gatsby-plugin-webpack-statoscope": "^1.0.3",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1"

examples/jodie/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@lekoarts/gatsby-theme-jodie": "^5.1.9",
20-
"gatsby": "^5.14.1",
20+
"gatsby": "^5.14.3",
2121
"gatsby-plugin-manifest": "^5.14.0",
2222
"gatsby-plugin-sitemap": "^6.14.0",
2323
"gatsby-plugin-webpack-statoscope": "^1.0.3",

examples/minimal-blog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@lekoarts/gatsby-theme-minimal-blog": "^6.2.4",
20-
"gatsby": "^5.14.1",
20+
"gatsby": "^5.14.3",
2121
"gatsby-plugin-feed": "^5.14.0",
2222
"gatsby-plugin-manifest": "^5.14.0",
2323
"gatsby-plugin-sitemap": "^6.14.0",

examples/specimens/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"@mdx-js/react": "^2.3.0",
2525
"@theme-ui/mdx": "~0.15.3",
2626
"@theme-ui/preset-system": "0.15.3",
27-
"gatsby": "^5.14.1",
27+
"gatsby": "^5.14.3",
2828
"gatsby-plugin-catch-links": "^5.14.0",
2929
"gatsby-plugin-manifest": "^5.14.0",
30-
"gatsby-plugin-mdx": "^5.14.0",
30+
"gatsby-plugin-mdx": "^5.14.1",
3131
"gatsby-plugin-theme-ui": "~0.15.3",
3232
"gatsby-plugin-webpack-statoscope": "^1.0.3",
3333
"gatsby-source-filesystem": "^5.14.0",

examples/status-dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@emotion/react": "^11.14.0",
2020
"@lekoarts/gatsby-theme-status-dashboard": "^5.1.3",
21-
"gatsby": "^5.14.1",
21+
"gatsby": "^5.14.3",
2222
"gatsby-plugin-emotion": "^8.14.0",
2323
"gatsby-plugin-manifest": "^5.14.0",
2424
"gatsby-plugin-webpack-statoscope": "^1.0.3",

examples/styleguide/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@lekoarts/gatsby-theme-styleguide": "^5.1.3",
2121
"@mdx-js/react": "^2.3.0",
2222
"@theme-ui/mdx": "~0.15.3",
23-
"gatsby": "^5.14.1",
23+
"gatsby": "^5.14.3",
2424
"gatsby-plugin-theme-ui": "~0.15.3",
2525
"gatsby-plugin-webpack-statoscope": "^1.0.3",
2626
"react": "^18.3.1",

themes/gatsby-theme-cara/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@react-spring/web": "^9.7.5",
2727
"@theme-ui/mdx": "~0.15.3",
2828
"@theme-ui/preset-tailwind": "0.15.3",
29-
"gatsby-plugin-mdx": "^5.14.0",
29+
"gatsby-plugin-mdx": "^5.14.1",
3030
"gatsby-plugin-theme-ui": "~0.15.3",
3131
"gatsby-source-filesystem": "^5.14.0",
3232
"theme-ui": "~0.15.3"

themes/gatsby-theme-emilia-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"@lekoarts/themes-utils": "^3.0.2",
2424
"@mdx-js/react": "^2.3.0",
25-
"gatsby-plugin-mdx": "^5.14.0",
25+
"gatsby-plugin-mdx": "^5.14.1",
2626
"gatsby-plugin-sharp": "^5.14.0",
2727
"gatsby-source-filesystem": "^5.14.0",
2828
"gatsby-transformer-sharp": "^5.14.0"

themes/gatsby-theme-emma-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"@lekoarts/themes-utils": "^3.0.2",
2424
"@mdx-js/react": "^2.3.0",
25-
"gatsby-plugin-mdx": "^5.14.0",
25+
"gatsby-plugin-mdx": "^5.14.1",
2626
"gatsby-plugin-sharp": "^5.14.0",
2727
"gatsby-remark-images": "^7.14.0",
2828
"gatsby-source-filesystem": "^5.14.0",

themes/gatsby-theme-graphql-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@theme-ui/mdx": "~0.15.3",
2828
"@theme-ui/preset-tailwind": "0.15.3",
2929
"@theme-ui/sidenav": "~0.15.3",
30-
"gatsby-plugin-mdx": "^5.14.0",
30+
"gatsby-plugin-mdx": "^5.14.1",
3131
"gatsby-plugin-theme-ui": "~0.15.3",
3232
"gatsby-source-filesystem": "^5.14.0",
3333
"is-absolute-url": "^4.0.1",

themes/gatsby-theme-jodie-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"@lekoarts/themes-utils": "^3.0.2",
2424
"@mdx-js/react": "^2.3.0",
25-
"gatsby-plugin-mdx": "^5.14.0",
25+
"gatsby-plugin-mdx": "^5.14.1",
2626
"gatsby-plugin-sharp": "^5.14.0",
2727
"gatsby-source-filesystem": "^5.14.0",
2828
"gatsby-transformer-sharp": "^5.14.0",

themes/gatsby-theme-minimal-blog-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@lekoarts/rehype-meta-as-attributes": "^3.0.2",
2424
"@lekoarts/themes-utils": "^3.0.2",
2525
"@mdx-js/react": "^2.3.0",
26-
"gatsby-plugin-mdx": "^5.14.0",
26+
"gatsby-plugin-mdx": "^5.14.1",
2727
"gatsby-plugin-sharp": "^5.14.0",
2828
"gatsby-remark-images": "^7.14.0",
2929
"gatsby-source-filesystem": "^5.14.0",

0 commit comments

Comments
 (0)