Skip to content

Commit

Permalink
chore: deps (#3700)
Browse files Browse the repository at this point in the history
* chore: deps

* chore: support TS v4/v5
  • Loading branch information
escapedcat committed Oct 20, 2023
1 parent dfa46de commit bcf402c
Show file tree
Hide file tree
Showing 13 changed files with 223 additions and 211 deletions.
6 changes: 3 additions & 3 deletions @commitlint/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"devDependencies": {
"@commitlint/test": "^17.4.2",
"@commitlint/utils": "^17.4.0",
"@types/lodash.isfunction": "^3.0.7",
"@types/lodash.merge": "^4.6.7",
"@types/lodash.isfunction": "^3.0.8",
"@types/lodash.merge": "^4.6.8",
"@types/node": "^14.0.0",
"@types/yargs": "^17.0.0",
"@types/yargs": "^17.0.29",
"fs-extra": "^11.0.0",
"lodash.merge": "^4.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/config-patternplate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@commitlint/utils": "^17.4.0",
"@types/lodash.merge": "^4.6.7"
"@types/lodash.merge": "^4.6.8"
},
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
}
4 changes: 2 additions & 2 deletions @commitlint/cz-commitlint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
},
"devDependencies": {
"@types/inquirer": "^8.0.0",
"@types/lodash.isfunction": "^3.0.7",
"@types/lodash.isplainobject": "^4.0.7",
"@types/lodash.isfunction": "^3.0.8",
"@types/lodash.isplainobject": "^4.0.8",
"commitizen": "^4.2.4",
"lodash.isfunction": "^3.0.9"
}
Expand Down
10 changes: 5 additions & 5 deletions @commitlint/ensure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"license": "MIT",
"devDependencies": {
"@commitlint/utils": "^17.4.0",
"@types/lodash.camelcase": "^4.3.7",
"@types/lodash.kebabcase": "^4.1.7",
"@types/lodash.snakecase": "^4.1.7",
"@types/lodash.startcase": "^4.4.7",
"@types/lodash.upperfirst": "^4.3.7",
"@types/lodash.camelcase": "^4.3.8",
"@types/lodash.kebabcase": "^4.1.8",
"@types/lodash.snakecase": "^4.1.8",
"@types/lodash.startcase": "^4.4.8",
"@types/lodash.upperfirst": "^4.3.8",
"glob": "^8.0.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/is-ignored/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@commitlint/parse": "^17.7.0",
"@commitlint/test": "^17.4.2",
"@commitlint/utils": "^17.4.0",
"@types/semver": "7.5.3"
"@types/semver": "7.5.4"
},
"dependencies": {
"@commitlint/types": "^17.4.4",
Expand Down
8 changes: 4 additions & 4 deletions @commitlint/load/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"devDependencies": {
"@commitlint/test": "^17.4.2",
"@commitlint/utils": "^17.4.0",
"@types/lodash.isplainobject": "^4.0.7",
"@types/lodash.merge": "^4.6.7",
"@types/lodash.uniq": "^4.5.7",
"@types/lodash.isplainobject": "^4.0.8",
"@types/lodash.merge": "^4.6.8",
"@types/lodash.uniq": "^4.5.8",
"conventional-changelog-atom": "^3.0.0",
"execa": "^5.0.0"
},
Expand All @@ -57,7 +57,7 @@
"lodash.uniq": "^4.5.0",
"resolve-from": "^5.0.0",
"ts-node": "^10.8.1",
"typescript": "^4.6.4 || ^5.0.0"
"typescript": "^4.6.4 || ^5.2.2"
},
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
}
6 changes: 3 additions & 3 deletions @commitlint/read/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"devDependencies": {
"@commitlint/test": "^17.4.2",
"@commitlint/utils": "^17.4.0",
"@types/fs-extra": "^11.0.0",
"@types/git-raw-commits": "^2.0.0",
"@types/minimist": "^1.2.2",
"@types/fs-extra": "^11.0.3",
"@types/git-raw-commits": "^2.0.3",
"@types/minimist": "^1.2.4",
"execa": "^5.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/resolve-extends/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"license": "MIT",
"devDependencies": {
"@commitlint/utils": "^17.4.0",
"@types/lodash.mergewith": "^4.6.7"
"@types/lodash.mergewith": "^4.6.8"
},
"dependencies": {
"@commitlint/config-validator": "^17.6.7",
Expand Down
2 changes: 1 addition & 1 deletion @packages/test-environment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
],
"license": "MIT",
"dependencies": {
"@types/tmp": "^0.2.0",
"@types/tmp": "^0.2.5",
"jest-environment-node": "^29.6.2",
"tmp": "0.2.1"
},
Expand Down
4 changes: 2 additions & 2 deletions @packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
},
"license": "MIT",
"dependencies": {
"@types/fs-extra": "^11.0.0",
"@types/tmp": "^0.2.0",
"@types/fs-extra": "^11.0.3",
"@types/tmp": "^0.2.5",
"execa": "^5.0.0",
"fs-extra": "^11.0.0",
"pkg-dir": "5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion @packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"license": "MIT",
"devDependencies": {
"@types/yargs": "^17.0.0"
"@types/yargs": "^17.0.29"
},
"dependencies": {
"execa": "^5.0.0",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@
},
"devDependencies": {
"@lerna/project": "^6.0.0",
"@swc/core": "^1.3.74",
"@swc/core": "^1.3.93",
"@swc/jest": "^0.2.28",
"@types/jest": "^29.5.3",
"@types/jest": "^29.5.6",
"@types/node": "^14.0.0",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"cross-env": "^7.0.3",
"docsify-cli": "^4.4.3",
"eslint": "^8.46.0",
Expand All @@ -101,6 +101,6 @@
"lerna": "^6.0.0",
"lint-staged": "13.3.0",
"prettier": "^2.8.8",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
}
}

0 comments on commit bcf402c

Please sign in to comment.