Skip to content

Commit

Permalink
Setup peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrHoroshih committed Dec 11, 2023
1 parent eb9228c commit c2b61f1
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 1 deletion.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@nx/web": "16.5.x",
"@nx/workspace": "16.5.x",
"@playwright/test": "^1.32.2",
"@reduxjs/toolkit": "^2.0.1",
"@size-limit/file": "^7.0.8",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.51",
Expand All @@ -50,6 +51,7 @@
"nx": "16.5.x",
"playwright": "^1.32.2",
"prettier": "^2.6.2",
"redux": "^5.0.0",
"rollup": "^3.4.0",
"rollup-plugin-dts": "^5.0.0",
"runtypes": "^6.7.0",
Expand Down
6 changes: 5 additions & 1 deletion packages/redux-interop/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "@withease/redux",
"version": "0.0.1",
"type": "commonjs"
"type": "commonjs",
"peerDependencies": {
"effector": "^23.0.0",
"redux": "^4.0.0 || ^5.0.0"
}
}
41 changes: 41 additions & 0 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 c2b61f1

Please sign in to comment.