Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lhlyu committed Sep 4, 2024
1 parent aaf89c5 commit 71379f3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lhlyu/vue-virtual-waterfall",
"description": "vue3 virtual waterfall component",
"version": "1.0.6-beta.4",
"version": "1.0.6",
"author": "lhlyu",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,20 +34,20 @@
"package.json"
],
"dependencies": {
"@vueuse/core": "^11.0.1"
"@vueuse/core": "^11.0.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.2",
"@vitejs/plugin-vue": "^5.1.3",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.5",
"postcss": "^8.4.41",
"postcss": "^8.4.44",
"prettier": "^3.3.3",
"prettier-plugin-rational-order": "^1.0.3",
"sass": "^1.77.8",
"sass": "^1.78.0",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vite-plugin-dts": "4.0.3",
"vue": "^3.4.38",
"vue-tsc": "^2.0.29"
"vite": "^5.4.3",
"vite-plugin-dts": "4.1.0",
"vue": "^3.5.0",
"vue-tsc": "^2.1.4"
}
}

0 comments on commit 71379f3

Please sign in to comment.