Skip to content

Commit f82adb5

Browse files
fix dependency
1 parent e115d76 commit f82adb5

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.changeset/friendly-birds-pull.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@inlang/cli": patch
3+
---
4+
5+
Move @inlang/rpc to devDependencies to avoid npm install failures for the bundled CLI.

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"clean": "rm -rf ./dist ./node_modules"
4545
},
4646
"dependencies": {
47-
"@inlang/rpc": "workspace:*",
4847
"@inlang/sdk": "workspace:*",
4948
"esbuild-wasm": "^0.19.2"
5049
},
@@ -55,6 +54,7 @@
5554
"@types/node": "20.5.9",
5655
"@types/promptly": "^3.0.2",
5756
"@types/prompts": "^2.4.4",
57+
"@inlang/rpc": "workspace:*",
5858
"@inlang/tsconfig": "workspace:*",
5959
"@vitest/coverage-v8": "2.1.8",
6060
"cli-progress": "^3.12.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)