Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Update develop (#237)
Browse files Browse the repository at this point in the history
* add changelog

* Tools update (#220)

* CI update
* Dependecies update

* Typo fix

Co-authored-by: Janusz Janczy <janusz.janczy@snow.dog>
Co-authored-by: Janusz Janczy <janczy@gmail.com>
  • Loading branch information
3 people committed Mar 10, 2020
1 parent abceb5b commit 512c6a7
Show file tree
Hide file tree
Showing 5 changed files with 2,881 additions and 1,354 deletions.
2 changes: 1 addition & 1 deletion .test/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
>=6.9.1 <7.0.0
>=10.13.0 <11.0.0
26 changes: 16 additions & 10 deletions .test/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,26 @@
{
"name": "magento2-theme-blank-sass",
"private": true,
"scripts": {
"sass": "gulp sass",
"sass-lint": "gulp sass-lint",
"css-lint": "gulp css-lint",
"tests": "gulp tests"
},
"dependencies": {
"autoprefixer": "~7.2.1",
"autoprefixer": "~9.6.1",
"gulp": "~3.9.1",
"gulp-if": "~2.0.2",
"gulp-plumber": "~1.1.0",
"gulp-postcss": "~7.0.0",
"gulp-sass": "~3.1.0",
"gulp-plumber": "~1.2.1",
"gulp-postcss": "~8.0.0",
"gulp-sass": "~4.0.2",
"gulp-sass-error": "^1.0.5",
"gulp-sass-lint": "~1.3.4",
"gulp-sourcemaps": "~2.6.1",
"gulp-sass-lint": "~1.4.0",
"gulp-sourcemaps": "~2.6.5",
"gulp-util": "~3.0.8",
"postcss-reporter": "~5.0.0",
"run-sequence": "~2.2.0",
"stylelint": "~8.3.1",
"stylelint-config-standard": "~18.0.0"
"postcss-reporter": "~6.0.1",
"run-sequence": "~2.2.1",
"stylelint": "~10.1.0",
"stylelint-config-standard": "~18.3.0"
}
}
Loading

0 comments on commit 512c6a7

Please sign in to comment.