Merge branch 'dev' of github.com:Riverside-Healthcare/djLint into dev

This commit is contained in:
Christopher Pickering 2022-11-08 08:33:55 +01:00
commit f135101cd8
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84
8 changed files with 470 additions and 254 deletions

679
docs/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{
"name": "djlint_docs",
"version": "1.0.41",
"version": "1.0.42",
"description": "",
"main": "index.js",
"scripts": {
@ -27,7 +27,7 @@
"devDependencies": {
"@11ty/eleventy": "1.0.2",
"@11ty/eleventy-img": "2.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "4.1.0",
"@11ty/eleventy-plugin-syntaxhighlight": "4.2.0",
"@fontsource/inter": "4.5.14",
"@fortawesome/fontawesome-free": "6.2.0",
"@fullhuman/postcss-purgecss": "5.0.0",
@ -40,7 +40,7 @@
"cz-conventional-changelog": "3.3.0",
"eleventy-plugin-edit-on-github": "1.1.0",
"eleventy-plugin-metagen": "1.7.11",
"esbuild": "0.15.12",
"esbuild": "0.15.13",
"eslint": "8.26.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.26.0",
@ -55,7 +55,7 @@
"postcss-nested": "6.0.0",
"prettier": "2.7.1",
"prismjs": "1.29.0",
"sass": "1.55.0",
"sass": "1.56.0",
"slugify": "1.6.5"
},
"config": {

View file

@ -71,8 +71,9 @@ Ensure djLint is installed in your global python, or on your `PATH`.
::: content
- [Marketplace page](https://marketplace.visualstudio.com/items?itemName=monosans.djlint)
- [GitHub repository](https://github.com/monosans/djlint-vscode)
- [VS Marketplace page](https://marketplace.visualstudio.com/items?itemName=monosans.djlint)
- [Open VSX page](https://open-vsx.org/extension/monosans/djlint)
:::
## neovim

View file

@ -71,8 +71,9 @@ Assurez-vous que djLint est installé dans votre python global, ou sur votre `PA
::: content
- [Page du marché](https://marketplace.visualstudio.com/items?itemName=monosans.djlint)
- [GitHub dépôt](https://github.com/monosans/djlint-vscode)
- [Page sur VS Marketplace](https://marketplace.visualstudio.com/items?itemName=monosans.djlint)
- [Page sur Open VSX](https://open-vsx.org/extension/monosans/djlint)
:::
## neovim

View file

@ -71,8 +71,9 @@ djLint можно использовать в качестве плагина Su
::: content
- [Страница рынка](https://marketplace.visualstudio.com/items?itemName=monosans.djlint)
- [GitHub репозиторий](https://github.com/monosans/djlint-vscode)
- [Страница на VS Marketplace](https://marketplace.visualstudio.com/items?itemName=monosans.djlint)
- [Страница на Open VSX](https://open-vsx.org/extension/monosans/djlint)
:::
## neovim

22
package-lock.json generated
View file

@ -1,17 +1,17 @@
{
"name": "djlint",
"version": "1.17.4",
"version": "1.18.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "djlint",
"version": "1.17.4",
"version": "1.18.1",
"hasInstallScript": true,
"license": "GPL-3.0-or-later",
"dependencies": {
"python-shell": "^3.0.1",
"yargs": "17.6.0"
"yargs": "17.6.2"
},
"bin": {
"djlint": "bin/index.js"
@ -12280,9 +12280,9 @@
}
},
"node_modules/yargs": {
"version": "17.6.0",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.6.0.tgz",
"integrity": "sha512-8H/wTDqlSwoSnScvV2N/JHfLWOKuh5MVla9hqLjK3nsfyy6Y4kDSYSvkU5YCUEPOSnRXfIyx3Sq+B/IWudTo4g==",
"version": "17.6.2",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.6.2.tgz",
"integrity": "sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==",
"dependencies": {
"cliui": "^8.0.1",
"escalade": "^3.1.1",
@ -12290,7 +12290,7 @@
"require-directory": "^2.1.1",
"string-width": "^4.2.3",
"y18n": "^5.0.5",
"yargs-parser": "^21.0.0"
"yargs-parser": "^21.1.1"
},
"engines": {
"node": ">=12"
@ -21243,9 +21243,9 @@
"dev": true
},
"yargs": {
"version": "17.6.0",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.6.0.tgz",
"integrity": "sha512-8H/wTDqlSwoSnScvV2N/JHfLWOKuh5MVla9hqLjK3nsfyy6Y4kDSYSvkU5YCUEPOSnRXfIyx3Sq+B/IWudTo4g==",
"version": "17.6.2",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.6.2.tgz",
"integrity": "sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==",
"requires": {
"cliui": "^8.0.1",
"escalade": "^3.1.1",
@ -21253,7 +21253,7 @@
"require-directory": "^2.1.1",
"string-width": "^4.2.3",
"y18n": "^5.0.5",
"yargs-parser": "^21.0.0"
"yargs-parser": "^21.1.1"
},
"dependencies": {
"ansi-regex": {

View file

@ -1,6 +1,6 @@
{
"name": "djlint",
"version": "1.18.0",
"version": "1.19.4",
"description": "HTML Template Linter and Formatter",
"main": "./bin/index.js",
"directories": {
@ -53,7 +53,7 @@
"homepage": "https://djlint.com",
"dependencies": {
"python-shell": "^3.0.1",
"yargs": "17.6.0"
"yargs": "17.6.2"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.1",

View file

@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name="djlint"
version="1.18.0"
version="1.19.4"
description="HTML Template Linter and Formatter"
license="GPL-3.0-or-later"
authors=["Christopher Pickering <cpickering@rhc.net>"]