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 30, 2024
1 parent 1af87f0 commit f46beb1
Show file tree
Hide file tree
Showing 7 changed files with 123 additions and 112 deletions.
8 changes: 8 additions & 0 deletions .changeset/two-spoons-shout.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 dependencies.
187 changes: 95 additions & 92 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"@types/mocha": "^10.0.9",
"@types/node": "^22.7.6",
"@types/node": "^22.8.4",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"esbuild": "^0.24.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"fast-glob": "^3.3.2",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"mocha": "^10.7.3",
"mocha": "^10.8.2",
"mocha-snap": "^5.0.0",
"prettier": "^3.3.3",
"tsx": "^4.19.1",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"@types/jsdom": "^21.1.7"
},
Expand Down
12 changes: 6 additions & 6 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.4",
"@marko/babel-utils": "^6.5.8",
"@marko/compiler": "^5.37.21",
"@marko/translator-default": "^6.0.21",
"@marko/babel-utils": "^6.5.10",
"@marko/compiler": "^5.37.23",
"@marko/translator-default": "^6.0.23",
"htmljs-parser": "^5.5.2",
"marko": "^5.35.30",
"marko": "^5.35.32",
"prettier": "^3.3.3",
"prettier-plugin-marko": "^3.1.5",
"prettier-plugin-marko": "^3.1.6",
"relative-import-path": "^1.0.0",
"typescript": "^5.6.3",
"vscode-css-languageservice": "^6.3.1",
Expand All @@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/prettier": "^3.0.0",
"tsx": "^4.19.1"
"tsx": "^4.19.2"
},
"exports": {
".": {
Expand Down
12 changes: 6 additions & 6 deletions packages/language-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
"@marko/compiler": "^5.28.4"
},
"dependencies": {
"@babel/parser": "^7.26.1",
"@babel/parser": "^7.26.2",
"@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.21",
"@marko/translator-default": "^6.0.21",
"@babel/code-frame": "^7.26.2",
"@marko/compiler": "^5.37.23",
"@marko/translator-default": "^6.0.23",
"@types/babel__code-frame": "^7.0.6",
"@typescript/vfs": "^1.6.0",
"marko": "^5.35.30",
"marko": "^5.35.32",
"mitata": "^0.1.8",
"tsx": "^4.19.1"
"tsx": "^4.19.2"
},
"exports": {
".": {
Expand Down
4 changes: 2 additions & 2 deletions packages/type-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"version": "1.2.3",
"bugs": "https://github.com/marko-js/language-server/issues/new?template=Bug_report.md",
"dependencies": {
"@babel/code-frame": "^7.26.0",
"@babel/code-frame": "^7.26.2",
"@luxass/strip-json-comments": "^1.3.2",
"@marko/language-tools": "^2.4.3",
"@marko/language-tools": "^2.4.4",
"arg": "^5.0.2",
"kleur": "^4.1.5",
"typescript": "^5.6.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"@vscode/test-electron": "^2.4.1",
"@vscode/vsce": "^3.2.1",
"ovsx": "^0.10.0",
"tsx": "^4.19.1",
"tsx": "^4.19.2",
"vscode-languageclient": "^9.0.1"
},
"displayName": "Marko VSCode",
Expand Down

0 comments on commit f46beb1

Please sign in to comment.