From 68a3f6b9375394477760e74217b67385f7faed66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 14:20:23 +0000 Subject: [PATCH] fix(deps): update minor and patch dependencies for gatsby-theme-jodie-core (#1274) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lennart --- .changeset/dirty-planets-begin.md | 5 +++++ themes/gatsby-theme-jodie-core/package.json | 8 ++++---- yarn.lock | 8 ++++---- 3 files changed, 13 insertions(+), 8 deletions(-) create mode 100644 .changeset/dirty-planets-begin.md diff --git a/.changeset/dirty-planets-begin.md b/.changeset/dirty-planets-begin.md new file mode 100644 index 000000000..2d4c43f64 --- /dev/null +++ b/.changeset/dirty-planets-begin.md @@ -0,0 +1,5 @@ +--- +"@lekoarts/gatsby-theme-jodie-core": patch +--- + +update minor and patch dependencies diff --git a/themes/gatsby-theme-jodie-core/package.json b/themes/gatsby-theme-jodie-core/package.json index df0efa10e..e24fd7d9b 100755 --- a/themes/gatsby-theme-jodie-core/package.json +++ b/themes/gatsby-theme-jodie-core/package.json @@ -22,10 +22,10 @@ "dependencies": { "@lekoarts/themes-utils": "^3.0.1", "@mdx-js/react": "^2.3.0", - "gatsby-plugin-mdx": "^5.12.0", - "gatsby-plugin-sharp": "^5.12.0", - "gatsby-source-filesystem": "^5.12.0", - "gatsby-transformer-sharp": "^5.12.0", + "gatsby-plugin-mdx": "^5.12.3", + "gatsby-plugin-sharp": "^5.12.3", + "gatsby-source-filesystem": "^5.12.1", + "gatsby-transformer-sharp": "^5.12.3", "remark-gfm": "^3.0.1" }, "keywords": [ diff --git a/yarn.lock b/yarn.lock index 4b6783efa..0875b1ef3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2740,10 +2740,10 @@ __metadata: dependencies: "@lekoarts/themes-utils": "npm:^3.0.1" "@mdx-js/react": "npm:^2.3.0" - gatsby-plugin-mdx: "npm:^5.12.0" - gatsby-plugin-sharp: "npm:^5.12.0" - gatsby-source-filesystem: "npm:^5.12.0" - gatsby-transformer-sharp: "npm:^5.12.0" + gatsby-plugin-mdx: "npm:^5.12.3" + gatsby-plugin-sharp: "npm:^5.12.3" + gatsby-source-filesystem: "npm:^5.12.1" + gatsby-transformer-sharp: "npm:^5.12.3" remark-gfm: "npm:^3.0.1" peerDependencies: gatsby: ^5.5.0