Skip to content

Commit

Permalink
Bump semver & types to latest version (#8716)
Browse files Browse the repository at this point in the history
I have updated the `semver` and `@types/semver` library to the latest
version available in `packages/turbo-workspaces`. I have also removed
`semver` from devDependency as it was duplicated.

---------

Co-authored-by: torresgol10.itd <[email protected]>
Co-authored-by: Anthony Shew <[email protected]>
Co-authored-by: Anthony Shew <[email protected]>
  • Loading branch information
4 people authored Nov 10, 2024
1 parent deb9ae1 commit 05eb684
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 21 deletions.
5 changes: 2 additions & 3 deletions packages/turbo-workspaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"ora": "4.1.1",
"picocolors": "1.0.1",
"rimraf": "^3.0.2",
"semver": "^7.3.5",
"semver": "7.6.2",
"update-check": "^1.5.4"
},
"devDependencies": {
Expand All @@ -50,9 +50,8 @@
"@types/js-yaml": "^4.0.5",
"@types/node": "^18.17.2",
"@types/rimraf": "^3.0.2",
"@types/semver": "^7.3.9",
"@types/semver": "7.5.8",
"jest": "^29.7.0",
"semver": "^7.3.5",
"strip-ansi": "^6.0.1",
"ts-jest": "^29.2.5",
"tsup": "^5.10.3",
Expand Down
42 changes: 24 additions & 18 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 05eb684

Please sign in to comment.