Skip to content

Commit

Permalink
chore: add apsara as peer dependency (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsbh authored Aug 1, 2024
1 parent 087b562 commit 976c459
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 41 deletions.
3 changes: 2 additions & 1 deletion sdks/js/packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@radix-ui/react-icons": "^1.3.0",
"@raystack/apsara": "^0.17.1",
"@raystack/eslint-config": "workspace:^",
"@raystack/frontier-tsconfig": "workspace:^",
"@size-limit/preset-small-lib": "^8.2.6",
Expand All @@ -80,7 +81,6 @@
},
"dependencies": {
"@hookform/resolvers": "^3.3.1",
"@raystack/apsara": "^0.17.1",
"@tanstack/react-router": "0.0.1-beta.194",
"axios": "^1.5.0",
"class-variance-authority": "^0.7.0",
Expand All @@ -96,6 +96,7 @@
"yup": "^1.2.0"
},
"peerDependencies": {
"@raystack/apsara": "^0.17.1",
"react": "^18.2.0"
},
"peerDependenciesMeta": {
Expand Down
44 changes: 4 additions & 40 deletions sdks/js/pnpm-lock.yaml

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

0 comments on commit 976c459

Please sign in to comment.