djlint 1.46.0 → 1.46.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -143,7 +143,7 @@ Or use `pre-commit` to reformat, then lint!
143
143
  ```yaml
144
144
  repos:
145
145
  - repo: https://github.com/djlint/djLint
146
- rev: v1.45.2 # use the latest version instead
146
+ rev: v1.46.2 # use the latest version instead
147
147
  hooks:
148
148
  - id: djlint-reformat
149
149
  - id: djlint
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "djlint",
3
- "version": "1.46.0",
3
+ "version": "1.46.2",
4
4
  "description": "HTML Template Linter and Formatter",
5
5
  "keywords": [
6
6
  "html template linter",
@@ -45,11 +45,11 @@
45
45
  },
46
46
  "files": [],
47
47
  "scripts": {
48
- "postinstall": "python3 -m pip install --upgrade djlint==1.46.0"
48
+ "postinstall": "python3 -m pip install --upgrade djlint==1.46.2"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@ianvs/prettier-plugin-sort-imports": "4.7.1",
52
- "prettier": "3.9.6",
52
+ "prettier": "3.9.7",
53
53
  "prettier-plugin-packagejson": "3.0.2"
54
54
  }
55
55
  }