Skip to content

Commit cca0089

Browse files
authored
Merge pull request #3 from webdeveric/chore/deps
chore(deps): updated dependencies
2 parents 6f573b4 + 3508d34 commit cca0089

File tree

2 files changed

+176
-176
lines changed

2 files changed

+176
-176
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"author": "Eric King <[email protected]> (https://webdeveric.com/)",
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/webdeveric/commitlint-plugin-cspell.git"
14+
"url": "git+https://github.com/webdeveric/commitlint-plugin-cspell.git"
1515
},
1616
"bugs": {
1717
"url": "https://github.com/webdeveric/commitlint-plugin-cspell/issues"
@@ -50,19 +50,19 @@
5050
"prettier": "@webdeveric/prettier-config",
5151
"dependencies": {
5252
"@commitlint/types": "^19.0.3",
53-
"cspell-lib": "^8.12.1"
53+
"cspell-lib": "^8.13.0"
5454
},
5555
"devDependencies": {
5656
"@types/node": "^22.0.0",
5757
"@vitest/coverage-v8": "^2.0.4",
5858
"@webdeveric/eslint-config-ts": "^0.8.0",
5959
"@webdeveric/prettier-config": "^0.3.0",
60-
"cspell": "^8.12.1",
60+
"cspell": "^8.13.0",
6161
"eslint": "^8.57.0",
6262
"eslint-config-prettier": "^9.1.0",
6363
"eslint-import-resolver-typescript": "^3.6.1",
6464
"eslint-plugin-import": "^2.29.1",
65-
"husky": "^9.1.3",
65+
"husky": "^9.1.4",
6666
"lint-staged": "^15.2.7",
6767
"prettier": "^3.3.3",
6868
"rimraf": "^6.0.1",

0 commit comments

Comments
 (0)