Skip to content

Commit 5c26ed4

Browse files
committed
bunch of type updates
1 parent f9a530f commit 5c26ed4

4 files changed

Lines changed: 160 additions & 495 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,14 @@
2828
"@slack/web-api": "^6.13.0",
2929
"@swc-node/register": "^1.11.1",
3030
"@types/gunzip-maybe": "^1.4.3",
31-
"@types/rimraf": "^3.0.2",
3231
"@types/semver": "~7.5.8",
3332
"@types/tar-stream": "^2.2.3",
3433
"gunzip-maybe": "^1.4.2",
3534
"prettier": "^2.8.8",
3635
"rimraf": "^6.1.3",
3736
"semver": "^7.7.4",
3837
"tar-stream": "^3.1.8",
39-
"typesync": "^0.13.4"
38+
"typesync": "^0.14.3"
4039
},
4140
"packageManager": "pnpm@10.17.1+sha512.17c560fca4867ae9473a3899ad84a88334914f379be46d455cbf92e5cf4b39d34985d452d2583baf19967fa76cb5c17bc9e245529d0b98745721aa7200ecaf7a"
4241
}

packages/project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@openfn/lexicon": "workspace:^",
3838
"@openfn/logger": "workspace:*",
3939
"@types/lodash-es": "^4.17.12",
40-
"glob": "^11.1.0",
40+
"glob": "^13.0.6",
4141
"human-id": "^4.1.3",
4242
"lodash": "^4.17.23",
4343
"lodash-es": "^4.17.23",

packages/ws-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"license": "ISC",
2222
"dependencies": {
2323
"@koa/bodyparser": "^6.1.0",
24-
"@koa/router": "^12.0.2",
24+
"@koa/router": "^15.4.0",
2525
"@openfn/engine-multi": "workspace:*",
2626
"@openfn/lexicon": "workspace:^",
2727
"@openfn/logger": "workspace:*",

0 commit comments

Comments
 (0)