Skip to content

Commit

Permalink
Update peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Apr 28, 2022
1 parent a890352 commit 91fb95d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/notification-center/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"typescript": "^4.4.4"
},
"peerDependencies": {
"react": "^17.0.2"
"react": ">=16.8.0"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
1 change: 1 addition & 0 deletions packages/notification-center/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { IMessage, ISubscriberJwt, IOrganizationEntity } from '@novu/shared';
export * from './components';
export * from './hooks/use-unseen-count.hook';
export * from './hooks/use-socket.hook';
export * from './hooks/use-notifications.hook';
export { IMessage } from '@novu/shared';

export interface IAuthContext {
Expand Down

0 comments on commit 91fb95d

Please sign in to comment.