Skip to content

Commit

Permalink
fix(test-helpers): add missing semver dependency (#2225)
Browse files Browse the repository at this point in the history
## Proposed change

add missing semver dependency to test-helpers
  • Loading branch information
kpanot authored Oct 4, 2024
2 parents 7f370b4 + 7b29f16 commit 87b4e6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/@o3r/test-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"memfs": "~4.12.0",
"minimist": "^1.2.6",
"pid-from-port": "^1.1.3",
"semver": "^7.5.2",
"unionfs": "~4.5.1"
},
"dependencies": {
"semver": "^7.5.2",
"tslib": "^2.6.2"
},
"sideEffects": false,
Expand Down
1 change: 0 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9929,7 +9929,6 @@ __metadata:
memfs: ~4.12.0
minimist: ^1.2.6
pid-from-port: ^1.1.3
semver: ^7.5.2
unionfs: ~4.5.1
peerDependenciesMeta:
"@angular-devkit/schematics":
Expand Down

0 comments on commit 87b4e6d

Please sign in to comment.