Skip to content

Commit

Permalink
Use language-common that does not depend on axios
Browse files Browse the repository at this point in the history
  • Loading branch information
rorymckinley committed Sep 9, 2024
1 parent 4da3887 commit 423a927
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 77 deletions.
6 changes: 6 additions & 0 deletions .changeset/late-eels-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@openfn/integration-tests-execute': patch
'@openfn/describe-package': patch
---

Update language-common to a version that does not have a dependency on axios.
4 changes: 2 additions & 2 deletions integration-tests/execute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"dependencies": {
"@openfn/compiler": "workspace:^",
"@openfn/language-common": "1.7.7",
"@openfn/language-http": "6.4.0",
"@openfn/language-common": "2.0.1",
"@openfn/language-http": "6.4.3",
"@openfn/runtime": "workspace:^",
"@types/node": "^18.15.13",
"ava": "5.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/describe-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"keywords": [],
"devDependencies": {
"@openfn/language-common": "1.7.5",
"@openfn/language-common": "2.0.1",
"@types/node": "^18.15.13",
"@types/node-localstorage": "^1.3.0",
"@types/rimraf": "^3.0.2",
Expand Down
94 changes: 20 additions & 74 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 423a927

Please sign in to comment.