breakpoint-changes-rx
Advanced tools
Comparing version 3.3.3 to 3.4.0
{ | ||
"name": "breakpoint-changes-rx", | ||
"version": "3.3.3", | ||
"version": "3.4.0", | ||
"repository": { | ||
@@ -27,10 +27,6 @@ "type": "git", | ||
"scripts": { | ||
"lint": "eslint --fix --ext .tsx,.ts,.mts,.cts,.jsx,.js,.mjs,.cjs ./ && tsc --noEmit", | ||
"lint": "eslint --ext .tsx,.ts,.mts,.cts,.jsx,.js,.mjs,.cjs ./", | ||
"build": "tsc", | ||
"prepublishOnly": "tsc", | ||
"test": "jest --coverage", | ||
"ci-test": "run-s \"ci-test:*\"", | ||
"ci-test:lint": "eslint --ext .tsx,.ts,.mts,.cts,.jsx,.js,.mjs,.cjs ./", | ||
"ci-test:tsc": "tsc --noEmit", | ||
"ci-test:test": "jest --coverage", | ||
"commit": "cz", | ||
@@ -43,21 +39,20 @@ "_postinstall": "husky install", | ||
"devDependencies": { | ||
"@commitlint/cli": "17.6.7", | ||
"@commitlint/config-conventional": "17.6.7", | ||
"@jenssimon/eslint-config-base": "7.0.6", | ||
"@jenssimon/eslint-config-typescript": "5.1.0", | ||
"@types/jest": "29.5.3", | ||
"commitizen": "4.3.0", | ||
"cz-conventional-changelog": "3.3.0", | ||
"eslint": "8.46.0", | ||
"husky": "8.0.3", | ||
"jest": "29.6.2", | ||
"jest-environment-jsdom": "29.6.2", | ||
"lint-staged": "13.2.3", | ||
"npm-run-all": "4.1.5", | ||
"pinst": "3.0.0", | ||
"rxjs": "7.8.1", | ||
"semantic-release": "21.0.7", | ||
"ts-jest": "29.1.1", | ||
"ts-node": "10.9.1", | ||
"typescript": "5.1.6" | ||
"@commitlint/cli": "^17.8.0", | ||
"@commitlint/config-conventional": "^17.8.0", | ||
"@jenssimon/eslint-config-base": "^7.2.6", | ||
"@jenssimon/eslint-config-typescript": "^5.1.12", | ||
"@types/jest": "^29.5.5", | ||
"commitizen": "^4.3.0", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.51.0", | ||
"husky": "^8.0.3", | ||
"jest": "^29.7.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"lint-staged": "^15.0.1", | ||
"pinst": "^3.0.0", | ||
"rxjs": "^7.8.1", | ||
"semantic-release": "^22.0.5", | ||
"ts-jest": "^29.1.1", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.2.2" | ||
}, | ||
@@ -107,3 +102,3 @@ "peerDependencies": { | ||
}, | ||
"packageManager": "yarn@3.6.1", | ||
"packageManager": "yarn@3.6.4", | ||
"config": { | ||
@@ -110,0 +105,0 @@ "commitizen": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18
35719