Skip to content

Commit

Permalink
fix: upgrade to latest ts (#962)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala authored Oct 10, 2023
1 parent fb7527f commit 711e3f7
Show file tree
Hide file tree
Showing 9 changed files with 437 additions and 111 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"lint-staged": "^13.2.0",
"prettier": "2.8.3",
"typedoc-plugin-markdown": "^3.14.0",
"typescript": "4.9.5"
"typescript": "5.2.2"
},
"prettier": {
"trailingComma": "es5",
Expand Down
8 changes: 4 additions & 4 deletions packages/access-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@
},
"devDependencies": {
"@types/assert": "^1.5.6",
"@types/inquirer": "^9.0.3",
"@types/inquirer": "^9.0.4",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/sinon": "^10.0.13",
"@types/node": "^20.8.4",
"@types/sinon": "^10.0.19",
"@types/varint": "^6.0.1",
"@types/ws": "^8.5.4",
"@ucanto/server": "^9.0.1",
Expand All @@ -99,7 +99,7 @@
"playwright-test": "^12.3.4",
"sade": "^1.8.1",
"sinon": "^15.0.3",
"typescript": "4.9.5",
"typescript": "5.2.2",
"watch": "^1.0.2"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/access-client/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export type InvokeOptions<
A extends Ability,
R extends Resource,
CAP extends CapabilityParser<
Match<{ can: A; with: R; nb: Caveats }, UnknownMatch>
Match<{ can: A; with: R & Resource; nb: Caveats }, UnknownMatch>
>
> = UCANBasicOptions &
InferNb<InferInvokedCapability<CAP>['nb']> & {
Expand Down
4 changes: 2 additions & 2 deletions packages/capabilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@
"devDependencies": {
"@types/assert": "^1.5.6",
"@types/mocha": "^10.0.0",
"@types/node": "^18.11.18",
"@types/node": "^20.8.4",
"assert": "^2.0.0",
"hd-scripts": "^4.0.0",
"mocha": "^10.2.0",
"playwright-test": "^12.3.4",
"type-fest": "^3.3.0",
"typescript": "4.9.5",
"typescript": "5.2.2",
"watch": "^1.0.2"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/did-mailto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/node": "^20.8.4",
"hd-scripts": "^4.1.0",
"mocha": "^10.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/filecoin-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"multiformats": "^12.1.2",
"npm-run-all": "^4.1.5",
"playwright-test": "^12.3.4",
"typescript": "4.9.5"
"typescript": "5.2.2"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion packages/upload-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"playwright-test": "^12.3.4",
"typescript": "4.9.5"
"typescript": "5.2.2"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion packages/w3up-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"typedoc": "^0.23.24",
"typedoc-plugin-markdown": "^3.14.0",
"typedoc-plugin-missing-exports": "^1.0.0",
"typescript": "^4.8.3"
"typescript": "^5.2.2"
},
"eslintConfig": {
"extends": [
Expand Down
Loading

0 comments on commit 711e3f7

Please sign in to comment.