react-spring-bottom-sheet icon indicating copy to clipboard operation
react-spring-bottom-sheet copied to clipboard

chore(deps): update dependency tailwindcss to v3

Open renovate[bot] opened this issue 3 years ago โ€ข 2 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tailwindcss (source) ^2.0.1 -> ^3.4.14 age adoption passing confidence

Release Notes

tailwindlabs/tailwindcss (tailwindcss)

v3.4.14

Compare Source

v3.4.13

Compare Source

Fixed

v3.4.12

Compare Source

v3.4.11

Compare Source

v3.4.10

Compare Source

v3.4.9

Compare Source

Fixed
  • No longer warns when broad glob patterns are detecting vendor folders

v3.4.8

Compare Source

v3.4.7

Compare Source

v3.4.6

Compare Source

Fixed
  • Fix detection of some utilities in Slim/Pug templates (#โ€‹14006)
Changed
  • Loosen :is() wrapping rules when using an important selector (#โ€‹13900)

v3.4.5

Compare Source

v3.4.4

Compare Source

Fixed
  • Make it possible to use multiple <alpha-value> placeholders in a single color definition (#โ€‹13740)
  • Don't prefix classes in arbitrary values of has-*, group-has-*, and peer-has-* variants (#โ€‹13770)
  • Support negative values for {col,row}-{start,end} utilities (#โ€‹13781)
  • Update embedded browserslist database (#โ€‹13792)

v3.4.3

Compare Source

v3.4.2

Compare Source

Fixed
  • Ensure max specificity of 0,0,1 for button and input Preflight rules (#โ€‹12735)
  • Improve glob handling for folders with (, ), [ or ] in the file path (#โ€‹12715)
  • Split :has rules when using experimental.optimizeUniversalDefaults (#โ€‹12736)
  • Sort arbitrary properties alphabetically across multiple class lists (#โ€‹12911)
  • Add mix-blend-plus-darker utility (#โ€‹12923)
  • Ensure dashes are allowed in variant modifiers (#โ€‹13303)
  • Fix crash showing completions in Intellisense when using a custom separator (#โ€‹13306)
  • Transpile import.meta.url in config files (#โ€‹13322)
  • Reset letter spacing for form elements (#โ€‹13150)
  • Fix missing xx-large and remove double x-large absolute size (#โ€‹13324)
  • Don't error when encountering nested CSS unless trying to @apply a class that uses nesting (#โ€‹13325)
  • Ensure that arbitrary properties respect important configuration (#โ€‹13353)
  • Change dark mode selector so @apply works correctly with pseudo elements (#โ€‹13379)

v3.4.1

Compare Source

Fixed
  • Don't remove keyframe stops when using important utilities (#โ€‹12639)
  • Don't add spaces to gradients and grid track names when followed by calc() (#โ€‹12704)
  • Restore old behavior for class dark mode strategy (#โ€‹12717)
Added
  • Add new selector and variant strategies for dark mode (#โ€‹12717)
Changed
  • Support rtl and ltr variants on same element as dir attribute (#โ€‹12717)

v3.4.0

Compare Source

Added
Changed
  • Simplify the sans font-family stack (#โ€‹11748)
  • Disable the tap highlight overlay on iOS (#โ€‹12299)
  • Improve relative precedence of rtl, ltr, forced-colors, and dark variants (#โ€‹12584)

v3.3.7

Compare Source

Fixed
  • Fix support for container query utilities with arbitrary values (#โ€‹12534)
  • Fix custom config loading in Standalone CLI (#โ€‹12616)

v3.3.6

Compare Source

Fixed
  • Improve types for resolveConfig (#โ€‹12272)
  • Donโ€™t add spaces to negative numbers following a comma (#โ€‹12324)
  • Don't emit @config in CSS when watching via the CLI (#โ€‹12327)
  • Ensure configured font-feature-settings for mono are included in Preflight (#โ€‹12342)
  • Improve candidate detection in minified JS arrays (without spaces) (#โ€‹12396)
  • Don't crash when given applying a variant to a negated version of a simple utility (#โ€‹12514)
  • Fix support for slashes in arbitrary modifiers (#โ€‹12515)
  • Fix source maps of variant utilities that come from an @layer rule (#โ€‹12508)
  • Fix loading of built-in plugins when using an ESM or TypeScript config with the Standalone CLI (#โ€‹12506)

v3.3.5

Compare Source

Fixed
  • Fix incorrect spaces around - in calc() expression (#โ€‹12283)

v3.3.4

Compare Source

Fixed
  • Improve normalisation of calc()-like functions (#โ€‹11686)
  • Skip calc() normalisation in nested theme() calls (#โ€‹11705)
  • Fix incorrectly generated CSS when using square brackets inside arbitrary properties (#โ€‹11709)
  • Make content optional for presets in TypeScript types (#โ€‹11730)
  • Handle variable colors that have variable fallback values (#โ€‹12049)
  • Batch reading content files to prevent too many open files error (#โ€‹12079)
  • Skip over classes inside :not(โ€ฆ) when nested in an at-rule (#โ€‹12105)
  • Update types to work with Node16 module resolution (#โ€‹12097)
  • Donโ€™t crash when important and parent selectors are equal in @apply (#โ€‹12112)
  • Eliminate irrelevant rules when applying variants (#โ€‹12113)
  • Improve RegEx parser, reduce possibilities as the key for arbitrary properties (#โ€‹12121)
  • Fix sorting of utilities that share multiple candidates (#โ€‹12173)
  • Ensure variants with arbitrary values and a modifier are correctly matched in the RegEx based parser (#โ€‹12179)
  • Fix crash when watching renamed files on FreeBSD (#โ€‹12193)
  • Allow plugins from a parent document to be used in an iframe (#โ€‹12208)
  • Add types for tailwindcss/nesting (#โ€‹12269)
  • Bump jiti, fast-glob, and browserlist dependencies (#โ€‹11550)
  • Improve automatic var injection for properties that accept a <dashed-ident> (#โ€‹12236)

v3.3.3

Compare Source

Fixed
  • Fix issue where some pseudo-element variants generated the wrong selector (#โ€‹10943, #โ€‹10962, #โ€‹11111)
  • Make font settings propagate into buttons, inputs, etc. (#โ€‹10940)
  • Fix parsing of theme() inside calc() when there are no spaces around operators (#โ€‹11157)
  • Ensure repeating-conic-gradient is detected as an image (#โ€‹11180)
  • Move unknown pseudo-elements outside of :is by default (#โ€‹11345)
  • Escape animation names when prefixes contain special characters (#โ€‹11470)
  • Don't prefix arbitrary classes in group and peer variants (#โ€‹11454)
  • Sort classes using position of first matching rule (#โ€‹11504)
  • Allow variant to be an at-rule without a prelude (#โ€‹11589)
  • Make PostCSS plugin async to improve performance (#โ€‹11548)
  • Donโ€™t error when a config file is missing (f97759f)
Added
Changed
  • Reset padding for <dialog> elements in preflight (#โ€‹11069)

v3.3.2

Compare Source

Fixed
  • Donโ€™t move unknown pseudo-elements to the end of selectors (#โ€‹10943, #โ€‹10962)
  • Inherit gradient stop positions when using variants (#โ€‹11002)
  • Honor default to position of gradient when using implicit transparent colors (#โ€‹11002)
  • Ensure @tailwindcss/oxide doesn't leak in the stable engine (#โ€‹10988)
  • Ensure multiple theme(spacing[5]) calls with bracket notation in arbitrary properties work (#โ€‹11039)
  • Normalize arbitrary modifiers (#โ€‹11057)
Changed

v3.3.1

Compare Source

Fixed

v3.3.0

Compare Source

Added
Fixed
  • Disallow using multiple selectors in arbitrary variants (#โ€‹10655)
  • Sort class lists deterministically for Prettier plugin (#โ€‹10672)
  • Ensure CLI builds have a non-zero exit code on failure (#โ€‹10703)
  • Ensure module dependencies for value null, is an empty Set (#โ€‹10877)
  • Fix format assumption when resolving module dependencies (#โ€‹10878)
Changed
  • Mark rtl and ltr variants as stable and remove warnings (#โ€‹10764)
  • Use inset instead of top, right, bottom, and left properties (#โ€‹10765)
  • Make dark and rtl/ltr variants insensitive to DOM order (#โ€‹10766)
  • Use :is to make important selector option insensitive to DOM order (#โ€‹10835)

v3.2.7

Compare Source

Fixed
  • Fix use of :where(.btn) when matching !btn (#โ€‹10601)
  • Revert including outline-color in transition and transition-colors by default (#โ€‹10604)

v3.2.6

Compare Source

Fixed
  • Fix installation failing with yarn and pnpm by dropping oxide-api-shim (add1636)

v3.2.5

Compare Source

Added
  • Add standalone CLI build for 64-bit Windows on ARM (node16-win-arm64) (#โ€‹10001)
Fixed
  • Cleanup unused variantOrder (#โ€‹9829)
  • Fix foo-[abc]/[def] not being handled correctly (#โ€‹9866)
  • Add container queries plugin to standalone CLI (#โ€‹9865)
  • Support renaming of output files by PostCSS plugins in CLI (#โ€‹9944)
  • Improve return value of resolveConfig, unwrap ResolvableTo (#โ€‹9972)
  • Clip unbalanced brackets in arbitrary values (#โ€‹9973)
  • Donโ€™t reorder webkit scrollbar pseudo elements (#โ€‹9991)
  • Deterministic sorting of arbitrary variants (#โ€‹10016)
  • Add data key to theme types (#โ€‹10023)
  • Prevent invalid arbitrary variant selectors from failing the build (#โ€‹10059)
  • Properly handle subtraction followed by a variable (#โ€‹10074)
  • Fix missing string[] in the theme.dropShadow types (#โ€‹10072)
  • Update list of length units (#โ€‹10100)
  • Fix not matching arbitrary properties when closely followed by square brackets (#โ€‹10212)
  • Allow direct nesting in root or @layer nodes (#โ€‹10229)
  • Don't prefix classes in arbitrary variants (#โ€‹10214)
  • Fix perf regression when checking for changed content (#โ€‹10234)
  • Fix missing blocklist member in the Config type (#โ€‹10239)
  • Escape group names in selectors (#โ€‹10276)
  • Consider earlier variants before sorting functions (#โ€‹10288)
  • Allow variants with slashes (#โ€‹10336)
  • Ensure generated CSS is always sorted in the same order for a given set of templates (#โ€‹10382)
  • Handle variants when the same class appears multiple times in a selector (#โ€‹10397)
  • Handle group/peer variants with quoted strings (#โ€‹10400)
  • Parse alpha value from rgba/hsla colors when using variables (#โ€‹10429)
  • Sort by layer inside variants layer (#โ€‹10505)
  • Add --watch=always option to prevent exit when stdin closes (#โ€‹9966)
Changed

v3.2.4

Compare Source

Added
  • Add blocklist option to prevent generating unwanted CSS (#โ€‹9812)
Fixed
  • Fix watching of files on Linux when renames are involved (#โ€‹9796)
  • Make sure errors are always displayed when watching for changes (#โ€‹9810)

v3.2.3

Compare Source

Fixed
  • Fixed use of raw content in the CLI (#โ€‹9773)
  • Pick up changes from files that are both context and content deps (#โ€‹9787)
  • Sort pseudo-elements ONLY after classes when using variants and @apply (#โ€‹9765)
  • Support important utilities in the safelist (pattern must include a !) (#โ€‹9791)

v3.2.2

Compare Source

Fixed
  • Escape special characters in resolved content base paths (#โ€‹9650)
  • Don't reuse container for array returning variant functions (#โ€‹9644)
  • Exclude non-relevant selectors when generating rules with the important modifier (#โ€‹9677)
  • Fix merging of arrays during config resolution (#โ€‹9706)
  • Ensure configured font-feature-settings are included in Preflight (#โ€‹9707)
  • Fix fractional values not being parsed properly inside arbitrary properties (#โ€‹9705)
  • Fix incorrect selectors when using @apply in selectors with combinators and pseudos (#โ€‹9722)
  • Fix cannot read properties of undefined (reading 'modifier') (#โ€‹9656, aa979d6)

v3.2.1

Compare Source

Fixed
  • Fix missing supports in types (#โ€‹9616)
  • Fix missing PostCSS dependencies in the CLI (#โ€‹9617)
  • Ensure micromatch is a proper CLI dependency (#โ€‹9620)
  • Ensure modifier values exist when using a modifiers object for matchVariant (ba6551d)

v3.2.0

Compare Source

Added
  • Add new @config directive (#โ€‹9405)
  • Add new relative: true option to resolve content paths relative to the config file (#โ€‹9396)
  • Add new supports-* variant (#โ€‹9453)
  • Add new min-* and max-* variants (#โ€‹9558)
  • Add new aria-* variants (#โ€‹9557, #โ€‹9588)
  • Add new data-* variants (#โ€‹9559, #โ€‹9588)
  • Add new break-keep utility for word-break: keep-all (#โ€‹9393)
  • Add new collapse utility for visibility: collapse (#โ€‹9181)
  • Add new fill-none utility for fill: none (#โ€‹9403)
  • Add new stroke-none utility for stroke: none (#โ€‹9403)
  • Add new place-content-baseline utility for place-content: baseline (#โ€‹9498)
  • Add new place-items-baseline utility for place-items: baseline (#โ€‹9507)
  • Add new content-baseline utility for align-content: baseline (#โ€‹9507)
  • Add support for configuring default font-feature-settings for a font family (#โ€‹9039)
  • Add standalone CLI build for 32-bit Linux on ARM (node16-linux-armv7) (#โ€‹9084)
  • Add future flag to disable color opacity utility plugins (#โ€‹9088)
  • Add negative value support for outline-offset (#โ€‹9136)
  • Add support for modifiers to matchUtilities (#โ€‹9541)
  • Allow negating utilities using min/max/clamp (#โ€‹9237)
  • Implement fallback plugins when there is ambiguity between plugins when using arbitrary values (#โ€‹9376)
  • Support sort function in matchVariant (#โ€‹9423)
  • Upgrade to postcss-nested v6.0 (#โ€‹9546)
Fixed
  • Use absolute paths when resolving changed files for resilience against working directory changes (#โ€‹9032)
  • Fix ring color utility generation when using respectDefaultRingColorOpacity (#โ€‹9070)
  • Sort tags before classes when @apply-ing a selector with joined classes (#โ€‹9107)
  • Remove invalid outline-hidden utility (#โ€‹9147)
  • Honor the hidden attribute on elements in preflight (#โ€‹9174)
  • Don't stop watching atomically renamed files (#โ€‹9173, #โ€‹9215)
  • Fix duplicate utilities issue causing memory leaks (#โ€‹9208)
  • Fix fontFamily config TypeScript types (#โ€‹9214)
  • Handle variants on complex selector utilities (#โ€‹9262)
  • Fix shared config mutation issue (#โ€‹9294)
  • Fix ordering of parallel variants (#โ€‹9282)
  • Handle variants in utility selectors using :where() and :has() (#โ€‹9309)
  • Improve data type analysis for arbitrary values (#โ€‹9320)
  • Don't emit generated utilities with invalid uses of theme functions (#โ€‹9319)
  • Revert change that only listened for stdin close on TTYs (#โ€‹9331)
  • Ignore unset values (like null or undefined) when resolving the classList for intellisense (#โ€‹9385)
  • Improve type checking for formal syntax (#โ€‹9349, #โ€‹9448)
  • Fix incorrect required content key in custom plugin configs (#โ€‹9502, #โ€‹9545)
  • Fix content path detection on Windows (#โ€‹9569)
  • Ensure --content is used in the CLI when passed (#โ€‹9587)

v3.1.8

Compare Source

Fixed
  • Donโ€™t prefix classes within reused arbitrary variants (#โ€‹8992)
  • Fix usage of alpha values inside single-named colors that are functions (#โ€‹9008)
  • Fix @apply of user utilities when negative and non-negative versions both exist (#โ€‹9027)

v3.1.7

Compare Source

Fixed
Added

v3.1.6

Compare Source

Fixed
  • Fix usage on Node 12.x (b4e637e)
  • Handle theme keys with slashes when using theme() in CSS (#โ€‹8831)

v3.1.5

Compare Source

Added
  • Support configuring a default font-weight for each font size utility (#โ€‹8763)
  • Add support for alpha values in safe list (#โ€‹8774)
Fixed
  • Improve types to support fallback values in the CSS-in-JS syntax used in plugin APIs (#โ€‹8762)
  • Support including tailwindcss and autoprefixer in postcss.config.js in standalone CLI (#โ€‹8769)
  • Fix using special-characters as prefixes (#โ€‹8772)
  • Donโ€™t prefix classes used within arbitrary variants (#โ€‹8773)
  • Add more explicit types for the default theme (#โ€‹8780)

v3.1.4

Compare Source

Fixed
  • Provide default to <alpha-value> when using theme() (#โ€‹8652)
  • Detect arbitrary variants with quotes (#โ€‹8687)
  • Donโ€™t add spaces around raw / that are preceded by numbers (#โ€‹8688)

v3.1.3

Compare Source

Fixed
  • Fix extraction of multi-word utilities with arbitrary values and quotes (#โ€‹8604)
  • Fix casing of import of corePluginList type definition (#โ€‹8587)
  • Ignore PostCSS nodes returned by addVariant (#โ€‹8608)
  • Fix missing spaces around arithmetic operators (#โ€‹8615)
  • Detect alpha value in CSS theme() function when using quotes (#โ€‹8625)
  • Fix "Maximum call stack size exceeded" bug (#โ€‹8636)
  • Allow functions returning parallel variants to mutate the container (#โ€‹8622)
  • Remove text opacity CSS variables from ::marker (#โ€‹8622)

v3.1.2

Compare Source

Fixed

v3.1.1

Compare Source

Fixed

v3.1.0

Compare Source

Fixed
  • Types: allow for arbitrary theme values (for 3rd party plugins) (#โ€‹7926)
  • Donโ€™t split vars with numbers in them inside arbitrary values (#โ€‹8091)
  • Require matching prefix when detecting negatives (#โ€‹8121)
  • Handle duplicate At Rules without children (#โ€‹8122)
  • Allow arbitrary values with commas in @apply (#โ€‹8125)
  • Fix intellisense for plugins with multiple @apply rules (#โ€‹8213)
  • Improve type detection for arbitrary color values (#โ€‹8201)
  • Support PostCSS config options in config file in CLI (#โ€‹8226)
  • Remove default [hidden] style in preflight (#โ€‹8248)
  • Only check selectors containing base apply candidates for circular dependencies (#โ€‹8222)
  • Rewrite default class extractor (#โ€‹8204)
  • Move important selector to the front when @apply-ing selector-modifying variants in custom utilities (#โ€‹8313)
  • Error when registering an invalid custom variant (#โ€‹8345)
  • Create tailwind.config.cjs file in ESM package when running init (#โ€‹8363)
  • Fix matchVariant that use at-rules and placeholders (#โ€‹8392)
  • Improve types of the tailwindcss/plugin (#โ€‹8400)
  • Allow returning parallel variants from addVariant or matchVariant callback functions (#โ€‹8455)
  • Try using local postcss installation first in the CLI (#โ€‹8270)
  • Allow default ring color to be a function (#โ€‹7587)
  • Don't inherit to value from parent gradients (#โ€‹8489)
  • Remove process dependency from log functions (#โ€‹8530)
  • Ensure we can use @import 'tailwindcss/...' without node_modules (#โ€‹8537)
Changed
Added

v3.0.24

Compare Source

Fixed
  • Prevent nesting plugin from breaking other plugins (#โ€‹7563)
  • Recursively collapse adjacent rules (#โ€‹7565)
  • Preserve source maps for generated CSS (#โ€‹7588)
  • Split box shadows on top-level commas only (#โ€‹7479)
  • Use local user CSS cache for @apply (#โ€‹7524)
  • Invalidate context when main CSS changes (#โ€‹7626)
  • Only add ! to selector class matching template candidate when using important modifier with multi-class selectors (#โ€‹7664)
  • Correctly parse and prefix animation names with dots (#โ€‹7163)
  • Fix extraction from template literal/function with array (#โ€‹7481)
  • Don't output unparsable arbitrary values (#โ€‹7789)
  • Fix generation of div:not(.foo) if .foo is never defined (#โ€‹7815)
  • Allow for custom properties in rgb, rgba, hsl and hsla colors (#โ€‹7933)
  • Remove autoprefixer as explicit peer-dependency to avoid invalid warnings in situations where it isn't actually needed (#โ€‹7949)
  • Ensure the percentage data type is validated correctly (#โ€‹8015)
  • Make sure font-weight is inherited by form controls in all browsers (#โ€‹8078)
Changed

v3.0.23

Compare Source

Fixed
  • Remove opacity variables from :visited pseudo class (#โ€‹7458)
  • Support arbitrary values + calc + theme with quotes (#โ€‹7462)
  • Don't duplicate layer output when scanning content with variants + wildcards (#โ€‹7478)
  • Implement getClassOrder instead of sortClassList (#โ€‹7459)

v3.0.22

Compare Source

Fixed

v3.0.21

Compare Source

Fixed

v3.0.20

Compare Source

Added

v3.0.19

Compare Source

Fixed
  • Fix preflight border color fallback (#โ€‹7288)
  • Correctly parse shadow lengths without a leading zero (#โ€‹7289)
  • Don't crash when scanning extremely long class candidates (#โ€‹7331)
  • Use less hacky fix for URLs detected as custom properties (#โ€‹7275)
  • Correctly generate negative utilities when dash is before the prefix (#โ€‹7295)
  • Detect prefixed negative utilities in the safelist (#โ€‹7295)

v3.0.18

Compare Source

Fixed
  • Fix @apply order regression (in addComponents, addUtilities, ...) (#โ€‹7232)
  • Quick fix for incorrect arbitrary properties when using URLs (#โ€‹7252)

Configuration

๐Ÿ“… Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

๐Ÿšฆ Automerge: Disabled by config. Please merge this manually once you are satisfied.

โ™ป Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

๐Ÿ”• Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate using a curated preset maintained by Sanity. View repository job log here

renovate[bot] avatar Dec 12 '21 01:12 renovate[bot]

New and removed dependencies detected. Learn more about Socket for GitHub โ†—๏ธŽ

Package New capabilities Transitives Size Publisher
npm/@alloc/[email protected] None 0 14.1 kB aleclarson
npm/@isaacs/[email protected] None +6 171 kB isaacs
npm/@jridgewell/[email protected] None 0 81.6 kB jridgewell
npm/@jridgewell/[email protected] None 0 53.2 kB jridgewell
npm/@jridgewell/[email protected] None 0 17.9 kB jridgewell
npm/@jridgewell/[email protected] None 0 45.9 kB jridgewell
npm/@jridgewell/[email protected] None 0 169 kB jridgewell
npm/@pkgjs/[email protected] None 0 74.2 kB oss-bot
npm/[email protected] None 0 22.2 kB kevinbeaty
npm/[email protected] None 0 13.7 kB leerobinson
npm/[email protected] None 0 13.6 kB komagata
npm/[email protected] shell 0 60.4 kB isaacs
npm/[email protected] None 0 8.77 kB ljharb
npm/[email protected] environment 0 253 kB isaacs
npm/[email protected] environment, filesystem, unsafe 0 1.91 MB pi0
npm/[email protected] None 0 285 kB isaacs
npm/[email protected] filesystem, network, shell 0 9.77 kB jongleberry
npm/[email protected] None 0 58.9 kB addaleax
npm/[email protected] filesystem 0 529 kB isaacs
npm/[email protected] unsafe 0 13.5 kB danez
npm/[email protected] None 0 4.75 kB sindresorhus
npm/[email protected] None 0 30.9 kB ryanzim
npm/[email protected] None 0 8.45 kB ai
npm/[email protected] None 0 13.9 kB ai
npm/[email protected] None 0 1.14 MB alangpierce
npm/[email protected] None 0 9.18 kB ljharb
npm/[email protected] None 0 6.59 kB dead_horse
npm/[email protected] None 0 7.92 kB dead_horse
npm/[email protected] None 0 68 kB dsagal2

๐Ÿšฎ Removed packages: npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full reportโ†—๏ธŽ

socket-security[bot] avatar Jul 25 '23 13:07 socket-security[bot]

The latest updates on your projects. Learn more about Vercel for Git โ†—๏ธŽ

Name Status Preview Comments Updated (UTC)
react-spring-bottom-sheet โŒ Failed (Inspect) Mar 27, 2024 10:43pm

vercel[bot] avatar Mar 27 '24 18:03 vercel[bot]