Skip to content

Commit e43dca6

Browse files
committed
Upgrade typescipt.
1 parent a5b13d2 commit e43dca6

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@
1616
"json-stringify-safe": "^5.0.1"
1717
},
1818
"devDependencies": {
19+
"@authress/eslint-config": "^2.0.14",
20+
"@eslint/eslintrc": "^3.2.0",
21+
"@typescript-eslint/eslint-plugin": "^8.57.0",
22+
"@typescript-eslint/parser": "^8.57.0",
1923
"ci-build-tools": "^1.0.13",
2024
"commander": "^2.15.1",
21-
"@authress/eslint-config": "^2.0.14",
25+
"eslint": "^9.19.0",
26+
"eslint-plugin-import": "^2.31.0",
2227
"fs-extra": "^9.0.1",
2328
"glob": "^5.0.15",
2429
"sinon": "^1.17.3",
25-
"typescript": "^3.9.5",
26-
"vitest": "^3.0.0",
27-
"eslint": "^9.19.0",
28-
"eslint-plugin-import": "^2.31.0",
29-
"@eslint/eslintrc": "^3.2.0",
30-
"@typescript-eslint/eslint-plugin": "^8.54.0",
31-
"@typescript-eslint/parser": "^8.56.0"
30+
"typescript": "^5.9.3",
31+
"vitest": "^3.0.0"
3232
},
3333
"repository": {
3434
"type": "git",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# yarn lockfile v1
33

44

5-
"@authress/eslint-config@^1.0.67":
5+
"@authress/eslint-config@^2.0.14":
66
version "2.0.14"
77
resolved "https://registry.yarnpkg.com/@authress/eslint-config/-/eslint-config-2.0.14.tgz#eaa5efe58169ba5465efdf1997ca98023c8a2ec8"
88
integrity sha512-EfnQSHT0X/7uiy0iFvCtCR2ou9gYmDgxLK5+7KExjQUg0yA5sPcv7yup2k9UHqvoNh0RheHPhtZK36bICHsVEQ==
@@ -447,7 +447,7 @@
447447
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
448448
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
449449

450-
"@typescript-eslint/eslint-plugin@^8.54.0":
450+
"@typescript-eslint/eslint-plugin@^8.57.0":
451451
version "8.57.0"
452452
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.57.0.tgz#6e4085604ab63f55b3dcc61ce2c16965b2c36374"
453453
integrity sha512-qeu4rTHR3/IaFORbD16gmjq9+rEs9fGKdX0kF6BKSfi+gCuG3RCKLlSBYzn/bGsY9Tj7KE/DAQStbp8AHJGHEQ==
@@ -461,7 +461,7 @@
461461
natural-compare "^1.4.0"
462462
ts-api-utils "^2.4.0"
463463

464-
"@typescript-eslint/parser@^8.56.0":
464+
"@typescript-eslint/parser@^8.57.0":
465465
version "8.57.0"
466466
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.57.0.tgz#444c57a943e8b04f255cda18a94c8e023b46b08c"
467467
integrity sha512-XZzOmihLIr8AD1b9hL9ccNMzEMWt/dE2u7NyTY9jJG6YNiNthaD5XtUHVF2uCXZ15ng+z2hT3MVuxnUYhq6k1g==
@@ -2816,10 +2816,10 @@ typed-array-length@^1.0.7:
28162816
possible-typed-array-names "^1.0.0"
28172817
reflect.getprototypeof "^1.0.6"
28182818

2819-
typescript@^3.9.5:
2820-
version "3.9.10"
2821-
resolved "https://registry.npmjs.org/typescript/-/typescript-3.9.10.tgz"
2822-
integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==
2819+
typescript@^5.9.3:
2820+
version "5.9.3"
2821+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
2822+
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
28232823

28242824
unbox-primitive@^1.1.0:
28252825
version "1.1.0"

0 commit comments

Comments
 (0)