Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Jan 21, 2025
1 parent f80d574 commit 7eba654
Show file tree
Hide file tree
Showing 2 changed files with 1,305 additions and 379 deletions.
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"build": "vite build",
"build:test": "vite build --mode test",
"bump": "pnpm update @varlet/* @configurajs/* rattail --latest",
"bump": "pnpm update @varlet/* @configurajs/* rattail api-farmer --latest",
"dev": "vite",
"format": "prettier --write .",
"lint": "eslint . --fix",
Expand All @@ -27,16 +27,16 @@
"*.{vue,ts,tsx,js,jsx}": "pnpm lint"
},
"dependencies": {
"@varlet/axle": "^0.10.1",
"@varlet/axle": "^0.10.3",
"@varlet/bounce-fixer": "^0.0.3",
"@varlet/touch-emulator": "3.8.3",
"@varlet/ui": "3.8.3",
"@varlet/use": "3.8.3",
"@varlet/touch-emulator": "3.8.4",
"@varlet/ui": "3.8.4",
"@varlet/use": "3.8.4",
"@vueuse/core": "^10.5.0",
"dayjs": "^1.11.8",
"mockjs": "^1.1.0",
"pinia": "^2.1.3",
"rattail": "1.0.18",
"rattail": "1.0.19",
"shiki": "^1.22.0",
"vue": "^3.4.21",
"vue-i18n": "^9.10.1",
Expand All @@ -46,19 +46,20 @@
"devDependencies": {
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@configurajs/eslint": "^0.1.0",
"@configurajs/prettier": "^0.1.1",
"@configurajs/eslint": "^0.1.2",
"@configurajs/prettier": "^0.1.2",
"@iconify-json/mdi": "^1.1.54",
"@types/mockjs": "^1.0.7",
"@types/node": "^20.2.5",
"@unocss/preset-rem-to-px": "^0.58.2",
"@varlet/import-resolver": "3.8.3",
"@varlet/preset-unocss": "3.8.3",
"@varlet/import-resolver": "3.8.4",
"@varlet/preset-unocss": "3.8.4",
"@varlet/unplugin-icon-builder": "0.6.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-istanbul": "1.1.0",
"@vue/test-utils": "^2.4.3",
"api-farmer": "^0.0.23",
"cypress": "^13.3.2",
"cypress-vite": "^1.5.0",
"eslint": "^9.17.0",
Expand Down
Loading

0 comments on commit 7eba654

Please sign in to comment.