Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Aug 30, 2023
1 parent 23c8b4c commit 653c923
Show file tree
Hide file tree
Showing 5 changed files with 461 additions and 1,586 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@types/qs": "^6.9.7",
"@varlet/cli": "^2.13.1",
"@varlet/cli": "^2.15.0",
"rimraf": "^5.0.1",
"typescript": "^5.1.5",
"vue": "3.3.4"
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"dependencies": {
"@varlet/axle": "link:..",
"@varlet/touch-emulator": "2.13.1",
"@varlet/ui": "^2.13.1",
"@varlet/use": "^2.13.1",
"@varlet/ui": "^2.15.0",
"@varlet/use": "^2.15.0",
"koa": "^2.14.2",
"koa-bodyparser": "^4.4.0",
"koa-router": "^12.0.0",
Expand Down
35 changes: 19 additions & 16 deletions playground/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion playground/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup lang="ts">
import { useHasLoading, useAllData, useAverageProgress } from '@varlet/axle/use'
import { download } from '@varlet/axle';
import { download } from '@varlet/axle'
import {
useGetUser,
useGetUsers,
Expand Down
Loading

0 comments on commit 653c923

Please sign in to comment.