Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all minor updates - abandoned #573

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@radix-ui/colors": "^3.0.0",
"@types/babel__traverse": "^7.20.6",
"@types/markdown-it": "^14.1.2",
"@vue/tsconfig": "^0.6.0",
"@vue/tsconfig": "^0.7.0",
"autoprefixer": "^10.4.20",
"codesandbox": "^2.2.3",
"fast-glob": "^3.3.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@vitejs/plugin-vue": "^5.1.4",
"@vitest/coverage-v8": "^2.1.4",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.6.0",
"@vue/tsconfig": "^0.7.0",
"autoprefixer": "^10.4.20",
"bumpp": "^9.8.1",
"changelogen": "^0.5.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.6.0",
"@vue/tsconfig": "^0.7.0",
"@vueuse/core": "^11.2.0",
"filter-anything": "^4.0.0",
"jsdom": "^25.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/accordion/stories/Accordion.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import CAnimated from './Animated.vue'
import CAnimated2D from './Animated2D.vue'
import CAnimated from './Animated.vue'
import CAnimatedControlled from './AnimatedControlled.vue'
import CChromatic from './Chromatic.vue'
import CHorizontal from './Horizontal.vue'
Expand Down
2 changes: 1 addition & 1 deletion playground/nuxt-app/pages/accordion.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup lang="tsx">
import Animated from '../../../packages/core/src/accordion/stories/Animated.vue'
import Animated2D from '../../../packages/core/src/accordion/stories/Animated2D.vue'
import Animated from '../../../packages/core/src/accordion/stories/Animated.vue'
import AnimatedControlled from '../../../packages/core/src/accordion/stories/AnimatedControlled.vue'
import Chromatic from '../../../packages/core/src/accordion/stories/Chromatic.vue'
import Horizontal from '../../../packages/core/src/accordion/stories/Horizontal.vue'
Expand Down
Loading
Loading