Skip to content

Commit

Permalink
Merge pull request #701 from Riverside-Healthcare/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherpickering authored Jun 26, 2023
2 parents 485738d + 8739f4e commit dc484b9
Show file tree
Hide file tree
Showing 12 changed files with 235 additions and 132 deletions.
4 changes: 2 additions & 2 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: v2.1.1
rev: v2.2.0
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: v3.6.0
rev: v3.7.0
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "djlint_docs",
"version": "1.0.74",
"version": "1.0.75",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"@11ty/eleventy": "2.0.1",
"@11ty/eleventy-img": "3.1.0",
"@11ty/eleventy-plugin-syntaxhighlight": "5.0.0",
"@fontsource/inter": "5.0.2",
"@fontsource/inter": "5.0.3",
"@fortawesome/fontawesome-free": "^6.4.0",
"@fullhuman/postcss-purgecss": "5.0.0",
"@toycode/markdown-it-class": "1.2.4",
Expand All @@ -47,7 +47,7 @@
"cz-conventional-changelog": "3.3.0",
"eleventy-plugin-edit-on-github": "1.1.0",
"eleventy-plugin-metagen": "1.7.11",
"esbuild": "^0.17.15",
"esbuild": "^0.18.0",
"eslint": "^8.36.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.27.5",
Expand Down
63 changes: 47 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "9.0.3",
"@semantic-release/npm": "10.0.3",
"@semantic-release/npm": "10.0.4",
"@semantic-release/release-notes-generator": "11.0.3",
"cz-conventional-changelog": "3.3.0",
"lint-staged": "13.2.2",
"prettier": "^2.8.8",
"semantic-release": "21.0.3"
"semantic-release": "21.0.5"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit dc484b9

Please sign in to comment.