Skip to content

Commit f5b47aa

Browse files
authored
fix: In event processor, reverted back the typescript version to fix stubbing issue (#531)
Summary: Typescript version was updated which resulted in some problems with stubbing event processor. Reverted back to the version which was being used earlier. Test plan: Tested by locally linking this version of event processor with optimizely sdk and verified that stubbing works correctly after this fix.
1 parent 74c1613 commit f5b47aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/event-processor/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/event-processor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"jest": "^23.6.0",
5050
"jest-localstorage-mock": "^2.4.0",
5151
"ts-jest": "^23.10.5",
52-
"typescript": "^3.3.3333"
52+
"typescript": "3.3.3333"
5353
},
5454
"peerDependencies": {
5555
"@react-native-community/netinfo": "5.9.4",

0 commit comments

Comments
 (0)