From 9c7d2ad500fa13a844ef27df54c0f06123b518b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 12:35:16 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 5.8.2 to 6.0.2 in /example Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.2 to 6.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.8.2...v6.0.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- example/package-lock.json | 15 +++++++-------- example/package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/example/package-lock.json b/example/package-lock.json index 619c7051..214f989b 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -12,7 +12,7 @@ "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "parcel": "^2.16.4", - "typescript": "~5.8.2" + "typescript": "~6.0.2" } }, "node_modules/@lezer/common": { @@ -2863,11 +2863,10 @@ } }, "node_modules/typescript": { - "version": "5.8.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz", - "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz", + "integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==", "dev": true, - "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -4536,9 +4535,9 @@ "dev": true }, "typescript": { - "version": "5.8.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz", - "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz", + "integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==", "dev": true }, "update-browserslist-db": { diff --git a/example/package.json b/example/package.json index d4775f6f..8e74fe8c 100644 --- a/example/package.json +++ b/example/package.json @@ -15,6 +15,6 @@ "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "parcel": "^2.16.4", - "typescript": "~5.8.2" + "typescript": "~6.0.2" } }