Skip to content

Commit ac1923c

Browse files
committed
build: update typescript
This change updates `typescript` to 5.9
1 parent 95b859a commit ac1923c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
"@types/estree": "^1.0.8",
6060
"@types/lodash": "^4.17.18",
6161
"@types/node": "^20.19.0",
62-
"@typescript-eslint/parser": "^8.34.1",
63-
"@typescript-eslint/utils": "^8.34.1",
62+
"@typescript-eslint/parser": "^8.38.0",
63+
"@typescript-eslint/utils": "^8.38.0",
6464
"@vitest/coverage-istanbul": "^3.2.4",
6565
"eslint": "^9.31.0",
6666
"eslint-config-not-an-aardvark": "^2.1.0",
@@ -74,15 +74,15 @@
7474
"eslint-scope": "^8.0.1",
7575
"espree": "^10.0.1",
7676
"husky": "^9.1.7",
77-
"jiti": "^2.4.2",
77+
"jiti": "^2.5.1",
7878
"lodash": "^4.17.21",
7979
"markdownlint-cli": "^0.43.0",
8080
"npm-package-json-lint": "^8.0.0",
8181
"npm-run-all2": "^7.0.1",
8282
"prettier": "^3.4.1",
8383
"release-it": "^17.2.0",
8484
"tsup": "^8.5.0",
85-
"typescript": "^5.8.3",
85+
"typescript": "~5.9.2",
8686
"vitest": "^3.2.4"
8787
},
8888
"peerDependencies": {

0 commit comments

Comments
 (0)