Skip to content

Commit

Permalink
chore: upgrade to chai@5 for new projects
Browse files Browse the repository at this point in the history
  • Loading branch information
thepiwo committed Nov 20, 2024
1 parent 18a889a commit dce8f50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/init/artifacts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"@aeternity/aepp-sdk": "^13.3.3"
},
"devDependencies": {
"chai": "^4.5.0",
"chai-as-promised": "^7.1.2",
"mocha": "^10.8.1"
"chai": "^5.1.2",
"chai-as-promised": "^8.0.0",
"mocha": "^10.8.2"
}
}
2 changes: 1 addition & 1 deletion src/init/constants.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"updateArtifactsDir": "/update-artifacts",
"nextArtifactsDir": "/next-artifacts",
"dependencies": ["@aeternity/aepp-sdk@13"],
"devDependencies": ["chai@4", "chai-as-promised@7", "mocha@10"],
"devDependencies": ["chai@5", "chai-as-promised@8", "mocha@10"],
"uninstallDependencies": ["aeproject", "aeproject-lib"],
"deleteArtifacts": [
"./config/",
Expand Down

0 comments on commit dce8f50

Please sign in to comment.