mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-15 08:33:11 +00:00
chore(deps) Update all non-major dependencies
This commit is contained in:
parent
1dc5a26814
commit
eb6f311644
3 changed files with 672 additions and 1165 deletions
1823
docs/package-lock.json
generated
1823
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.8",
|
||||
"version": "1.0.9",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
"md5": "^2.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@11ty/eleventy": "1.0.0",
|
||||
"@11ty/eleventy": "1.0.1",
|
||||
"@11ty/eleventy-img": "2.0.0",
|
||||
"@11ty/eleventy-plugin-syntaxhighlight": "4.0.0",
|
||||
"@fontsource/inter": "4.5.7",
|
||||
|
|
@ -33,13 +33,13 @@
|
|||
"@fullhuman/postcss-purgecss": "4.1.3",
|
||||
"@toycode/markdown-it-class": "1.2.4",
|
||||
"algoliasearch": "4.13.0",
|
||||
"autoprefixer": "10.4.4",
|
||||
"autoprefixer": "10.4.5",
|
||||
"bulma": "0.9.3",
|
||||
"bulma-pricingtable": "0.2.0",
|
||||
"cssnano": "5.1.7",
|
||||
"cz-conventional-changelog": "3.3.0",
|
||||
"eleventy-plugin-metagen": "1.6.1",
|
||||
"esbuild": "0.14.36",
|
||||
"esbuild": "0.14.38",
|
||||
"eslint": "8.13.0",
|
||||
"eslint-config-airbnb-base": "15.0.0",
|
||||
"eslint-plugin-import": "2.26.0",
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
"postcss-nested": "5.0.6",
|
||||
"prettier": "2.6.2",
|
||||
"prismjs": "1.28.0",
|
||||
"sass": "1.50.0",
|
||||
"sass": "1.50.1",
|
||||
"slugify": "1.6.5"
|
||||
},
|
||||
"config": {
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@ mypy-extensions==0.4.3; python_full_version >= "3.6.2"
|
|||
pathspec==0.9.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
|
||||
platformdirs==2.5.2; python_version >= "3.7" and python_full_version >= "3.6.2"
|
||||
pyyaml==6.0; python_version >= "3.6"
|
||||
regex==2022.3.15
|
||||
regex==2022.4.24
|
||||
tomli==2.0.1; python_version >= "3.7" and python_full_version >= "3.6.2"
|
||||
tomlkit==0.10.1; python_version >= "3.6" and python_version < "4.0"
|
||||
tomlkit==0.10.2; python_version >= "3.6" and python_version < "4.0"
|
||||
tqdm==4.64.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
|
||||
typed-ast==1.5.3; python_version < "3.8" and implementation_name == "cpython" and python_full_version >= "3.6.2"
|
||||
typing-extensions==4.2.0; python_version < "3.8" and python_version >= "3.7" and python_full_version >= "3.6.2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue