Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stephlow committed Oct 18, 2024
1 parent 328241e commit 1c50d44
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 25 deletions.
15 changes: 3 additions & 12 deletions packages/types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,11 @@
"module": "NodeNext",
"strict": true,
"skipLibCheck": true,
"lib": [
"ESNext"
],
"lib": ["ESNext"],
"esModuleInterop": true,
"outDir": "./dist",
"rootDir": "./src",
"declaration": true,
"paths": {
"memoize-one": [
"./src/memoize-one.d.ts"
]
}
"declaration": true
},
"include": [
"src"
]
"include": ["src"]
}
42 changes: 30 additions & 12 deletions pnpm-lock.yaml

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

1 change: 0 additions & 1 deletion studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"date-fns": "^3.6.0",
"hono": "^4.4.8",
"immer": "^10.1.1",
"memoize-one": "^6.0.0",
"proxy-memoize": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down

0 comments on commit 1c50d44

Please sign in to comment.