Skip to content

Commit

Permalink
chore: move @inlang/sdk into dependencies to trigger updates with cha…
Browse files Browse the repository at this point in the history
…ngesets

This caused #1818 because the ide extension was not updated
  • Loading branch information
samuelstroschein committed Dec 4, 2023
1 parent 17af8aa commit e237b49
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .changeset/warm-actors-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"vs-code-extension": minor
---

chore: update SDK dependency and support for project directories
4 changes: 2 additions & 2 deletions inlang/source-code/ide-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@
"dependencies": {
"@inlang/result": "workspace:*",
"@inlang/telemetry": "workspace:*",
"@inlang/create-project": "workspace:*",
"@inlang/sdk": "workspace:*",
"@lix-js/fs": "workspace:*",
"@vitest/coverage-v8": "0.34.6",
"https-proxy-agent": "7.0.2",
Expand All @@ -90,8 +92,6 @@
"vitest": "0.34.6"
},
"devDependencies": {
"@inlang/create-project": "workspace:*",
"@inlang/sdk": "workspace:*",
"@types/fs-extra": "^11.0.2",
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.2",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e237b49

Please sign in to comment.