-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fixed line break handling + bumped dependencies
- Loading branch information
Showing
8 changed files
with
491 additions
and
693 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "nuxt-strapi-blocks-renderer", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Renderer for the strapi CMS blocks text content element.", | ||
"license": "MIT", | ||
"repository": { | ||
|
@@ -38,20 +38,21 @@ | |
"defu": "^6.1.4" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.12.11", | ||
"@nuxt/devtools": "^1.3.1", | ||
"@nuxt/eslint-config": "^0.3.12", | ||
"@nuxt/module-builder": "^0.6.0", | ||
"@nuxt/devtools": "^1.3.2", | ||
"@nuxt/eslint-config": "^0.3.13", | ||
"@nuxt/module-builder": "^0.7.0", | ||
"@nuxt/schema": "^3.11.2", | ||
"@nuxt/test-utils": "^3.12.1", | ||
"@stylistic/eslint-plugin": "^1.8.1", | ||
"@nuxt/test-utils": "^3.13.1", | ||
"@stylistic/eslint-plugin": "^2.1.0", | ||
"@types/node": "^20.12.11", | ||
"@typescript-eslint/eslint-plugin": "^7.11.0", | ||
"eslint": "^8.57.0", | ||
"nuxt": "^3.11.2", | ||
"typescript": "^5.4.5", | ||
"vitest": "^1.6.0", | ||
"vue": "^3.4.27", | ||
"vue-tsc": "^2.0.17", | ||
"vue-eslint-parser": "^9.4.2", | ||
"typescript": "^5.4.5" | ||
"vue-tsc": "^2.0.19" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters