Skip to content

Commit 5ce0514

Browse files
Boshenclaude
andcommitted
Add missing type dependencies for TypeScript build
Add @marko/compiler, pug-lexer, and fast-glob as devDependencies so TypeScript can resolve types during build and scripts can run. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 03983c5 commit 5ce0514

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"devDependencies": {
3636
"@babel/types": "^7.28.2",
3737
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
38+
"@marko/compiler": "^5.39.49",
3839
"@microsoft/api-extractor": "^7.52.10",
3940
"@prettier/plugin-hermes": "^0.1.2",
4041
"@prettier/plugin-oxc": "^0.1.2",
@@ -50,6 +51,7 @@
5051
"enhanced-resolve": "^5.18.3",
5152
"esbuild": "^0.25.9",
5253
"escalade": "^3.2.0",
54+
"fast-glob": "^3.3.3",
5355
"import-sort-style-module": "^6.0.0",
5456
"jiti": "^2.6.0",
5557
"jsesc": "^3.1.0",
@@ -68,12 +70,13 @@
6870
"prettier-plugin-organize-imports": "^4.2.0",
6971
"prettier-plugin-sort-imports": "^1.8.8",
7072
"prettier-plugin-svelte": "^3.4.0",
73+
"pug-lexer": "^5.0.1",
7174
"recast": "0.20.5",
7275
"resolve-from": "^5.0.0",
7376
"rimraf": "^6.0.1",
7477
"svelte": "^5.38.2",
75-
"tailwindcss-v4": "npm:tailwindcss@^4.1.14",
7678
"tailwindcss-v3": "npm:tailwindcss@^3.4.18",
79+
"tailwindcss-v4": "npm:tailwindcss@^4.1.14",
7780
"tsup": "^8.5.0",
7881
"vitest": "^3.2.4"
7982
},

pnpm-lock.yaml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)