From d62f92d8908a0126dde7fe5a0c0ab3861a23243a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 04:44:11 +0000 Subject: [PATCH] build(deps): bump vite-tsconfig-paths from 5.1.4 to 6.0.5 (#691) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/package.json | 2 +- package-lock.json | 13 ++++--------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/app/package.json b/app/package.json index 90fc738d..d66a737d 100644 --- a/app/package.json +++ b/app/package.json @@ -23,7 +23,7 @@ "react-rnd": "^10.4.1", "react-router-dom": "^7.13.0", "utopia-ui": "^3.0.112", - "vite-tsconfig-paths": "^5.1.4" + "vite-tsconfig-paths": "^6.0.5" }, "devDependencies": { "@eslint-community/eslint-plugin-eslint-comments": "^4.6.0", diff --git a/package-lock.json b/package-lock.json index 9f6d4346..a8780f5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "react-rnd": "^10.4.1", "react-router-dom": "^7.13.0", "utopia-ui": "^3.0.112", - "vite-tsconfig-paths": "^5.1.4" + "vite-tsconfig-paths": "^6.0.5" }, "devDependencies": { "@eslint-community/eslint-plugin-eslint-comments": "^4.6.0", @@ -15957,9 +15957,9 @@ } }, "node_modules/vite-tsconfig-paths": { - "version": "5.1.4", - "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-5.1.4.tgz", - "integrity": "sha512-cYj0LRuLV2c2sMqhqhGpaO3LretdtMn/BVX4cPLanIZuwwrkVl+lK84E/miEXkCHWXuq65rhNN4rXsBcOB3S4w==", + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-6.0.5.tgz", + "integrity": "sha512-f/WvY6ekHykUF1rWJUAbCU7iS/5QYDIugwpqJA+ttwKbxSbzNlqlE8vZSrsnxNQciUW+z6lvhlXMaEyZn9MSig==", "license": "MIT", "dependencies": { "debug": "^4.1.1", @@ -15968,11 +15968,6 @@ }, "peerDependencies": { "vite": "*" - }, - "peerDependenciesMeta": { - "vite": { - "optional": true - } } }, "node_modules/vitest": {