Skip to content

Commit

Permalink
Increase patch version for pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Scalameta bot committed Dec 17, 2024
1 parent 90f589a commit 541c2a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions packages/metals-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ide",
"scalameta"
],
"version": "1.44.0",
"version": "1.44.1",
"publisher": "scalameta",
"contributors": [
{
Expand Down Expand Up @@ -1117,13 +1117,13 @@
"devDependencies": {
"@sourcegraph/scip-typescript": "^0.3.7",
"@types/chai": "^4.3.4",
"@types/js-yaml": "4.0.9",
"@types/marked": "^4.0.8",
"@types/mocha": "^10.0.1",
"@types/node": "18.15.5",
"@types/semver": "^7.3.13",
"@types/sinon": "^10.0.13",
"@types/vscode": "1.59.0",
"@types/js-yaml": "4.0.9",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"@vscode/test-electron": "^2.3.0",
Expand All @@ -1144,12 +1144,12 @@
},
"dependencies": {
"ansicolor": "^1.1.100",
"js-yaml": "4.1.0",
"marked": "^4.2.12",
"metals-languageclient": "file:../metals-languageclient",
"promisify-child-process": "4.1.1",
"semver": "^7.5.2",
"vscode-languageclient": "8.1.0",
"js-yaml": "4.1.0"
"vscode-languageclient": "8.1.0"
},
"extensionPack": [
"scala-lang.scala"
Expand Down
2 changes: 1 addition & 1 deletion packages/metals-vscode/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1384,7 +1384,7 @@ js-sdsl@^4.1.4:
resolved "https://registry.yarnpkg.com/js-sdsl/-/js-sdsl-4.1.4.tgz#78793c90f80e8430b7d8dc94515b6c77d98a26a6"
integrity sha512-Y2/yD55y5jteOAmY50JbUZYwk3CP3wnLPEZnlR1w9oKhITrBEtAxwuWKebFf8hMrPMgbYwFoWK/lH2sBkErELw==

js-yaml@4.0.9, js-yaml@4.1.0, js-yaml@^4.1.0:
[email protected], js-yaml@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
Expand Down

0 comments on commit 541c2a1

Please sign in to comment.