diff --git a/examples/vite/package.json b/examples/vite/package.json index 842975fc..71316527 100644 --- a/examples/vite/package.json +++ b/examples/vite/package.json @@ -29,6 +29,7 @@ "@remix-run/eslint-config": "*", "@types/react": "^18.2.79", "@types/react-dom": "^18.2.25", + "@types/source-map-support": "^0.5.10", "eslint": "^8.57.0", "prettier": "^3.2.5", "tsm": "^2.3.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d55b8180..ebd39b51 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -273,6 +273,9 @@ importers: '@types/react-dom': specifier: ^18.2.25 version: 18.2.25 + '@types/source-map-support': + specifier: ^0.5.10 + version: 0.5.10 eslint: specifier: ^8.57.0 version: 8.57.0 @@ -1584,6 +1587,9 @@ packages: '@types/serve-static@1.15.5': resolution: {integrity: sha512-PDRk21MnK70hja/YF8AHfC7yIsiQHn1rcXx7ijCFBX/k+XQJhQT/gw3xekXKJvx+5SXaMMS8oqQy09Mzvz2TuQ==} + '@types/source-map-support@0.5.10': + resolution: {integrity: sha512-tgVP2H469x9zq34Z0m/fgPewGhg/MLClalNOiPIzQlXrSS2YrKu/xCdSCKnEDwkFha51VKEKB6A9wW26/ZNwzA==} + '@types/unist@2.0.10': resolution: {integrity: sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==} @@ -7281,6 +7287,10 @@ snapshots: '@types/mime': 3.0.4 '@types/node': 20.12.7 + '@types/source-map-support@0.5.10': + dependencies: + source-map: 0.6.1 + '@types/unist@2.0.10': {} '@types/web@0.0.143': {}