Skip to content

Commit

Permalink
+++
Browse files Browse the repository at this point in the history
  • Loading branch information
Offirmo committed Sep 14, 2024
1 parent 7d7b225 commit 40ad66b
Show file tree
Hide file tree
Showing 4 changed files with 177 additions and 186 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* [feat][breaking] bumped deps: chai 5 (now pure ESM), only supports node >= 18
* this requires switching to mocha-chai-init-node.mjs in the invocation
* [feat][breaking] advertise node requirement in package.json "engines"
* [feat][breaking] bumped deps: sinon 18
* [feat][breaking] bumped deps: sinon 18, sinon 19
* [feat][breaking] bumped deps: sinon-chai 4 https://github.com/chaijs/sinon-chai/releases/tag/4.0.0
* bumped deps: @types/chai-as-promised 8
* ...
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint-plugin-chai-expect": "^3",
"eslint-plugin-mocha": "^10",
"mocha": "^10",
"sinon": "^18",
"sinon": "^19",
"sinon-chai": "^4"
},
"optionalDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion stack--current/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
"react-swipeable-views": "^0",
"semver": "^7",
"sharp": "^0.31",
"sinon": "^18",
"sinon": "^19",
"sinon-chai": "^4",
"size-limit": "^11",
"strip-ansi": "^7",
Expand Down
Loading

0 comments on commit 40ad66b

Please sign in to comment.