Skip to content

Commit

Permalink
chore(repo): update package dependencies
Browse files Browse the repository at this point in the history
match the package dependencies between the packages in the SDK so that they all rely on the latest version.
  • Loading branch information
jwulf committed Dec 14, 2023
1 parent 563c4f2 commit d9900dd
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 37 deletions.
46 changes: 23 additions & 23 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "c8-sdk",
"version": "1.0.0",
"version": "8.3.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"typedoc": "^0.23.28"
},
"dependencies": {
"@jwulf/oauth": "^1.2.4",
"@jwulf/oauth": "^8.3.0",
"debug": "^4.3.4",
"dotenv": "^16.3.1",
"got": "^11.8.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/modeler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/camunda-community-hub/camunda-8-js-sdk#readme",
"dependencies": {
"@jwulf/oauth": "^1.2.4",
"@jwulf/oauth": "^8.3.0",
"debug": "^4.3.4",
"isomorphic-fetch": "^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/operate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/camunda-community-hub/camunda-8-js-sdk#readme",
"dependencies": {
"@jwulf/oauth": "^1.2.4",
"@jwulf/oauth": "^8.3.0",
"got": "^11.8.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/optimize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"typedoc": "^0.23.21"
},
"dependencies": {
"@jwulf/oauth": "^1.2.4",
"@jwulf/oauth": "^8.3.0",
"debug": "^4.3.4",
"got": "^11.8.5"
}
Expand Down
12 changes: 6 additions & 6 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"typescript": "^4.9.4"
},
"dependencies": {
"@jwulf/console": "^0.9.2",
"@jwulf/tasklist": "0.9.5",
"@jwulf/operate": "1.2.4",
"@jwulf/optimize": "1.0.4",
"@jwulf/zeebe": "^8.3.1",
"@jwulf/modeler": "^1.0.0"
"@jwulf/console": "^8.3.0",
"@jwulf/tasklist": "8.3.0",
"@jwulf/operate": "8.3.0",
"@jwulf/optimize": "8.3.0",
"@jwulf/zeebe": "^8.3.0",
"@jwulf/modeler": "^8.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/tasklist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"homepage": "https://github.com/camunda-community-hub/camunda-8-js-sdk#readme",
"devDependencies": {
"typedoc": "^0.23.25",
"@jwulf/zeebe": "^8.1.5"
"@jwulf/zeebe": "^8.3.0"
},
"dependencies": {
"@types/debug": "^4.1.12",
"@jwulf/oauth": "^1.2.4",
"@jwulf/oauth": "^8.3.0",
"debug": "^4.3.4",
"dotenv": "^16.3.1",
"gotql": "^2.1.0-alpha1"
Expand Down
2 changes: 1 addition & 1 deletion packages/zeebe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"jest": "^27.2.3",
"jest-environment-node-debug": "^2.0.0",
"lint-staged": "^11.0.0",
"@jwulf/operate": "^1.1.3",
"@jwulf/operate": "^8.3.0",
"prettier": "^1.19.1",
"remark": "^13.0.0",
"remark-cli": "^9.0.0",
Expand Down

0 comments on commit d9900dd

Please sign in to comment.