Skip to content

Commit

Permalink
Updated @types/eslint dependencies across all packages (#633)
Browse files Browse the repository at this point in the history
* Updated @types/eslint dependencies across all packages
  • Loading branch information
thehenrytsai committed May 21, 2024
1 parent 3e2ef8b commit c0eba91
Show file tree
Hide file tree
Showing 11 changed files with 958 additions and 593 deletions.
2 changes: 1 addition & 1 deletion packages/agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@playwright/test": "1.40.1",
"@types/chai": "4.3.6",
"@types/dns-packet": "5.6.4",
"@types/eslint": "8.44.2",
"@types/eslint": "8.56.10",
"@types/mocha": "10.0.1",
"@types/ms": "0.7.31",
"@types/node": "20.11.19",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@playwright/test": "1.40.1",
"@tbd54566975/dwn-sdk-js": "0.3.2",
"@types/chai": "4.3.6",
"@types/eslint": "8.44.2",
"@types/eslint": "8.56.10",
"@types/mocha": "10.0.1",
"@types/node": "20.11.19",
"@types/sinon": "17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@playwright/test": "1.44.0",
"@types/chai": "4.3.16",
"@types/chai-as-promised": "7.1.8",
"@types/eslint": "8.44.2",
"@types/eslint": "8.56.10",
"@types/mocha": "10.0.6",
"@types/node": "20.12.12",
"@types/readable-stream": "4.0.9",
Expand All @@ -95,7 +95,7 @@
"eslint-plugin-mocha": "10.4.3",
"mocha": "10.4.0",
"mocha-junit-reporter": "2.2.1",
"playwright": "1.40.1",
"playwright": "1.44.0",
"rimraf": "5.0.7",
"typescript": "5.4.5"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/credentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@sphereon/pex-models": "2.2.4",
"@sphereon/ssi-types": "0.23.4",
"@types/chai": "4.3.6",
"@types/eslint": "8.44.2",
"@types/eslint": "8.56.10",
"@types/mocha": "10.0.6",
"@types/node": "20.12.12",
"@types/sinon": "17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-aws-kms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@playwright/test": "1.44.0",
"@types/chai": "4.3.16",
"@types/chai-as-promised": "7.1.8",
"@types/eslint": "8.44.2",
"@types/eslint": "8.56.10",
"@types/mocha": "10.0.6",
"@types/node": "20.12.12",
"@types/sinon": "17.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"@playwright/test": "1.40.1",
"@types/chai": "4.3.16",
"@types/chai-as-promised": "7.1.8",
"@types/eslint": "8.44.2",
"@types/eslint": "8.56.10",
"@types/mocha": "10.0.6",
"@types/node": "20.12.11",
"@types/sinon": "17.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/dids/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"@playwright/test": "1.40.1",
"@types/bencode": "2.0.4",
"@types/chai": "4.3.6",
"@types/eslint": "8.44.2",
"@types/eslint": "8.56.10",
"@types/mocha": "10.0.6",
"@types/ms": "0.7.34",
"@types/node": "20.12.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/identity-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@playwright/test": "1.40.1",
"@types/chai": "4.3.6",
"@types/chai-as-promised": "7.1.5",
"@types/eslint": "8.44.2",
"@types/eslint": "8.56.10",
"@types/mocha": "10.0.1",
"@types/node": "20.11.19",
"@types/sinon": "17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/proxy-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@types/chai": "4.3.6",
"@types/chai-as-promised": "7.1.5",
"@types/dns-packet": "5.6.4",
"@types/eslint": "8.44.2",
"@types/eslint": "8.56.10",
"@types/mocha": "10.0.1",
"@types/node": "20.11.19",
"@typescript-eslint/eslint-plugin": "7.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/user-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@types/chai": "4.3.6",
"@types/chai-as-promised": "7.1.5",
"@types/dns-packet": "5.6.4",
"@types/eslint": "8.44.2",
"@types/eslint": "8.56.10",
"@types/mocha": "10.0.1",
"@types/node": "20.11.19",
"@typescript-eslint/eslint-plugin": "7.9.0",
Expand Down
Loading

0 comments on commit c0eba91

Please sign in to comment.