Skip to content

Commit f5d19e6

Browse files
authored
Merge pull request #228 from webdeveric/dev
Updated dev dependencies
2 parents 39e01a5 + 0c40c7a commit f5d19e6

4 files changed

Lines changed: 545 additions & 512 deletions

File tree

lint-staged.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @type {Record<string, string | string[] | ((filenames: string[]) => string | string[] | Promise<string | string[]>)>}
2+
* @type {import('lint-staged').Configuration}
33
*/
44
export default {
55
'*.{js,cjs,mjs,ts,cts,mts}': ['eslint --fix', 'prettier --write'],

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -87,26 +87,26 @@
8787
"devDependencies": {
8888
"@commitlint/config-conventional": "^20.5.0",
8989
"@commitlint/types": "^20.5.0",
90-
"@types/node": "^24.12.0",
91-
"@vitest/coverage-v8": "^4.1.1",
90+
"@types/node": "^24.12.2",
91+
"@vitest/coverage-v8": "^4.1.3",
9292
"@webdeveric/eslint-config-ts": "^0.12.0",
9393
"@webdeveric/prettier-config": "^0.4.0",
9494
"commitlint": "^20.5.0",
95-
"commitlint-plugin-cspell": "^0.6.0",
96-
"conventional-changelog-conventionalcommits": "^9.3.0",
97-
"cspell": "^9.7.0",
95+
"commitlint-plugin-cspell": "^0.8.0",
96+
"conventional-changelog-conventionalcommits": "^9.3.1",
97+
"cspell": "^10.0.0",
9898
"eslint": "^8.57.1",
9999
"eslint-config-prettier": "^10.1.8",
100100
"eslint-import-resolver-typescript": "^4.4.4",
101101
"eslint-plugin-import": "^2.32.0",
102102
"husky": "^9.1.7",
103-
"jsdom": "^29.0.1",
103+
"jsdom": "^29.0.2",
104104
"lint-staged": "^16.4.0",
105105
"prettier": "^3.8.1",
106106
"rimraf": "^6.1.3",
107107
"semantic-release": "^25.0.3",
108108
"typescript": "^6.0.2",
109-
"validate-package-exports": "^0.22.0",
110-
"vitest": "^4.1.1"
109+
"validate-package-exports": "^0.23.0",
110+
"vitest": "^4.1.3"
111111
}
112112
}

0 commit comments

Comments
 (0)