Skip to content

Commit

Permalink
Merge branch 'master' of github.com:felix-berlin/sassy-scss
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-berlin committed Aug 6, 2022
2 parents bc11ad7 + 7e5fbfc commit bcbcb96
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 40 deletions.
62 changes: 36 additions & 26 deletions package-lock.json

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

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,27 +62,27 @@
"scss number invert function"
],
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@felix_berlin/stylelint-config-felix-berlin": "^1.0.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"husky": "^8.0.1",
"@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"@felix_berlin/stylelint-config-felix-berlin": "1.0.0",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"husky": "8.0.1",
"postcss": "8.4.14",
"postcss-scss": "4.0.4",
"sassdoc": "2.7.4",
"semantic-release": "^19.0.3",
"semantic-release": "19.0.3",
"stylelint": "14.9.1",
"stylelint-config-standard": "^26.0.0",
"stylelint-config-standard": "26.0.0",
"stylelint-config-standard-scss": "5.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.5.0",
"stylelint-order": "^5.0.0",
"stylelint-declaration-block-no-ignored-properties": "2.5.0",
"stylelint-order": "5.0.0",
"stylelint-scss": "4.3.0"
},
"dependencies": {
"glob": "^8.0.3",
"jest": "^28.1.3",
"sass": "^1.53.0",
"sass-true": "^6.1.0"
"glob": "8.0.3",
"jest": "28.1.3",
"sass": "1.54.3",
"sass-true": "6.1.0"
}
}

0 comments on commit bcbcb96

Please sign in to comment.