Skip to content

Commit f3ba6f9

Browse files
build(deps): bump @react-spring/web from 9.7.2 to 9.7.3 (#6934)
Bumps [@react-spring/web](https://github.com/pmndrs/react-spring) from 9.7.2 to 9.7.3. - [Release notes](https://github.com/pmndrs/react-spring/releases) - [Commits](pmndrs/react-spring@v9.7.2...v9.7.3) --- updated-dependencies: - dependency-name: "@react-spring/web" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f85202d commit f3ba6f9

File tree

2 files changed

+39
-46
lines changed

2 files changed

+39
-46
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
},
146146
"dependencies": {
147147
"@docsearch/react": "^3.0.0-alpha.50",
148-
"@react-spring/web": "^9.7.2",
148+
"@react-spring/web": "^9.7.3",
149149
"path-browserify": "^1.0.1",
150150
"prop-types": "^15.8.1",
151151
"react": "^17.0.2",

yarn.lock

Lines changed: 38 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -2175,51 +2175,44 @@
21752175
resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.21.tgz#5de5a2385a35309427f6011992b544514d559aa1"
21762176
integrity sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==
21772177

2178-
"@react-spring/animated@~9.7.2":
2179-
version "9.7.2"
2180-
resolved "https://registry.yarnpkg.com/@react-spring/animated/-/animated-9.7.2.tgz#0119db8075e91d693ec45c42575541e01b104a70"
2181-
integrity sha512-ipvleJ99ipqlnHkz5qhSsgf/ny5aW0ZG8Q+/2Oj9cI7LCc7COdnrSO6V/v8MAX3JOoQNzfz6dye2s5Pt5jGaIA==
2182-
dependencies:
2183-
"@react-spring/shared" "~9.7.2"
2184-
"@react-spring/types" "~9.7.2"
2185-
2186-
"@react-spring/core@~9.7.2":
2187-
version "9.7.2"
2188-
resolved "https://registry.yarnpkg.com/@react-spring/core/-/core-9.7.2.tgz#804ebadee45a6adff00886454d6f1c5d97ee219d"
2189-
integrity sha512-fF512edZT/gKVCA90ZRxfw1DmELeVwiL4OC2J6bMUlNr707C0h4QRoec6DjzG27uLX2MvS1CEatf9KRjwZR9/w==
2190-
dependencies:
2191-
"@react-spring/animated" "~9.7.2"
2192-
"@react-spring/rafz" "~9.7.2"
2193-
"@react-spring/shared" "~9.7.2"
2194-
"@react-spring/types" "~9.7.2"
2195-
2196-
"@react-spring/rafz@~9.7.2":
2197-
version "9.7.2"
2198-
resolved "https://registry.yarnpkg.com/@react-spring/rafz/-/rafz-9.7.2.tgz#77e7088c215e05cf893851cd87ceb40d89f2a7d7"
2199-
integrity sha512-kDWMYDQto3+flkrX3vy6DU/l9pxQ4TVW91DglQEc11iDc7shF4+WVDRJvOVLX+xoMP7zyag1dMvlIgvQ+dvA/A==
2200-
2201-
"@react-spring/shared@~9.7.2":
2202-
version "9.7.2"
2203-
resolved "https://registry.yarnpkg.com/@react-spring/shared/-/shared-9.7.2.tgz#b8485617bdcc9f6348b245922051fb534e07c566"
2204-
integrity sha512-6U9qkno+9DxlH5nSltnPs+kU6tYKf0bPLURX2te13aGel8YqgcpFYp5Av8DcN2x3sukinAsmzHUS/FRsdZMMBA==
2205-
dependencies:
2206-
"@react-spring/rafz" "~9.7.2"
2207-
"@react-spring/types" "~9.7.2"
2208-
2209-
"@react-spring/types@~9.7.2":
2210-
version "9.7.2"
2211-
resolved "https://registry.yarnpkg.com/@react-spring/types/-/types-9.7.2.tgz#e04dd72755d88b0e3163ba143ecd8ba78b68a5b0"
2212-
integrity sha512-GEflx2Ex/TKVMHq5g5MxQDNNPNhqg+4Db9m7+vGTm8ttZiyga7YQUF24shgRNebKIjahqCuei16SZga8h1pe4g==
2213-
2214-
"@react-spring/web@^9.7.2":
2215-
version "9.7.2"
2216-
resolved "https://registry.yarnpkg.com/@react-spring/web/-/web-9.7.2.tgz#76e53dd24033764c3062f9927f88b0f3194688d4"
2217-
integrity sha512-7qNc7/5KShu2D05x7o2Ols2nUE7mCKfKLaY2Ix70xPMfTle1sZisoQMBFgV9w/fSLZlHZHV9P0uWJqEXQnbV4Q==
2218-
dependencies:
2219-
"@react-spring/animated" "~9.7.2"
2220-
"@react-spring/core" "~9.7.2"
2221-
"@react-spring/shared" "~9.7.2"
2222-
"@react-spring/types" "~9.7.2"
2178+
"@react-spring/animated@~9.7.3":
2179+
version "9.7.3"
2180+
resolved "https://registry.yarnpkg.com/@react-spring/animated/-/animated-9.7.3.tgz#4211b1a6d48da0ff474a125e93c0f460ff816e0f"
2181+
integrity sha512-5CWeNJt9pNgyvuSzQH+uy2pvTg8Y4/OisoscZIR8/ZNLIOI+CatFBhGZpDGTF/OzdNFsAoGk3wiUYTwoJ0YIvw==
2182+
dependencies:
2183+
"@react-spring/shared" "~9.7.3"
2184+
"@react-spring/types" "~9.7.3"
2185+
2186+
"@react-spring/core@~9.7.3":
2187+
version "9.7.3"
2188+
resolved "https://registry.yarnpkg.com/@react-spring/core/-/core-9.7.3.tgz#60056bcb397f2c4f371c6c9a5f882db77ae90095"
2189+
integrity sha512-IqFdPVf3ZOC1Cx7+M0cXf4odNLxDC+n7IN3MDcVCTIOSBfqEcBebSv+vlY5AhM0zw05PDbjKrNmBpzv/AqpjnQ==
2190+
dependencies:
2191+
"@react-spring/animated" "~9.7.3"
2192+
"@react-spring/shared" "~9.7.3"
2193+
"@react-spring/types" "~9.7.3"
2194+
2195+
"@react-spring/shared@~9.7.3":
2196+
version "9.7.3"
2197+
resolved "https://registry.yarnpkg.com/@react-spring/shared/-/shared-9.7.3.tgz#4cf29797847c689912aec4e62e34c99a4d5d9e53"
2198+
integrity sha512-NEopD+9S5xYyQ0pGtioacLhL2luflh6HACSSDUZOwLHoxA5eku1UPuqcJqjwSD6luKjjLfiLOspxo43FUHKKSA==
2199+
dependencies:
2200+
"@react-spring/types" "~9.7.3"
2201+
2202+
"@react-spring/types@~9.7.3":
2203+
version "9.7.3"
2204+
resolved "https://registry.yarnpkg.com/@react-spring/types/-/types-9.7.3.tgz#ea78fd447cbc2612c1f5d55852e3c331e8172a0b"
2205+
integrity sha512-Kpx/fQ/ZFX31OtlqVEFfgaD1ACzul4NksrvIgYfIFq9JpDHFwQkMVZ10tbo0FU/grje4rcL4EIrjekl3kYwgWw==
2206+
2207+
"@react-spring/web@^9.7.3":
2208+
version "9.7.3"
2209+
resolved "https://registry.yarnpkg.com/@react-spring/web/-/web-9.7.3.tgz#d9f4e17fec259f1d65495a19502ada4f5b57fa3d"
2210+
integrity sha512-BXt6BpS9aJL/QdVqEIX9YoUy8CE6TJrU0mNCqSoxdXlIeNcEBWOfIyE6B14ENNsyQKS3wOWkiJfco0tCr/9tUg==
2211+
dependencies:
2212+
"@react-spring/animated" "~9.7.3"
2213+
"@react-spring/core" "~9.7.3"
2214+
"@react-spring/shared" "~9.7.3"
2215+
"@react-spring/types" "~9.7.3"
22232216

22242217
"@remix-run/[email protected]":
22252218
version "1.7.0"

0 commit comments

Comments
 (0)