Skip to content

Commit aa2cabc

Browse files
authored
Merge pull request #187 from webdeveric/dev
Updated dependencies
2 parents c1b2c2a + bcdf9b7 commit aa2cabc

3 files changed

Lines changed: 487 additions & 482 deletions

File tree

cspell.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "0.2",
3-
"language": "en",
3+
"language": "en-US",
44
"words": [
55
"Autobuild",
66
"clonedeep",

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,23 +85,23 @@
8585
},
8686
"prettier": "@webdeveric/prettier-config",
8787
"devDependencies": {
88-
"@commitlint/config-conventional": "^19.8.0",
89-
"@commitlint/types": "^19.8.0",
90-
"@types/node": "^22.15.3",
88+
"@commitlint/config-conventional": "^19.8.1",
89+
"@commitlint/types": "^19.8.1",
90+
"@types/node": "^22.15.16",
9191
"@vitest/coverage-v8": "^3.1.3",
9292
"@webdeveric/eslint-config-ts": "^0.11.0",
9393
"@webdeveric/prettier-config": "^0.3.0",
94-
"commitlint": "^19.8.0",
95-
"commitlint-plugin-cspell": "^0.1.1",
94+
"commitlint": "^19.8.1",
95+
"commitlint-plugin-cspell": "^0.2.0",
9696
"conventional-changelog-conventionalcommits": "^8.0.0",
97-
"cspell": "^8.19.4",
97+
"cspell": "^9.0.1",
9898
"eslint": "^8.57.1",
99-
"eslint-config-prettier": "^10.1.2",
99+
"eslint-config-prettier": "^10.1.3",
100100
"eslint-import-resolver-typescript": "^3.10.1",
101101
"eslint-plugin-import": "^2.31.0",
102102
"husky": "^9.1.7",
103103
"jsdom": "^26.1.0",
104-
"lint-staged": "^15.5.1",
104+
"lint-staged": "^15.5.2",
105105
"prettier": "^3.5.3",
106106
"rimraf": "^6.0.1",
107107
"semantic-release": "^24.2.3",

0 commit comments

Comments
 (0)