Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lyqht committed Oct 6, 2024
1 parent f6b6d08 commit 078ba0f
Show file tree
Hide file tree
Showing 2 changed files with 817 additions and 780 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,40 +19,40 @@
]
},
"dependencies": {
"@vitejs/plugin-vue": "^5.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.14",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"clsx": "^2.1.1",
"dom-to-image": "^2.6.0",
"dom-to-svg": "^0.12.2",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"lucide-vue-next": "^0.321.0",
"qr-code-styling": "^1.6.0-rc.1",
"radix-vue": "^1.4.1",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.3.1",
"qr-code-styling": "1.6.0-rc.1",
"radix-vue": "^1.9.6",
"tailwind-merge": "^2.5.3",
"tailwindcss": "^3.4.13",
"tailwindcss-animate": "^1.0.7",
"vite": "^5.1.7",
"vue": "^3.4.15",
"vue-i18n": "9"
"vite": "^5.4.8",
"vue": "^3.5.11",
"vue-i18n": "^9.14.1"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.2",
"@types/dom-to-image": "^2.6.4",
"@types/node": "^20.10.5",
"@rushstack/eslint-patch": "^1.10.4",
"@types/dom-to-image": "^2.6.7",
"@types/node": "^20.16.10",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"eslint": "^8.46.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-vue": "^9.16.1",
"husky": "^8.0.0",
"lint-staged": "^15.2.0",
"postcss": "^8.4.23",
"prettier": "^3.0.1",
"typescript": "^5.3.3",
"vue-eslint-parser": "^9.3.1"
"eslint": "^8.57.1",
"eslint-plugin-tailwindcss": "^3.17.4",
"eslint-plugin-vue": "^9.28.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.10",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"typescript": "^5.6.2",
"vue-eslint-parser": "^9.4.3"
}
}
Loading

0 comments on commit 078ba0f

Please sign in to comment.