Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/javascript/eslint-8.…
Browse files Browse the repository at this point in the history
…40.0
  • Loading branch information
wirednkod authored May 8, 2023
2 parents 9bfb9e9 + 61cc083 commit 8f2b1be
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 4,157 deletions.
220 changes: 19 additions & 201 deletions javascript/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 javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@types/node": "^20.1.0",
"@types/tmp": "^0.2.1",
"@types/tmp": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"eslint": "^8.40.0",
Expand Down
2 changes: 1 addition & 1 deletion javascript/packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@zombienet/utils": "^0.0.19",
"cli-progress": "^3.12.0",
"commander": "^10.0.1",
"debug": "^4.3.2",
"debug": "^4.3.4",
"nunjucks": "^3.2.4",
"typescript": "^5.0.4"
},
Expand Down
4 changes: 2 additions & 2 deletions javascript/packages/orchestrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@polkadot/util-crypto": "^12.1.2",
"@zombienet/utils": "^0.0.19",
"chai": "^4.3.7",
"debug": "^4.3.2",
"debug": "^4.3.4",
"execa": "^5.1.1",
"fs-extra": "^11.1.1",
"jsdom": "^22.0.0",
Expand All @@ -50,7 +50,7 @@
"mocha": "^10.2.0",
"napi-maybe-compressed-blob": "^0.0.11",
"peer-id": "^0.16.0",
"tmp-promise": "^3.0.2",
"tmp-promise": "^3.0.3",
"typescript": "^5.0.4",
"yaml": "^2.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion javascript/packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"types": "./dist/index.d.ts",
"dependencies": {
"cli-table3": "^0.6.2",
"debug": "^4.3.2",
"debug": "^4.3.4",
"mocha": "^10.2.0",
"nunjucks": "^3.2.4",
"toml": "^3.0.0",
Expand Down
Loading

0 comments on commit 8f2b1be

Please sign in to comment.