Skip to content

Commit c8a3eaf

Browse files
authored
Merge pull request #226 from webdeveric/dev
Added `isNullish()`
2 parents 2022fdd + d43d8e9 commit c8a3eaf

5 files changed

Lines changed: 159 additions & 147 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@
8585
},
8686
"prettier": "@webdeveric/prettier-config",
8787
"devDependencies": {
88-
"@commitlint/config-conventional": "^20.4.4",
89-
"@commitlint/types": "^20.4.4",
88+
"@commitlint/config-conventional": "^20.5.0",
89+
"@commitlint/types": "^20.5.0",
9090
"@types/node": "^24.12.0",
9191
"@vitest/coverage-v8": "^4.1.0",
9292
"@webdeveric/eslint-config-ts": "^0.12.0",
9393
"@webdeveric/prettier-config": "^0.3.0",
94-
"commitlint": "^20.4.4",
94+
"commitlint": "^20.5.0",
9595
"commitlint-plugin-cspell": "^0.6.0",
9696
"conventional-changelog-conventionalcommits": "^9.3.0",
9797
"cspell": "^9.7.0",
@@ -100,13 +100,13 @@
100100
"eslint-import-resolver-typescript": "^4.4.4",
101101
"eslint-plugin-import": "^2.32.0",
102102
"husky": "^9.1.7",
103-
"jsdom": "^28.1.0",
104-
"lint-staged": "^16.3.3",
103+
"jsdom": "^29.0.0",
104+
"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.0-dev.20260304",
109-
"validate-package-exports": "^0.19.1",
109+
"validate-package-exports": "^0.21.0",
110110
"vitest": "^4.1.0"
111111
}
112112
}

0 commit comments

Comments
 (0)