Skip to content

Commit

Permalink
cli: add lexicon as as a runtime dep
Browse files Browse the repository at this point in the history
fix a bug in ingtegation tests
  • Loading branch information
josephjclark committed Feb 19, 2025
1 parent 50c42aa commit 10e5721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Patch Changes

- Added lexicon as a runtime dependency for typings
- Updated dependencies [beb4617]
- @openfn/runtime@1.6.2

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"devDependencies": {
"@openfn/language-collections": "^0.6.2",
"@openfn/language-common": "2.0.0-rc3",
"@openfn/lexicon": "workspace:^",
"@types/mock-fs": "^4.13.1",
"@types/node": "^18.15.13",
"@types/rimraf": "^3.0.2",
Expand All @@ -50,6 +49,7 @@
},
"dependencies": {
"@inquirer/prompts": "^1.1.4",
"@openfn/lexicon": "workspace:^",
"@openfn/compiler": "workspace:*",
"@openfn/deploy": "workspace:*",
"@openfn/describe-package": "workspace:*",
Expand Down

0 comments on commit 10e5721

Please sign in to comment.