diff --git a/package-lock.json b/package-lock.json index a9125b3a..3ea64505 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14504,21 +14504,6 @@ } } }, - "node_modules/vite-tsconfig-paths": { - "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==", - "dev": true, - "license": "MIT", - "dependencies": { - "debug": "^4.1.1", - "globrex": "^0.1.2", - "tsconfck": "^3.0.3" - }, - "peerDependencies": { - "vite": "*" - } - }, "node_modules/vite/node_modules/fdir": { "version": "6.5.0", "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", @@ -15217,7 +15202,7 @@ "tailwindcss": "^4.1.18", "typescript": "^5.6.0", "vite": "^7.3.1", - "vite-tsconfig-paths": "^6.0.5", + "vite-tsconfig-paths": "^6.1.1", "vitest": "^4.0.18" } }, @@ -15515,6 +15500,21 @@ "node": "*" } }, + "react-spa/node_modules/vite-tsconfig-paths": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-6.1.1.tgz", + "integrity": "sha512-2cihq7zliibCCZ8P9cKJrQBkfgdvcFkOOc3Y02o3GWUDLgqjWsZudaoiuOwO/gzTzy17cS5F7ZPo4bsnS4DGkg==", + "dev": true, + "license": "MIT", + "dependencies": { + "debug": "^4.1.1", + "globrex": "^0.1.2", + "tsconfck": "^3.0.3" + }, + "peerDependencies": { + "vite": "*" + } + }, "testkit": { "name": "@classroompath/testkit", "version": "1.0.0", diff --git a/react-spa/package.json b/react-spa/package.json index 2f31ee0f..408cb41f 100644 --- a/react-spa/package.json +++ b/react-spa/package.json @@ -45,7 +45,7 @@ "tailwindcss": "^4.1.18", "typescript": "^5.6.0", "vite": "^7.3.1", - "vite-tsconfig-paths": "^6.0.5", + "vite-tsconfig-paths": "^6.1.1", "vitest": "^4.0.18" } }