You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

jest-preset-stylelint

Package Overview
Dependencies
Maintainers
5
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-preset-stylelint - npm Package Compare versions

Comparing version

to
6.0.0

26

package.json
{
"name": "jest-preset-stylelint",
"version": "5.0.4",
"version": "6.0.0",
"description": "Jest preset for Stylelint plugins.",

@@ -57,22 +57,22 @@ "keywords": [

"@stylelint/prettier-config": "^2.0.0",
"@stylelint/remark-preset": "^3.0.0",
"@types/jest": "^28.1.1",
"eslint": "^8.17.0",
"@stylelint/remark-preset": "^4.0.0",
"@types/jest": "^29.0.0",
"eslint": "^8.23.0",
"eslint-config-stylelint": "^15.1.0",
"husky": "^8.0.1",
"jest": "^28.1.0",
"lint-staged": "^13.0.0",
"np": "^7.6.1",
"jest": "^29.0.2",
"lint-staged": "^13.0.3",
"np": "^7.6.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.6.2",
"remark-cli": "^10.0.1",
"stylelint": "^14.8.5",
"typescript": "^4.7.3"
"prettier": "^2.7.1",
"remark-cli": "^11.0.0",
"stylelint": "^14.11.0",
"typescript": "^4.8.2"
},
"peerDependencies": {
"jest": "^25.3.0 || ^26.0.1 || ^27.0.1 || ^28.0.2"
"jest": "^29.0.2"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"node": "^14.15.0 || >=16.10.0"
}
}