Skip to content

Commit cf84cc6

Browse files
chore(deps): ⬆️ update dependency typescript to v6 (#30)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 94d6151 commit cf84cc6

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"devDependencies": {
2323
"@types/node": "^26.0.1",
2424
"tsx": "^4.22.4",
25-
"typescript": "^5.9.3"
25+
"typescript": "^6.0.3"
2626
}
2727
}

example/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
integrity sha512-Waj1cwPXJDucOib4a3bAISsKJVb15MKi9IvmTI/7ssVEm6sywXGjVJDhl6/umt1pK1ZS7PacXU3A1PmFKHEZ2w==
144144

145145
"@haskou/ddd-kernel@file:..":
146-
version "1.2.0"
146+
version "2.0.0"
147147
dependencies:
148148
dotenv "^16.6.1"
149149
fs-extra "^11.3.5"
@@ -1720,10 +1720,10 @@ typedarray@^0.0.6:
17201720
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
17211721
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
17221722

1723-
typescript@^5.9.3:
1724-
version "5.9.3"
1725-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
1726-
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
1723+
typescript@^6.0.3:
1724+
version "6.0.3"
1725+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.3.tgz#90251dc007916e972786cb94d74d15b185577d21"
1726+
integrity sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==
17271727

17281728
uid-safe@~2.1.5:
17291729
version "2.1.5"

0 commit comments

Comments
 (0)