Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2025
1 parent bc646f6 commit c04d6da
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion demo-apps/example-usage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"apollo-boost": "0.4.9",
"baby-i-am-faded": "4.0.14",
"emotion-theming": "11.0.0",
"framer-motion": "12.0.4",
"framer-motion": "12.0.5",
"graphql-tag": "2.12.6",
"landing-blocks": "2.1.0",
"next": "15.1.6",
Expand Down
8 changes: 4 additions & 4 deletions demo-apps/example-usage/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2507,10 +2507,10 @@ formdata-polyfill@^4.0.10:
dependencies:
fetch-blob "^3.1.2"

[email protected].4:
version "12.0.4"
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-12.0.4.tgz#3035ad99b0bd21302b5f54ed84ce5d7b450cdae0"
integrity sha512-Y+qeFoOkAo8y9Gh01R0B4Le6Vohkd+O4MEnXbKiN1elLxqmox7im8HyyfUhiEYYKd+jnt1g7UqRJmRqqyUfjVw==
[email protected].5:
version "12.0.5"
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-12.0.5.tgz#cd4f2c04b7c7595c36e4983b55e50ab257b69f4e"
integrity sha512-OgfUHfL+u80uCf6VzkV7j3+H2W9zPMdV+40bug4ftB0C2+0FpfNca2rbH2Fouq2R7//bjw6tJhOwXsrsM4+LKw==
dependencies:
motion-dom "^12.0.0"
motion-utils "^12.0.0"
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"next": "15.1.6",
"next-cookies": "2.0.3",
"next-transpile-modules": "10.0.1",
"nextra": "4.0.7",
"nextra-theme-docs": "4.0.7",
"nextra": "4.0.8",
"nextra-theme-docs": "4.0.8",
"npm-name": "8.0.0",
"p-debounce": "4.0.0",
"prism-react-renderer": "2.4.1",
Expand Down
16 changes: 8 additions & 8 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4549,10 +4549,10 @@ [email protected]:
"@next/swc-win32-x64-msvc" "15.1.6"
sharp "^0.33.5"

[email protected].7:
version "4.0.7"
resolved "https://registry.yarnpkg.com/nextra-theme-docs/-/nextra-theme-docs-4.0.7.tgz#47b602a4068afa1158d1a83bee09e8e3ed7ee418"
integrity sha512-KZMphMeN8r4mRVczDwlmIfDAzFyfYdJyE4TWqx9OblybazMD8gwHSC7nZAidLZSLzwWEUrf8vnBWN4KcXqyM8w==
[email protected].8:
version "4.0.8"
resolved "https://registry.yarnpkg.com/nextra-theme-docs/-/nextra-theme-docs-4.0.8.tgz#3c68fe94cc89bf14484b57231d678d8ae3afeb31"
integrity sha512-RjzNJUnzGd1hilzOiUEs1mSs9qBY401LJQ/VBVy6WzTZytsEU6HrHD1RgLtrl7iwGMk9A8mNArV1oBqD9rZEww==
dependencies:
"@headlessui/react" "^2.1.2"
clsx "^2.1.0"
Expand All @@ -4563,10 +4563,10 @@ [email protected]:
zod-validation-error "^3.0.0"
zustand "^5.0.1"

[email protected].7:
version "4.0.7"
resolved "https://registry.yarnpkg.com/nextra/-/nextra-4.0.7.tgz#92164c3238cd904c937ea287624aa9220e4d466e"
integrity sha512-jf+jpJoAE//bS0xZn0tn7fAGascdyI4U/JBj0kiI53gUsdcXV3j5/Lw6n/XLoeoPM0ptfb5WbVP2wrKIwNX59g==
[email protected].8:
version "4.0.8"
resolved "https://registry.yarnpkg.com/nextra/-/nextra-4.0.8.tgz#51f758d7c5a5ea1c7fe77035f43a13a69645292a"
integrity sha512-1ZvgcFUQmAVjkxYTpKwwHDr9z8GKT/SmTNymif+0D3iurgCbEt/8oe1jxZ95Z+upQpeGEdI7ze7JpL5X4ogb5w==
dependencies:
"@formatjs/intl-localematcher" "^0.5.4"
"@headlessui/react" "^2.1.2"
Expand Down

0 comments on commit c04d6da

Please sign in to comment.