-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEAT] sync typescript versions #1613
Conversation
packages/sui-mock/package.json
Outdated
@@ -1,13 +1,13 @@ | |||
{ | |||
"name": "@s-ui/mock", | |||
"version": "1.2.0", | |||
"version": "1.3.0-beta.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will be removed before merging.
@@ -61,7 +61,7 @@ export const writerFactory = providers => (path, data) => { | |||
}) | |||
|
|||
console.log(`Writing the Pact file "${path}"`) // eslint-disable-line | |||
writeData2File(path, data) | |||
createWriter()(path, data) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix for a breaking change introduced in v1.4.0: pactflow/pact-msw-adapter@6d45541
"@pactflow/pact-msw-adapter": "1.2.1", | ||
"@s-ui/mock": "1", | ||
"@pactflow/pact-msw-adapter": "1.5.0", | ||
"@s-ui/mock": "beta", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll change it when the new sui-mock
version is released in the next master workflow execution.
It won't be fixed here, it will be done in: #1614 |
Sync all the TypeScript versions along our SUI tools.