Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Riverside-Healthcare/djLint
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherpickering committed Oct 10, 2022
2 parents 319ebf3 + d520ac6 commit 400639d
Show file tree
Hide file tree
Showing 8 changed files with 410 additions and 400 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cancel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.10.0
uses: styfle/cancel-workflow-action@0.10.1
with:
access_token: ${{ github.token }}
workflow_id: test.yml
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
- id: end-of-file-fixer
- id: check-yaml
- repo: https://github.com/myint/autoflake
rev: v1.6.1
rev: v1.7.1
hooks:
- id: autoflake
exclude: &fixtures tests/functional/|tests/input|tests/extensions/data|tests/regrtest_data/|tests/data/
Expand All @@ -22,7 +22,7 @@ repos:
- --remove-duplicate-keys
- --remove-unused-variables
- repo: https://github.com/asottile/pyupgrade
rev: v2.38.2
rev: v3.0.0
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand All @@ -33,7 +33,7 @@ repos:
exclude: docs*
additional_dependencies: [toml]
- repo: https://github.com/psf/black
rev: 22.8.0
rev: 22.10.0
hooks:
- id: black
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
Expand Down
466 changes: 224 additions & 242 deletions docs/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "djlint_docs",
"version": "1.0.33",
"version": "1.0.36",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"@11ty/eleventy": "1.0.2",
"@11ty/eleventy-img": "2.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "4.1.0",
"@fontsource/inter": "4.5.12",
"@fontsource/inter": "4.5.13",
"@fortawesome/fontawesome-free": "6.2.0",
"@fullhuman/postcss-purgecss": "5.0.0",
"@toycode/markdown-it-class": "1.2.4",
Expand All @@ -40,8 +40,8 @@
"cz-conventional-changelog": "3.3.0",
"eleventy-plugin-edit-on-github": "1.1.0",
"eleventy-plugin-metagen": "1.7.11",
"esbuild": "0.15.9",
"eslint": "8.24.0",
"esbuild": "0.15.10",
"eslint": "8.25.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.26.0",
"fontawesome-subset": "4.3.1",
Expand All @@ -52,7 +52,7 @@
"markdown-it-imsize": "2.0.1",
"outdent": "0.8.0",
"postcss-cli": "10.0.0",
"postcss-nested": "5.0.6",
"postcss-nested": "6.0.0",
"prettier": "2.7.1",
"prismjs": "1.29.0",
"sass": "1.55.0",
Expand Down
Loading

0 comments on commit 400639d

Please sign in to comment.