Skip to content

Commit f39cf5e

Browse files
chore: update to vueuse 10
1 parent 87da3b8 commit f39cf5e

9 files changed

+2005
-1738
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,24 @@
3131
"release": "pnpm prepack && standard-version && git push --follow-tags origin main && npm publish"
3232
},
3333
"dependencies": {
34-
"@nuxt/kit": "^3.3.2",
35-
"@vueuse/core": "^9.13.0",
34+
"@nuxt/kit": "^3.4.1",
35+
"@vueuse/core": "^10.0.2",
3636
"defu": "^6.1.2"
3737
},
3838
"devDependencies": {
39-
"@antfu/eslint-config": "^0.37.0",
40-
"@nuxt/module-builder": "^0.2.1",
41-
"@nuxt/schema": "^3.3.2",
42-
"@types/node": "18.15.9",
43-
"eslint": "8.36.0",
39+
"@antfu/eslint-config": "^0.38.4",
40+
"@nuxt/module-builder": "^0.3.0",
41+
"@nuxt/schema": "^3.4.1",
42+
"@types/node": "18.15.11",
43+
"eslint": "8.38.0",
4444
"eslint-config-prettier": "8.8.0",
4545
"eslint-plugin-prettier-vue": "4.2.0",
46-
"eslint-plugin-tailwindcss": "3.10.1",
46+
"eslint-plugin-tailwindcss": "3.11.0",
4747
"eslint-plugin-vuejs-accessibility": "2.1.0",
4848
"npm-run-all": "^4.1.5",
49-
"nuxt": "^3.3.2",
49+
"nuxt": "^3.4.1",
5050
"standard-version": "^9.5.0",
51-
"typescript": "^5.0.2",
51+
"typescript": "^5.0.4",
5252
"vue": "^3.2.47",
5353
"vue-tsc": "^1.2.0"
5454
}

0 commit comments

Comments
 (0)