chore: bump dependencies

Signed-off-by: Ryan Wang <i@ryanc.cc>
This commit is contained in:
Ryan Wang
2022-08-25 15:50:49 +08:00
parent b1fa0b0b2f
commit b7cbc0866e
8 changed files with 53 additions and 47 deletions
+4 -4
View File
@@ -17,15 +17,15 @@
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/tsconfig": "^0.1.3",
"astro": "^1.0.2",
"eslint": "^8.21.0",
"eslint-plugin-vue": "^9.3.0",
"astro": "^1.0.8",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.4.0",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"vue": "^3.2.37"
},
"dependencies": {
"@headlessui/vue": "^1.6.7",
"dayjs": "^1.11.4"
"dayjs": "^1.11.5"
}
}