Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/javascript/types/nod…
Browse files Browse the repository at this point in the history
…e-20.8.4
  • Loading branch information
mergify[bot] authored Oct 10, 2023
2 parents de444b6 + e7439af commit e1a65dd
Show file tree
Hide file tree
Showing 4 changed files with 207 additions and 29 deletions.
228 changes: 203 additions & 25 deletions javascript/package-lock.json

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

4 changes: 2 additions & 2 deletions javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"@polkadot/keyring": "^12.5.1",
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1",
"@types/chai": "^4.3.6",
"@types/chai": "^4.3.7",
"chai": "^4.3.10"
},
"devDependencies": {
"@types/node": "^20.8.4",
"@types/tmp": "^0.2.4",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion javascript/packages/orchestrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"yaml": "^2.3.2"
},
"devDependencies": {
"@types/chai": "^4.3.6",
"@types/chai": "^4.3.7",
"@types/fs-extra": "^11.0.2",
"@types/jsdom": "^21.1.3",
"@types/minimatch": "^5.1.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 @@ -38,7 +38,7 @@
"ts-node": "^10.9.1"
},
"devDependencies": {
"@types/chai": "^4.3.6",
"@types/chai": "^4.3.7",
"@types/deep-equal-in-any-order": "^1.0.1",
"@types/mocha": "^10.0.2",
"@types/nunjucks": "^3.2.4",
Expand Down

0 comments on commit e1a65dd

Please sign in to comment.