Skip to content

Commit

Permalink
fix: pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gpuente committed Jan 14, 2025
1 parent ea347e4 commit eb85db7
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 264 deletions.
12 changes: 6 additions & 6 deletions packages/reactor-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"react-dom": "^18.3.1"
},
"dependencies": {
"@powerhousedao/config": "^1.5.0",
"@powerhousedao/design-system": "^1.19.0",
"@powerhousedao/scalars": "^1.16.0",
"document-drive": "^1.13.2",
"document-model": "^2.15.0",
"document-model-libs": "^1.125.2",
"@powerhousedao/config": "workspace:*",
"@powerhousedao/design-system": "workspace:*",
"@powerhousedao/scalars": "workspace:*",
"document-drive": "workspace:*",
"document-model": "workspace:*",
"document-model-libs": "workspace:*",
"did-key-creator": "^1.2.0",
"jotai": "^2.10.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/reactor-browser/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"sourceMap": true,
"declaration": true,
"moduleResolution": "Bundler",
"target": "ESNext",
"target": "ES2022",
"module": "ESNext",
"noEmit": true,
"lib": ["ES2022", "DOM"],
Expand All @@ -23,5 +23,5 @@
"document-drive": ["../document-drive/src/index.ts"],
}
},
"include": ["./"]
"include": ["src/**/*.ts", "src/**/*.tsx"],
}
2 changes: 1 addition & 1 deletion packages/reactor-browser/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default defineConfig({
splitting: true,
sourcemap: false,
clean: true,
format: ["esm", "cjs"],
format: "esm",
treeshake: true,
bundle: true,
platform: "node",
Expand Down
84 changes: 0 additions & 84 deletions packages/reactor-browser/vite.config.ts

This file was deleted.

185 changes: 14 additions & 171 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eb85db7

Please sign in to comment.