diff --git a/codequality/html-validate/package.json b/codequality/html-validate/package.json index 1be095e..009b899 100644 --- a/codequality/html-validate/package.json +++ b/codequality/html-validate/package.json @@ -1,21 +1,21 @@ { - "name": "@merkle-open/html-validate-config", - "description": "Shared html-validate config", - "version": "1.0.1", - "repository": "https://github.com/merkle-open/frontend-defaults", - "main": "./index.js", - "license": "MIT", - "author": "Merkle Inc.", - "private": false, - "engines": { - "node": ">=14" - }, - "files": [ - "README.md", - "LICENSE", - "index.js" - ], - "peerDependencies": { - "html-validate": ">=7" - } + "name": "@merkle-open/html-validate-config", + "description": "Shared html-validate config", + "version": "1.0.1", + "repository": "https://github.com/merkle-open/frontend-defaults", + "main": "./index.js", + "license": "MIT", + "author": "Merkle Inc.", + "private": false, + "engines": { + "node": ">=14" + }, + "files": [ + "README.md", + "LICENSE", + "index.js" + ], + "peerDependencies": { + "html-validate": ">=7" + } } diff --git a/codequality/prettier/package.json b/codequality/prettier/package.json index 5f13b46..e1d7c66 100644 --- a/codequality/prettier/package.json +++ b/codequality/prettier/package.json @@ -1,21 +1,21 @@ { - "name": "@merkle-open/prettier-config", - "description": "Shared prettier config", - "version": "1.2.0", - "repository": "https://github.com/merkle-open/frontend-defaults", - "license": "MIT", - "author": "Merkle Inc.", - "private": false, - "engines": { - "node": ">=14" - }, - "main": "./index.js", - "files": [ - "README.md", - "LICENSE", - "index.js" - ], - "peerDependencies": { - "prettier": ">=2 <4" - } + "name": "@merkle-open/prettier-config", + "description": "Shared prettier config", + "version": "1.2.0", + "repository": "https://github.com/merkle-open/frontend-defaults", + "license": "MIT", + "author": "Merkle Inc.", + "private": false, + "engines": { + "node": ">=14" + }, + "main": "./index.js", + "files": [ + "README.md", + "LICENSE", + "index.js" + ], + "peerDependencies": { + "prettier": ">=2 <4" + } } diff --git a/codequality/ts-config/package.json b/codequality/ts-config/package.json index 2fbf358..190e75e 100644 --- a/codequality/ts-config/package.json +++ b/codequality/ts-config/package.json @@ -1,21 +1,21 @@ { - "name": "@merkle-open/ts-config", - "description": "Shared configuration for Typescript", - "version": "1.1.0", - "repository": "https://github.com/merkle-open/frontend-defaults", - "main": "./tsconfig.json", - "license": "MIT", - "author": "Merkle Inc.", - "private": false, - "engines": { - "node": ">=14" - }, - "files": [ - "README.md", - "LICENSE", - "tsconfig.json" - ], - "peerDependencies": { - "typescript": ">= 3 < 6" - } + "name": "@merkle-open/ts-config", + "description": "Shared configuration for Typescript", + "version": "1.1.0", + "repository": "https://github.com/merkle-open/frontend-defaults", + "main": "./tsconfig.json", + "license": "MIT", + "author": "Merkle Inc.", + "private": false, + "engines": { + "node": ">=14" + }, + "files": [ + "README.md", + "LICENSE", + "tsconfig.json" + ], + "peerDependencies": { + "typescript": ">= 3 < 6" + } } diff --git a/repo/commitlint-conventional-changelog/package.json b/repo/commitlint-conventional-changelog/package.json index e91793f..a8ea796 100755 --- a/repo/commitlint-conventional-changelog/package.json +++ b/repo/commitlint-conventional-changelog/package.json @@ -1,33 +1,33 @@ { - "name": "@merkle-open/commitlint-conventional-changelog", - "version": "1.0.7", - "repository": "https://github.com/merkle-open/frontend-defaults", - "author": "Merkle Inc.", - "description": "Shareable commitlint config enforcing conventional commits", - "main": "index.js", - "license": "MIT", - "private": false, - "files": [ - "README.md", - "LICENSE", - "index.js" - ], - "peerDependencies": { - "@commitlint/cli": ">= 8.0.0", - "husky": ">=4.0.0" - }, - "devDependencies": { - "@commitlint/lint": "18.6.1", - "jest": "29.7.0" - }, - "commitlint": { - "extends": [ - "./index.js" - ] - }, - "scripts": { - "prepublishOnly": "npm test", - "test": "jest --forceExit --detectOpenHandles", - "watch-test": "jest --watchAll" - } + "name": "@merkle-open/commitlint-conventional-changelog", + "version": "1.0.7", + "repository": "https://github.com/merkle-open/frontend-defaults", + "author": "Merkle Inc.", + "description": "Shareable commitlint config enforcing conventional commits", + "main": "index.js", + "license": "MIT", + "private": false, + "files": [ + "README.md", + "LICENSE", + "index.js" + ], + "peerDependencies": { + "@commitlint/cli": ">= 8.0.0", + "husky": ">=4.0.0" + }, + "devDependencies": { + "@commitlint/lint": "18.6.1", + "jest": "29.7.0" + }, + "commitlint": { + "extends": [ + "./index.js" + ] + }, + "scripts": { + "prepublishOnly": "npm test", + "test": "jest --forceExit --detectOpenHandles", + "watch-test": "jest --watchAll" + } } diff --git a/repo/cz-conventional-changelog/package.json b/repo/cz-conventional-changelog/package.json index fac7377..1643e77 100755 --- a/repo/cz-conventional-changelog/package.json +++ b/repo/cz-conventional-changelog/package.json @@ -1,29 +1,29 @@ { - "name": "@merkle-open/cz-conventional-changelog", - "version": "1.1.0", - "repository": "https://github.com/merkle-open/frontend-defaults", - "author": "Merkle Inc.", - "description": "Commitizen adapter following the conventional-changelog format.", - "main": "index.js", - "license": "MIT", - "private": false, - "engines": { - "node": ">=14" - }, - "files": [ - "README.md", - "LICENSE", - "index.js", - "engine.js" - ], - "dependencies": { - "conventional-commit-types": "3.0.0", - "lodash.map": "4.6.0", - "longest": "2.0.1", - "right-pad": "1.0.1", - "word-wrap": "1.2.5" - }, - "peerDependencies": { - "commitizen": "4.x" - } + "name": "@merkle-open/cz-conventional-changelog", + "version": "1.1.0", + "repository": "https://github.com/merkle-open/frontend-defaults", + "author": "Merkle Inc.", + "description": "Commitizen adapter following the conventional-changelog format.", + "main": "index.js", + "license": "MIT", + "private": false, + "engines": { + "node": ">=14" + }, + "files": [ + "README.md", + "LICENSE", + "index.js", + "engine.js" + ], + "dependencies": { + "conventional-commit-types": "3.0.0", + "lodash.map": "4.6.0", + "longest": "2.0.1", + "right-pad": "1.0.1", + "word-wrap": "1.2.5" + }, + "peerDependencies": { + "commitizen": "4.x" + } }