diff --git a/package-lock.json b/package-lock.json index 9556764..3a7f6ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "tailwindcss": "4.2.1", "tsx": "^4.23.7", "typescript": "5.9.3", - "vinext": "0.0.50", + "vinext": "0.2.1", "vite": "^8.2.0", "wrangler": "^4.115.0" }, @@ -7040,13 +7040,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/globrex": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/globrex/-/globrex-0.1.2.tgz", - "integrity": "sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==", - "dev": true, - "license": "MIT" - }, "node_modules/gopd": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", @@ -10639,27 +10632,6 @@ "typescript": ">=4.8.4" } }, - "node_modules/tsconfck": { - "version": "3.1.6", - "resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.1.6.tgz", - "integrity": "sha512-ks6Vjr/jEw0P1gmOVwutM3B7fWxoWBL2KRDb1JfqGVawBmO5UsvmWOQFGHBPl5yxYz4eERr19E6L7NMv+Fej4w==", - "dev": true, - "license": "MIT", - "bin": { - "tsconfck": "bin/tsconfck.js" - }, - "engines": { - "node": "^18 || >=20" - }, - "peerDependencies": { - "typescript": "^5.0.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, "node_modules/tsconfig-paths": { "version": "3.15.0", "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz", @@ -11007,9 +10979,9 @@ } }, "node_modules/vinext": { - "version": "0.0.50", - "resolved": "https://registry.npmjs.org/vinext/-/vinext-0.0.50.tgz", - "integrity": "sha512-uo72YNnq94NtogETWnhMdFSrkMLwWgeXh5PS6qh8ksajuvAaZX50bXYJ4a6dERQ/AnnXAlNByAGHCjjNxQrvig==", + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/vinext/-/vinext-0.2.1.tgz", + "integrity": "sha512-QvafNbaDCWeXIRd9+8zvTMDXdByjeLGpJXx8CnmcrPRJHjqHUZj5SgjWueadUukKZA96kzjFdsCTUqJM6GkQsg==", "dev": true, "license": "MIT", "dependencies": { @@ -11019,7 +10991,6 @@ "ipaddr.js": "^2.1.0", "magic-string": "^0.30.21", "vite-plugin-commonjs": "^0.10.4", - "vite-tsconfig-paths": "^6.1.1", "web-vitals": "^4.2.4" }, "bin": { @@ -11031,11 +11002,12 @@ "peerDependencies": { "@mdx-js/rollup": "^3.0.0", "@vitejs/plugin-react": "^5.1.4 || ^6.0.0", - "@vitejs/plugin-rsc": "^0.5.23", + "@vitejs/plugin-rsc": "^0.5.26", "react": "^19.2.6", "react-dom": "^19.2.6", "react-server-dom-webpack": "^19.2.6", - "vite": "^7.0.0 || ^8.0.0" + "vite": "^7.0.0 || ^8.0.0", + "vite-tsconfig-paths": "^6.1.1" }, "peerDependenciesMeta": { "@mdx-js/rollup": { @@ -11046,6 +11018,9 @@ }, "react-server-dom-webpack": { "optional": true + }, + "vite-tsconfig-paths": { + "optional": true } } }, @@ -11189,21 +11164,6 @@ "node": ">= 6" } }, - "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": "*" - } - }, "node_modules/vite/node_modules/lightningcss": { "version": "1.33.0", "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.33.0.tgz", diff --git a/package.json b/package.json index ea65265..fee6c10 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "tailwindcss": "4.2.1", "tsx": "^4.23.7", "typescript": "5.9.3", - "vinext": "0.0.50", + "vinext": "0.2.1", "vite": "^8.2.0", "wrangler": "^4.115.0" },