Skip to content

Commit

Permalink
workaround for TS 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtGokhan committed Mar 23, 2024
1 parent fe7934b commit d545bdf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
15 changes: 1 addition & 14 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/react-on/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"typescript": "5.3.3"
"typescript": "5.4.3"
},
"peerDependencies": {
"jsx-middlewares": ">=1",
Expand Down
1 change: 1 addition & 0 deletions packages/react-on/src/default.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { createTrackingContext } from './lib/creator';
export type * from './types';

export const {
Tracking,
Expand Down

0 comments on commit d545bdf

Please sign in to comment.