From 565d6c2208a1bc1f46e33ae633c777e936453eff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 04:03:55 +0000 Subject: [PATCH] build(deps-dev): bump expect-type from 0.17.3 to 1.0.0 Bumps [expect-type](https://github.com/mmkal/expect-type) from 0.17.3 to 1.0.0. - [Release notes](https://github.com/mmkal/expect-type/releases) - [Commits](https://github.com/mmkal/expect-type/compare/v0.17.3...v1.0.0) --- updated-dependencies: - dependency-name: expect-type dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 74b616c..86ec8c2 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "elysia": ">= 1.1.0", "esbuild": "^0.19.3", "eslint": "^8.26.0", - "expect-type": "^0.17.3", + "expect-type": "^1.0.0", "rimraf": "^4.4.1", "tsup": "^8.1.0", "typescript": "^5.4.5",