Skip to content

Commit

Permalink
Merge pull request #2728 from opral/jldec/fix-pnpm-install-deps-again
Browse files Browse the repository at this point in the history
Fix broken pnpm install on main
  • Loading branch information
jldec authored May 7, 2024
2 parents 2ac1e5f + 37438b9 commit d691c25
Show file tree
Hide file tree
Showing 4 changed files with 17,638 additions and 13,414 deletions.
5 changes: 5 additions & 0 deletions .changeset/cold-cherries-explode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@inlang/settings-component": patch
---

fix main deps by bumping version of settings-component
2 changes: 1 addition & 1 deletion inlang/source-code/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"node": ">=18.0.0"
},
"dependencies": {
"@inlang/settings-component": "^1.0.9",
"@inlang/settings-component": "^1.0.8",
"@isomorphic-git/cors-proxy": "^2.7.1",
"@lix-js/client": "workspace:*",
"@lix-js/fs": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion inlang/source-code/ide-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
"@inlang/result": "workspace:*",
"@inlang/rpc": "workspace:*",
"@inlang/sdk": "workspace:*",
"@inlang/settings-component": "^1.0.9",
"@inlang/settings-component": "^1.0.8",
"@inlang/telemetry": "workspace:*",
"@lix-js/client": "workspace:*",
"@lix-js/fs": "workspace:*",
Expand Down
Loading

0 comments on commit d691c25

Please sign in to comment.