Skip to content

Commit

Permalink
Update changesets for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Jul 21, 2023
1 parent 4270c18 commit 4c875b3
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/kind-shoes-study.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@openfn/compiler': patch
---

Remove yargs from prod dependencies
8 changes: 8 additions & 0 deletions .changeset/rare-radios-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@openfn/deploy': patch
'@openfn/describe-package': patch
'@openfn/logger': patch
'@openfn/runtime': patch
---

minor version bumps
5 changes: 5 additions & 0 deletions .changeset/twenty-eagles-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@openfn/cli': patch
---

Bump yargs version
6 changes: 3 additions & 3 deletions packages/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"ts-node": "^10.9.1",
"tslib": "^2.4.0",
"tsup": "^7.1.0",
"typescript": "^4.7.4"
"typescript": "^4.7.4",
"yargs": "^17.7.2"
},
"dependencies": {
"@openfn/describe-package": "workspace:*",
"@openfn/logger": "workspace:*",
"acorn": "^8.8.0",
"ast-types": "^0.14.2",
"recast": "^0.21.2",
"yargs": "^17.7.2"
"recast": "^0.21.2"
},
"files": [
"dist",
Expand Down
6 changes: 3 additions & 3 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 4c875b3

Please sign in to comment.