Skip to content

Commit 08a040b

Browse files
Обновляет зависимости
1 parent 232ac30 commit 08a040b

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"gulp-svgmin": "4.1.0",
1919
"gulp-terser": "2.1.0",
2020
"linthtml-config-htmlacademy": "1.0.12",
21-
"postcss": "8.4.30",
21+
"postcss": "8.4.31",
2222
"postcss-csso": "6.0.1",
23-
"postcss-scss": "4.0.8",
23+
"postcss-scss": "4.0.9",
2424
"postcss-url": "10.1.3",
25-
"sass": "1.68.0",
25+
"sass": "1.69.0",
2626
"stylelint": "15.10.3",
2727
"stylelint-config-htmlacademy": "2.0.4",
2828
"w3c-html-validator": "1.5.1"
@@ -31,7 +31,7 @@
3131
"lint:spaces": "editorconfig-cli",
3232
"lint:styles": "stylelint \"source/sass/**/*.scss\" --custom-syntax postcss-scss",
3333
"lint:markup": "cd build && html-validator --quiet --continue",
34-
"lint:html" : "linthtml source/**/*.html --config .linthtmlrc",
34+
"lint:html": "linthtml source/**/*.html --config .linthtmlrc",
3535
"lint:bem": "gulp lintBem --silent",
3636
"prelint": "gulp processMarkup --silent",
3737
"lint": "npm run lint:spaces && npm run lint:styles && npm run lint:markup && npm run lint:bem && npm run lint:html",

0 commit comments

Comments
 (0)