Skip to content

Commit

Permalink
+++
Browse files Browse the repository at this point in the history
  • Loading branch information
Offirmo committed Sep 10, 2024
1 parent e4c5bcb commit fe70e57
Show file tree
Hide file tree
Showing 6 changed files with 398 additions and 376 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* [feat][breaking] advertise node requirement in package.json "engines"
* [feat][breaking] bumped deps: sinon 18
* [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
* ...

## [9.0.0] - 2023/11/18
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

"dependencies": {
"@types/chai": "^4",
"@types/chai-as-promised": "^7",
"@types/chai-as-promised": "^8",
"@types/mocha": "^10",
"@types/sinon": "^17",
"@types/sinon-chai": "^3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@offirmo-private/monorepo-scripts": "*",
"@offirmo-private/storypad": "*",
"@offirmo-private/toolbox--parcel": "*",
"@offirmo/cli-toolbox": "*",
"@offirmo/cli-toolbox": "^3",
"lightningcss": "^1",
"npm-run-all": "^4"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@offirmo-private/monorepo-scripts": "*",
"@offirmo-private/storypad": "*",
"@offirmo-private/toolbox--parcel": "*",
"@offirmo/cli-toolbox": "*",
"@offirmo/cli-toolbox": "^3",
"lightningcss": "^1",
"npm-run-all": "^4"
}
Expand Down
2 changes: 1 addition & 1 deletion stack--current/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@tsconfig/strictest": "^2",
"@types/async": "^3",
"@types/chai": "^4",
"@types/chai-as-promised": "^7",
"@types/chai-as-promised": "^8",
"@types/chroma-js": "^2",
"@types/cross-spawn": "^6",
"@types/icepick": "^2",
Expand Down
Loading

0 comments on commit fe70e57

Please sign in to comment.