Skip to content

Commit

Permalink
chore(deps): update dependency chai to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 9, 2024
1 parent a5c0f72 commit 074c1fa
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 46 deletions.
2 changes: 1 addition & 1 deletion packages/casl-ability/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@casl/dx": "workspace:^1.0.0",
"@types/jest": "^29.0.0",
"@types/node": "^20.0.0",
"chai": "^4.1.0",
"chai": "^5.0.0",
"chai-spies": "^1.0.0",
"expect-type": "^0.15.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/casl-aurelia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"aurelia-pal-browser": "^1.8.0",
"aurelia-polyfills": "^1.3.0",
"aurelia-testing": "^1.0.0-beta.4.0.0",
"chai": "^4.1.0",
"chai": "^5.0.0",
"chai-spies": "^1.0.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/casl-mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@casl/ability": "^6.0.0",
"@casl/dx": "workspace:^1.0.0",
"@types/jest": "^29.0.0",
"chai": "^4.1.0",
"chai": "^5.0.0",
"chai-spies": "^1.0.0",
"mongoose": "^8.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/casl-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/jest": "^29.0.0",
"@types/node": "^20.0.0",
"@types/react": "^18.0.0",
"chai": "^4.1.0",
"chai": "^5.0.0",
"chai-spies": "^1.0.0",
"react": "^18.0.0",
"react-test-renderer": "^18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/casl-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@casl/ability": "^6.0.0",
"@casl/dx": "workspace:^1.0.0",
"@types/jest": "^29.0.0",
"chai": "^4.1.0",
"chai": "^5.0.0",
"chai-spies": "^1.0.0",
"vue": "^3.2.45"
},
Expand Down
79 changes: 38 additions & 41 deletions pnpm-lock.yaml

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

0 comments on commit 074c1fa

Please sign in to comment.