From c7bd12e9ac580b0f7b0b8c816422b80468488791 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 18:01:37 +0000 Subject: [PATCH] Bump typescript from 4.9.5 to 5.0.2 in /io_unity_gui Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.0.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.0.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- io_unity_gui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io_unity_gui/package.json b/io_unity_gui/package.json index b94c2b9..1fe312d 100644 --- a/io_unity_gui/package.json +++ b/io_unity_gui/package.json @@ -18,7 +18,7 @@ "@tauri-apps/cli": "^1.2.3", "@types/node": "^18.11.18", "@vitejs/plugin-vue": "^4.0.0", - "typescript": "^4.9.5", + "typescript": "^5.0.2", "unplugin-auto-import": "^0.13.0", "unplugin-vue-components": "^0.23.0", "vite": "^4.1.0",