Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #21 from vue-email/fix/tailwind-codeblock
Browse files Browse the repository at this point in the history
fix: ECodeBlock rendering issues with ETailwind
  • Loading branch information
Flowko authored Jan 30, 2024
2 parents 94bb106 + 81e6afa commit a0a3f1b
Show file tree
Hide file tree
Showing 2 changed files with 772 additions and 139 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,23 +48,23 @@
"release": "bumpp"
},
"dependencies": {
"@nuxt/kit": "^3.9.3",
"@nuxt/kit": "^3.10.0",
"defu": "^6.1.4",
"vue-email": "^0.8.6",
"@vue-email/compiler": "^0.8.8",
"vue-email": "^0.8.7",
"@vue-email/compiler": "^0.8.9",
"sirv": "^2.0.4"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.9.3",
"@nuxt/test-utils": "^3.10.0",
"@types/node": "^20.11.5",
"@nuxt/schema": "^3.10.0",
"@nuxt/test-utils": "^3.11.0",
"@types/node": "^20.11.10",
"eslint": "^8.56.0",
"bumpp": "^9.3.0",
"jiti": "^1.21.0",
"nuxt": "^3.9.3",
"vitest": "^1.2.1"
"nuxt": "^3.10.0",
"vitest": "^1.2.2"
}
}
Loading

0 comments on commit a0a3f1b

Please sign in to comment.