Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nagdahimanshu committed Nov 13, 2023
1 parent 29a3fad commit 778c205
Show file tree
Hide file tree
Showing 23 changed files with 6,506 additions and 9,327 deletions.
2 changes: 1 addition & 1 deletion framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"stack-trace": "0.0.10"
},
"devDependencies": {
"jest": "^27.2.5",
"jest": "^29.7.0",
"jest-extended": "^1.0.0",
"redis-mock": "^0.49.0"
}
Expand Down
1,401 changes: 555 additions & 846 deletions framework/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.2.2",
"eslint-plugin-mocha": "^10.0.4",
"jest": "^27.3.0",
"jest": "^29.7.0",
"prettier": "2.8.8"
}
}
2 changes: 1 addition & 1 deletion services/blockchain-app-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"tar": "^6.1.11"
},
"devDependencies": {
"jest": "^27.3.0"
"jest": "^29.7.0"
}
}
1,419 changes: 542 additions & 877 deletions services/blockchain-app-registry/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion services/blockchain-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@babel/preset-env": "^7.14.0",
"babel-jest": "^27.3.0",
"jest": "^27.3.0",
"jest": "^29.7.0",
"jest-when": "^3.5.1",
"moleculer": "^0.14.21",
"node-gyp": "^9.4.0"
Expand Down
Loading

0 comments on commit 778c205

Please sign in to comment.