Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
iwt-nduesing authored and nicod-pc committed Dec 8, 2021
1 parent 3b1f1f1 commit cd14f41
Show file tree
Hide file tree
Showing 2 changed files with 432 additions and 417 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,23 @@
"release": "semantic-release --branches main",
"test": "jest",
"prettier": "prettier --ignore-path \"../.gitignore\" --write .",
"prettier:check": "prettier --ignore-path \"../.gitignore\" --check ."
"prettier:check": "prettier --ignore-path \"../.gitignore\" --check .",
"lint:valid": "stylelint tests/valid.css --config index.js",
"lint:invalid": "stylelint tests/invalid.css --config index.js"
},
"dependencies": {
"@immowelt/browserslist-config": "^3.0.8",
"stylelint": "^14.0.0",
"stylelint-config-recommended-scss": "^4.3.0",
"stylelint-config-recommended-scss": "^5.0.2",
"stylelint-config-standard": "^24.0.0",
"stylelint-no-unsupported-browser-features": "^5.0.2",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.0.0"
},
"devDependencies": {
"jest": "^27.2.4",
"prettier": "^2.4.1",
"semantic-release": "^18.0.0"
"jest": "^27.4.3",
"prettier": "^2.5.1",
"semantic-release": "^18.0.1"
},
"bugs": {
"url": "https://github.com/ImmoweltGroup/stylelint-config-immowelt/issues"
Expand Down
Loading

0 comments on commit cd14f41

Please sign in to comment.