Skip to content

Commit

Permalink
deps: Update dev and test dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed May 27, 2024
1 parent 0dcee1c commit 539c15e
Show file tree
Hide file tree
Showing 4 changed files with 155 additions and 112 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"eslint": "^8.57.0",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"lerna": "^8.1.2",
"lerna": "^8.1.3",
"packemon": "^4.1.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
}
},
"dependencies": {
"conventional-changelog-beemo": "^3.0.1",
"conventional-changelog-beemo": "^4.1.0",
"execa": "^5.1.1"
}
}
6 changes: 3 additions & 3 deletions packages/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -322,12 +322,12 @@
"publish": "vsce publish --no-dependencies --no-git-tag-version --message 'Release [ci skip]'"
},
"dependencies": {
"@moonrepo/report": "^1.2.0",
"@moonrepo/report": "^1.2.1",
"execa": "^5.1.1",
"semver": "^7.6.0"
"semver": "^7.6.2"
},
"devDependencies": {
"@moonrepo/types": "^1.17.0",
"@moonrepo/types": "^1.17.2",
"@types/semver": "^7.5.8",
"@types/vscode": "1.77.0",
"@vscode/test-electron": "^2.3.9",
Expand Down
Loading

0 comments on commit 539c15e

Please sign in to comment.