From 0c47c87f852f4a55666fb0ac8c8668e9dc1011ab Mon Sep 17 00:00:00 2001 From: Nico Schett <52858351+schettn@users.noreply.github.com> Date: Thu, 23 May 2024 06:56:01 +0000 Subject: [PATCH] chore: update npm dependencies to latest versions --- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index fb0d16fb..e7bc456f 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "build-storybook": "build-storybook" }, "dependencies": { - "@atsnek/jaen": "^1.0.0-rc.84", + "@atsnek/jaen": "^1.0.0-rc.86", "@chakra-ui/icons": "^2", "@chakra-ui/react": "^2", "@emotion/react": "^11", @@ -30,7 +30,7 @@ "gatsby": "^5", "gatsby-jaen-mailpress": "^0.0.6", "gatsby-plugin-image": "^3", - "gatsby-plugin-jaen": "1.0.0-rc.101", + "gatsby-plugin-jaen": "1.0.0-rc.102", "react": "^18", "react-dom": "^18.2.0", "react-hook-form": "^7.43", diff --git a/yarn.lock b/yarn.lock index 4adec66d..b1be2412 100644 --- a/yarn.lock +++ b/yarn.lock @@ -42,10 +42,10 @@ css-tree "^2.3.1" is-potential-custom-element-name "^1.0.1" -"@atsnek/jaen@^1.0.0-rc.84": - version "1.0.0-rc.84" - resolved "https://registry.yarnpkg.com/@atsnek/jaen/-/jaen-1.0.0-rc.84.tgz#343ff1467a7ecbc6423a9b8b25766be10da859f5" - integrity sha512-ScwDc4pYnxfcyCdTV0hbIKJEFCKdHuWb/RdgBYufWNmyukM3BgdQjW41kknaMMTpxk0qR+QLxY53t4VsT57j8w== +"@atsnek/jaen@^1.0.0-rc.86": + version "1.0.0-rc.86" + resolved "https://registry.yarnpkg.com/@atsnek/jaen/-/jaen-1.0.0-rc.86.tgz#db918318120474fe3b9a8dd4d91c18fa54894313" + integrity sha512-CS1I1DQme2abi/oogucY7KatOLtfM+dseIWzLnEElKkspDOzJTA9GfEGcSLCWOJe/0qFvHKbT54Q0HwVtfy3/A== dependencies: "@chakra-ui/icons" "^2.1.1" "@chakra-ui/react" "^2.8.0" @@ -10777,10 +10777,10 @@ gatsby-plugin-image@^3, gatsby-plugin-image@^3.11.0, gatsby-plugin-image@^3.13.1 objectFitPolyfill "^2.3.5" prop-types "^15.8.1" -gatsby-plugin-jaen@1.0.0-rc.101: - version "1.0.0-rc.101" - resolved "https://registry.yarnpkg.com/gatsby-plugin-jaen/-/gatsby-plugin-jaen-1.0.0-rc.101.tgz#0e2f0617041378e109e8877f83ef0f8970cb2f45" - integrity sha512-4wn2RTRz0RU2U6csroEKvqg644sg1eXijBQkyyEjlY19+yPbdkeH34vAG4k2wnTvVgBjlYTIfi47kdces8SYGQ== +gatsby-plugin-jaen@1.0.0-rc.102: + version "1.0.0-rc.102" + resolved "https://registry.yarnpkg.com/gatsby-plugin-jaen/-/gatsby-plugin-jaen-1.0.0-rc.102.tgz#93a0f4c94e82b761b3d7530fc34468d345831f82" + integrity sha512-PxCX0v9WzcbmZpIO/Hgh9k3+JmFj5jk1tjgUvmL9n5TDN1u7KuNxcbKVCVgfuhrAK3kE6eDdulJR7to8CJH1ig== dependencies: "@chakra-ui/react" "^2.8.0" "@emotion/react" "^11.11.1"