mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-16 21:40:24 +00:00
Merge pull request #522 from Riverside-Healthcare/dev
This commit is contained in:
commit
14e8be4c07
5 changed files with 1162 additions and 616 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -42,6 +42,6 @@ jobs:
|
|||
|
||||
- name: Build and publish package
|
||||
if: steps.semantic.outputs.new_release_published == 'true'
|
||||
uses: JRubics/poetry-publish@v1.15
|
||||
uses: JRubics/poetry-publish@v1.16
|
||||
with:
|
||||
pypi_token: ${{ secrets.PYPI_API_TOKEN }}
|
||||
|
|
|
|||
616
docs/package-lock.json
generated
616
docs/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "djlint_docs",
|
||||
"version": "1.0.57",
|
||||
"version": "1.0.59",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
@ -45,10 +45,10 @@
|
|||
"cz-conventional-changelog": "3.3.0",
|
||||
"eleventy-plugin-edit-on-github": "1.1.0",
|
||||
"eleventy-plugin-metagen": "1.7.11",
|
||||
"esbuild": "0.16.14",
|
||||
"esbuild": "0.16.17",
|
||||
"eslint": "8.31.0",
|
||||
"eslint-config-airbnb-base": "15.0.0",
|
||||
"eslint-plugin-import": "2.26.0",
|
||||
"eslint-plugin-import": "2.27.4",
|
||||
"fontawesome-subset": "4.3.1",
|
||||
"html-minifier": "4.0.0",
|
||||
"markdown-it": "13.0.1",
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
"outdent": "0.8.0",
|
||||
"postcss-cli": "10.1.0",
|
||||
"postcss-nested": "6.0.0",
|
||||
"prettier": "2.8.1",
|
||||
"prettier": "2.8.2",
|
||||
"prismjs": "1.29.0",
|
||||
"sass": "1.57.1",
|
||||
"slugify": "1.6.5"
|
||||
|
|
|
|||
1148
package-lock.json
generated
1148
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "djlint",
|
||||
"version": "1.19.11",
|
||||
"version": "1.19.12",
|
||||
"description": "HTML Template Linter and Formatter",
|
||||
"main": "./bin/index.js",
|
||||
"directories": {
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
"@semantic-release/release-notes-generator": "10.0.3",
|
||||
"cz-conventional-changelog": "3.3.0",
|
||||
"lint-staged": "13.1.0",
|
||||
"semantic-release": "19.0.5",
|
||||
"semantic-release": "20.0.2",
|
||||
"xo": "0.53.1"
|
||||
},
|
||||
"config": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue