Skip to content

Commit

Permalink
Merge pull request #320 from marko-js/deps-upgrade-dec-13-25
Browse files Browse the repository at this point in the history
chore: upgrade deps
  • Loading branch information
DylanPiercey authored Dec 14, 2024
2 parents abf7e64 + b806534 commit 14b92c0
Show file tree
Hide file tree
Showing 6 changed files with 92 additions and 99 deletions.
8 changes: 8 additions & 0 deletions .changeset/plenty-games-impress.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 all deps.
161 changes: 74 additions & 87 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.10",
"@eslint/js": "^9.16.0",
"@eslint/js": "^9.17.0",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.2",
"esbuild": "^0.24.0",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-formatter-unix": "^8.40.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"fast-glob": "^3.3.2",
Expand Down
9 changes: 4 additions & 5 deletions packages/language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@
"dependencies": {
"@luxass/strip-json-comments": "^1.3.2",
"@marko/language-tools": "^2.5.3",
"@marko/babel-utils": "^6.6.2",
"@marko/compiler": "^5.38.4",
"@marko/translator-default": "^6.1.2",
"@marko/babel-utils": "^6.6.3",
"@marko/compiler": "^5.39.4",
"htmljs-parser": "^5.5.3",
"marko": "^5.36.3",
"marko": "^5.37.4",
"prettier": "^3.4.2",
"prettier-plugin-marko": "^3.1.10",
"prettier-plugin-marko": "^3.1.12",
"relative-import-path": "^1.0.0",
"typescript": "^5.7.2",
"vscode-css-languageservice": "^6.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/language-server/src/utils/project-defaults.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as defaultCompiler from "@marko/compiler";
import defaultConfig from "@marko/compiler/config";
import { Project } from "@marko/language-tools";
import * as defaultTranslator from "@marko/translator-default";
import * as defaultTranslator from "marko/translator";
import path from "path";

Project.setDefaultTypePaths({
Expand Down
Loading

0 comments on commit 14b92c0

Please sign in to comment.