Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kermanx committed Feb 21, 2025
1 parent 3c86bf8 commit 800abe8
Show file tree
Hide file tree
Showing 56 changed files with 12,103 additions and 12,492 deletions.
2 changes: 1 addition & 1 deletion docs/components/content/Hero.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup lang="ts">
import { ref } from 'vue'
import { useMotion } from '@vueuse/motion'
import { ref } from 'vue'
import Illustration from './Illustration.vue'
const header = ref<HTMLElement>()
Expand Down
2 changes: 1 addition & 1 deletion docs/components/content/Person.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup lang="ts">
import { ref } from 'vue'
import { useMotion } from '@vueuse/motion'
import { ref } from 'vue'
const bigBottomCircle = ref<SVGElement>()
const smallBottomCircle = ref<SVGElement>()
Expand Down
2 changes: 1 addition & 1 deletion docs/components/content/PresetSection.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script setup="props" lang="ts">
import { ref } from 'vue'
import type { PropType } from 'vue'
import { useMotion } from '@vueuse/motion'
import { ref } from 'vue'
import { slugify } from '../../../src/utils/slugify'
const props = defineProps({
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@vueuse/motion": "workspace:~"
},
"devDependencies": {
"@nuxt-themes/docus": "^1.15.0",
"nuxt": "^3.11.2"
"@nuxt-themes/docus": "^1.15.1",
"nuxt": "^3.15.4"
}
}
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@vueuse/motion",
"type": "module",
"version": "2.2.6",
"packageManager": "pnpm@8.15.5+sha512.b051a32c7e695833b84926d3b29b8cca57254b589f0649d899c6e9d0edb670b91ec7e2a43459bae73759bb5ce619c3266f116bf931ce22d1ef1759a7e45aa96f",
"packageManager": "pnpm@10.4.1",
"description": "🤹 Vue Composables putting your components in motion",
"author": "Yaël GUILLOUX <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -79,39 +79,39 @@
"vue": ">=3.0.0"
},
"dependencies": {
"@vueuse/core": "^10.10.0",
"@vueuse/shared": "^10.10.0",
"@vueuse/core": "^12.7.0",
"@vueuse/shared": "^12.7.0",
"csstype": "^3.1.3",
"framesync": "^6.1.2",
"popmotion": "^11.0.5",
"style-value-types": "^5.1.2"
},
"optionalDependencies": {
"@nuxt/kit": "^3.13.0"
"@nuxt/kit": "^3.15.4"
},
"devDependencies": {
"@antfu/eslint-config": "^2.19.1",
"@nuxt/kit": "^3.13.0",
"@nuxt/module-builder": "^0.8.3",
"@nuxt/schema": "^3.13.0",
"@vitest/coverage-v8": "^1.6.0",
"@antfu/eslint-config": "^4.3.0",
"@nuxt/kit": "^3.15.4",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.15.4",
"@vitest/coverage-v8": "^3.0.6",
"@vue/test-utils": "^2.4.6",
"bumpp": "^9.5.2",
"changelogithub": "^0.13.10",
"chokidar": "^3.6.0",
"eslint": "^9.3.0",
"bumpp": "^10.0.3",
"changelogithub": "^13.12.1",
"chokidar": "^4.0.3",
"eslint": "^9.20.1",
"gh-changelogen": "^0.2.8",
"happy-dom": "^14.12.0",
"jiti": "^1.21.6",
"lint-staged": "^15.2.5",
"nuxt": "^3.13.0",
"pkg-pr-new": "^0.0.20",
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"happy-dom": "^17.1.1",
"jiti": "^2.4.2",
"lint-staged": "^15.4.3",
"nuxt": "^3.15.4",
"pkg-pr-new": "^0.0.39",
"prettier": "^3.5.1",
"typescript": "^5.7.3",
"unbuild": "^3.3.1",
"vite": "5.2.12",
"vitest": "^1.6.0",
"vue": "^3.4.38",
"vitest": "^3.0.6",
"vue": "^3.5.13",
"yorkie": "^2.0.0"
},
"pnpm": {
Expand Down
4 changes: 2 additions & 2 deletions playgrounds/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@vueuse/motion": "workspace:~"
},
"devDependencies": {
"@nuxt/content": "^2.12.1",
"nuxt": "^3.11.2"
"@nuxt/content": "^3.2.0",
"nuxt": "^3.15.4"
}
}
6 changes: 3 additions & 3 deletions playgrounds/vite-ssg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"dependencies": {
"@vueuse/head": "^2.0.0",
"@vueuse/motion": "workspace:~",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.2.1",
"vite": "5.2.12",
"vite-ssg": "latest"
}
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/vite-ssg/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ViteSSG } from 'vite-ssg/single-page'
import { MotionPlugin } from '@vueuse/motion'
import { ViteSSG } from 'vite-ssg/single-page'
import App from './App.vue'

export const createApp = ViteSSG(App, ({ app }: any) => {
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/vite-ssg/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { resolve } from 'node:path'
import { defineConfig } from 'vite'
import Vue from '@vitejs/plugin-vue'
import { defineConfig } from 'vite'

export default defineConfig({
plugins: [
Expand Down
8 changes: 4 additions & 4 deletions playgrounds/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"@vueuse/motion": "workspace:~",
"prism-theme-vars": "^0.2.5",
"prismjs": "^1.29.0",
"vue": "^3.4.27"
"vue": "^3.5.13"
},
"devDependencies": {
"@types/prismjs": "^1.26.4",
"@vitejs/plugin-vue": "^5.0.4",
"@types/prismjs": "^1.26.5",
"@vitejs/plugin-vue": "^5.2.1",
"vite": "5.2.12",
"vite-plugin-windicss": "^1.9.3"
"vite-plugin-windicss": "^1.9.4"
}
}
2 changes: 1 addition & 1 deletion playgrounds/vite/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<script setup lang="ts">
import Delay from './demos/Delay.vue'
import Editor from './demos/Editor.vue'
import Transitions from './demos/Transitions.vue'
import Sandbox from './demos/Sandbox.vue'
import Transitions from './demos/Transitions.vue'
const sandbox = false
</script>
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/vite/src/components/CodeBlock.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup lang="ts">
import { nextTick, ref, watch } from 'vue'
import Prism from 'prismjs'
import { nextTick, ref, watch } from 'vue'
const props = defineProps({
language: {
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/vite/src/demos/Sandbox.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup lang="ts">
import { ref } from 'vue'
import { useMotion } from '@vueuse/motion'
import { ref } from 'vue'
const block = ref()
Expand Down
4 changes: 2 additions & 2 deletions playgrounds/vite/src/demos/Transitions.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script setup="props" lang="ts">
import { computed } from 'vue'
import { useMotions } from '@vueuse/motion'
import { useToggle } from '@vueuse/core'
import { useMotions } from '@vueuse/motion'
import { computed } from 'vue'
import DemoBox from '../components/DemoBox.vue'
import transitions from '../examples/transitions'
Expand Down
4 changes: 2 additions & 2 deletions playgrounds/vite/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { MotionPlugin } from '@vueuse/motion'
import 'prism-theme-vars/base.css'
import { createApp } from 'vue'
import 'windi.css'
import App from './App.vue'
import Block from './components/Block.vue'
import 'prism-theme-vars/base.css'
import 'windi.css'
import './index.css'

const app = createApp(App)
Expand Down
Loading

0 comments on commit 800abe8

Please sign in to comment.