Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Oct 28, 2024
1 parent fd98f49 commit 9c5ad9b
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 34 deletions.
7 changes: 7 additions & 0 deletions .changeset/wet-pets-fail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@marko/language-server": patch
"@marko/language-tools": patch
"marko-vscode": patch
---

Upgrade deps.
64 changes: 35 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"@luxass/strip-json-comments": "^1.3.2",
"@marko/language-tools": "^2.4.3",
"@marko/babel-utils": "^6.5.8",
"@marko/compiler": "^5.37.20",
"@marko/compiler": "^5.37.21",
"@marko/translator-default": "^6.0.21",
"htmljs-parser": "^5.5.2",
"marko": "^5.35.29",
"marko": "^5.35.30",
"prettier": "^3.3.3",
"prettier-plugin-marko": "^3.1.5",
"relative-import-path": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/language-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
"@marko/compiler": "^5.28.4"
},
"dependencies": {
"@babel/parser": "^7.26.0",
"@babel/parser": "^7.26.1",
"@luxass/strip-json-comments": "^1.3.2",
"htmljs-parser": "^5.5.2",
"relative-import-path": "^1.0.0"
},
"devDependencies": {
"@babel/code-frame": "^7.26.0",
"@marko/compiler": "^5.37.20",
"@marko/compiler": "^5.37.21",
"@marko/translator-default": "^6.0.21",
"@types/babel__code-frame": "^7.0.6",
"@typescript/vfs": "^1.6.0",
"marko": "^5.35.29",
"marko": "^5.35.30",
"mitata": "^0.1.8",
"tsx": "^4.19.1"
},
Expand Down

0 comments on commit 9c5ad9b

Please sign in to comment.