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 25, 2024
1 parent 2525332 commit bfbdd4b
Show file tree
Hide file tree
Showing 7 changed files with 242 additions and 326 deletions.
8 changes: 8 additions & 0 deletions .changeset/bright-seas-lick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@marko/language-server": patch
"@marko/language-tools": patch
"@marko/type-check": patch
"marko-vscode": patch
---

Upgrade deps
534 changes: 221 additions & 313 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/jsdom": "^21.1.7"
},
"dependencies": {
"axe-core": "^4.10.1",
"axe-core": "^4.10.2",
"jsdom": "^25.0.1"
},
"private": true,
Expand Down
10 changes: 5 additions & 5 deletions packages/language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"dependencies": {
"@luxass/strip-json-comments": "^1.3.2",
"@marko/language-tools": "^2.4.2",
"@marko/babel-utils": "^6.5.7",
"@marko/compiler": "^5.37.19",
"@marko/translator-default": "^6.0.19",
"@marko/babel-utils": "^6.5.8",
"@marko/compiler": "^5.37.20",
"@marko/translator-default": "^6.0.21",
"htmljs-parser": "^5.5.2",
"marko": "^5.35.27",
"marko": "^5.35.29",
"prettier": "^3.3.3",
"prettier-plugin-marko": "^3.1.4",
"prettier-plugin-marko": "^3.1.5",
"relative-import-path": "^1.0.0",
"typescript": "^5.6.3",
"vscode-css-languageservice": "^6.3.1",
Expand Down
10 changes: 5 additions & 5 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.25.8",
"@babel/parser": "^7.26.0",
"@luxass/strip-json-comments": "^1.3.2",
"htmljs-parser": "^5.5.2",
"relative-import-path": "^1.0.0"
},
"devDependencies": {
"@babel/code-frame": "^7.25.7",
"@marko/compiler": "^5.37.19",
"@marko/translator-default": "^6.0.19",
"@babel/code-frame": "^7.26.0",
"@marko/compiler": "^5.37.20",
"@marko/translator-default": "^6.0.21",
"@types/babel__code-frame": "^7.0.6",
"@typescript/vfs": "^1.6.0",
"marko": "^5.35.27",
"marko": "^5.35.29",
"mitata": "^0.1.8",
"tsx": "^4.19.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/type-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.2.2",
"bugs": "https://github.com/marko-js/language-server/issues/new?template=Bug_report.md",
"dependencies": {
"@babel/code-frame": "^7.25.7",
"@babel/code-frame": "^7.26.0",
"@luxass/strip-json-comments": "^1.3.2",
"@marko/language-tools": "^2.4.2",
"arg": "^5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"@marko/language-server": "^1.3.3",
"@types/vscode": "^1.80.0",
"@vscode/test-electron": "^2.4.1",
"@vscode/vsce": "^3.1.1",
"@vscode/vsce": "^3.2.1",
"ovsx": "^0.10.0",
"tsx": "^4.19.1",
"vscode-languageclient": "^9.0.1"
Expand Down

0 comments on commit bfbdd4b

Please sign in to comment.