Skip to content

Commit

Permalink
chore: fix peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
InfiniteXyy committed Jun 12, 2024
1 parent ed2089f commit 3f33588
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"devDependencies": {
"@redux-devtools/extension": "^3.3.0",
"@rollup/plugin-typescript": "^11.1.6",
"@testing-library/dom": "^10.1.0",
"@testing-library/react": "^16.0.0",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
Expand All @@ -35,6 +36,7 @@
"rimraf": "^5.0.7",
"rollup": "^4.18.0",
"rxjs": "^7.8.1",
"scheduler": "^0.23.2",
"taze": "^0.13.8",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
Expand Down
6 changes: 6 additions & 0 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from 'rollup';
import typescript from '@rollup/plugin-typescript';

const external = ['zustand', 'zustand/middleware', 'rxjs', 'immer', 'react', 'react-tracked', 'proxy-compare'];
const external = ['zustand', 'zustand/middleware', 'zustand/traditional', 'rxjs', 'immer', 'react', 'react-tracked', 'proxy-compare'];

const createTypesConfig = (input) => {
return defineConfig({
Expand Down

0 comments on commit 3f33588

Please sign in to comment.