From 800abe82a8caf684250e15a755ac6f57060de201 Mon Sep 17 00:00:00 2001 From: _Kerman Date: Fri, 21 Feb 2025 03:40:35 +0000 Subject: [PATCH] chore: upgrade deps --- docs/components/content/Hero.vue | 2 +- docs/components/content/Person.vue | 2 +- docs/components/content/PresetSection.vue | 2 +- docs/package.json | 4 +- package.json | 46 +- playgrounds/nuxt/package.json | 4 +- playgrounds/vite-ssg/package.json | 6 +- playgrounds/vite-ssg/src/main.ts | 2 +- playgrounds/vite-ssg/vite.config.ts | 2 +- playgrounds/vite/package.json | 8 +- playgrounds/vite/src/App.vue | 2 +- playgrounds/vite/src/components/CodeBlock.vue | 2 +- playgrounds/vite/src/demos/Sandbox.vue | 2 +- playgrounds/vite/src/demos/Transitions.vue | 4 +- playgrounds/vite/src/main.ts | 4 +- pnpm-lock.yaml | 24317 ++++++++-------- scripts/bump-nightly.ts | 4 +- src/components/Motion.ts | 2 +- src/components/MotionGroup.ts | 6 +- src/directive/index.ts | 4 +- src/features/eventListeners.ts | 2 +- src/features/lifeCycleHooks.ts | 2 +- src/features/syncVariants.ts | 2 +- src/features/visibilityHooks.ts | 2 +- src/index.ts | 24 +- src/motionValue.ts | 2 +- src/nuxt/src/module.ts | 4 +- src/nuxt/src/runtime/templates/motion.ts | 2 +- src/plugin/index.ts | 6 +- src/presets/index.ts | 8 +- src/reactiveStyle.ts | 2 +- src/reactiveTransform.ts | 2 +- src/types/index.ts | 2 +- src/useElementStyle.ts | 2 +- src/useElementTransform.ts | 2 +- src/useMotionControls.ts | 2 +- src/useMotionFeatures.ts | 2 +- src/useMotionProperties.ts | 2 +- src/useMotionValues.ts | 6 +- src/useMotionVariants.ts | 2 +- src/usePermissiveTarget.ts | 4 +- src/useSpring.ts | 2 +- src/utils/component.ts | 25 +- src/utils/directive.ts | 2 +- src/utils/element.ts | 4 +- src/utils/is-motion-instance.ts | 2 +- src/utils/transform.ts | 2 +- src/utils/transition.ts | 34 +- tests/components.spec.ts | 2 +- tests/reactiveStyle.spec.ts | 2 +- tests/reactiveTransform.spec.ts | 2 +- tests/useElementStyle.spec.ts | 2 +- tests/useElementTransform.spec.ts | 2 +- tests/useMotion.spec.ts | 2 +- tests/useMotionTransitions.spec.ts | 2 +- tests/utils/index.ts | 3 +- 56 files changed, 12103 insertions(+), 12492 deletions(-) diff --git a/docs/components/content/Hero.vue b/docs/components/content/Hero.vue index 4c917135..5d6aae8f 100644 --- a/docs/components/content/Hero.vue +++ b/docs/components/content/Hero.vue @@ -1,6 +1,6 @@ diff --git a/playgrounds/vite/src/components/CodeBlock.vue b/playgrounds/vite/src/components/CodeBlock.vue index a48fbbb1..f1ce8914 100644 --- a/playgrounds/vite/src/components/CodeBlock.vue +++ b/playgrounds/vite/src/components/CodeBlock.vue @@ -1,6 +1,6 @@