From cbaab964bc099f7181448a2d7aa17dd1a132e07d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 18:01:05 +0000 Subject: [PATCH] Bump typescript from 4.9.5 to 5.0.3 in /io_unity_gui Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.0.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- 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..dd97696 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.3", "unplugin-auto-import": "^0.13.0", "unplugin-vue-components": "^0.23.0", "vite": "^4.1.0",