File tree Expand file tree Collapse file tree
packages/vite-react-inspector Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "name" : " basic-react19 -inspector-example" ,
2+ "name" : " vite-react -inspector-example" ,
33 "private" : true ,
44 "type" : " module" ,
55 "scripts" : {
88 "typecheck" : " tsc --noEmit"
99 },
1010 "dependencies" : {
11- "@vitejs/plugin-react" : " ^5 .0.0" ,
11+ "@vitejs/plugin-react" : " ^6 .0.0" ,
1212 "vite-react-inspector" : " workspace:*" ,
1313 "vite" : " ^8.0.0" ,
1414 "typescript" : " ^6.0.3" ,
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import { defineConfig } from 'vite'
33import { reactDevInspector } from 'vite-react-inspector/vite'
44
55export default defineConfig ( {
6+ esbuild : false ,
67 plugins : [
78 react ( ) ,
89 reactDevInspector ( {
Original file line number Diff line number Diff line change 88 ],
99 "scripts" : {
1010 "build" : " npm -w vite-react-inspector run build" ,
11- "dev:example" : " npm -w basic-react19 -inspector-example run dev" ,
12- "typecheck" : " npm -w vite-react-inspector run typecheck && npm -w basic-react19 -inspector-example run typecheck" ,
11+ "dev:example" : " npm -w vite-react -inspector-example run dev" ,
12+ "typecheck" : " npm -w vite-react-inspector run typecheck && npm -w vite-react -inspector-example run typecheck" ,
1313 "verify" : " node packages/vite-react-inspector/scripts/verify-layout.mjs" ,
1414 "lint" : " biome check ." ,
1515 "lint:fix" : " biome check --write ." ,
Original file line number Diff line number Diff line change 11{
22 "name" : " vite-react-inspector" ,
3- "version" : " 0.5 .0" ,
3+ "version" : " 0.6 .0" ,
44 "description" : " React 19 native Vite 8 dev inspector with source-map based click-to-source navigation." ,
55 "type" : " module" ,
66 "license" : " MIT" ,
5656 "verify" : " node scripts/verify-layout.mjs"
5757 },
5858 "peerDependencies" : {
59- "@vitejs/plugin-react" : " >=5 .0.0" ,
59+ "@vitejs/plugin-react" : " >=6 .0.0" ,
6060 "react" : " ^19.0.0" ,
6161 "react-dom" : " ^19.0.0" ,
6262 "vite" : " >=8.0.0"
You can’t perform that action at this time.
0 commit comments