diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..be1ed037 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +github: vue-email diff --git a/package.json b/package.json index 602ffa1c..d55cfa92 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-email", "type": "module", - "version": "0.8.5", + "version": "0.8.6", "packageManager": "pnpm@8.11.0", "description": "💌 Write email templates with Vue", "author": "David Arenas ", @@ -76,36 +76,37 @@ "dependencies": { "@vue-email/cli": "latest", "@vue-email/tailwind": "^0.0.6", - "isomorphic-dompurify": "^1.12.0", + "isomorphic-dompurify": "^2.2.0", + "shikiji": "0.10.0-beta.9", "ufo": "^1.3.2", "vue": "^3.3.8", - "vue-i18n": "^9.8.0" + "vue-i18n": "^9.9.0" }, "devDependencies": { - "@antfu/eslint-config": "^2.4.5", + "@antfu/eslint-config": "^2.6.3", "@antfu/ni": "^0.21.12", "@antfu/utils": "^0.7.7", "@types/html-to-text": "^9.0.4", - "@types/node": "^20.10.4", + "@types/node": "^20.11.5", "@types/pretty": "^2.0.3", - "@vitejs/plugin-vue": "^4.5.2", - "bumpp": "^9.2.1", + "@vitejs/plugin-vue": "^5.0.3", + "bumpp": "^9.3.0", "dom-serializer": "^2.0.0", "domutils": "^3.1.0", - "eslint": "^8.55.0", + "eslint": "^8.56.0", "esno": "^4.0.0", "html-to-text": "^9.0.5", - "htmlparser2": "^9.0.0", + "htmlparser2": "^9.1.0", "jiti": "^1.21.0", "lint-staged": "^15.2.0", - "pnpm": "^8.12.1", + "pnpm": "^8.14.1", "pretty": "^2.0.0", "rimraf": "^5.0.5", "simple-git-hooks": "^2.9.0", "typescript": "^5.3.3", "unbuild": "^2.0.0", - "vite": "^5.0.8", - "vitest": "^1.0.4" + "vite": "^5.0.12", + "vitest": "^1.2.1" }, "simple-git-hooks": { "pre-commit": "pnpm lint-staged" diff --git a/playground/src/App.vue b/playground/src/App.vue index 8276d217..fedc18c2 100644 --- a/playground/src/App.vue +++ b/playground/src/App.vue @@ -1,6 +1,6 @@