Skip to content

Commit

Permalink
Merge pull request #333 from OpenFn/fix-opinionator
Browse files Browse the repository at this point in the history
Fix opinionator
  • Loading branch information
mtuchi authored Aug 3, 2023
2 parents 0de4e6b + cf1e2e0 commit 8a902a6
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 38 deletions.
5 changes: 5 additions & 0 deletions .changeset/shaggy-islands-raise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@openfn/language-mailgun': patch
---

Bump opinionator version
7 changes: 5 additions & 2 deletions packages/mailgun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,8 @@
},
"./package.json": "./package.json"
},
"types": "types/index.d.ts"
}
"types": "types/index.d.ts",
"overrides": {
"optionator": "0.9.3"
}
}
5 changes: 2 additions & 3 deletions packages/salesforce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"@openfn/language-common": "workspace:*",
"axios": "^0.21.4",
"jsforce": "^1.11.1",
"lodash": "^4.17.21",
"yargs": "^3.32.0"
"lodash": "^4.17.21"
},
"devDependencies": {
"assertion-error": "1.1.0",
Expand All @@ -52,4 +51,4 @@
"type": "module",
"types": "types/index.d.ts",
"main": "dist/index.cjs"
}
}
58 changes: 25 additions & 33 deletions pnpm-lock.yaml

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

0 comments on commit 8a902a6

Please sign in to comment.