Skip to content

Commit

Permalink
Fix Vite plugin dependency on @osdk/foundry-config-json (#1096)
Browse files Browse the repository at this point in the history
* Fix Vite plugin dependency on @osdk/foundry-config-json

* changeset

---------

Co-authored-by: Ross Court <[email protected]>
  • Loading branch information
rosscourt and Ross Court authored Jan 14, 2025
1 parent 027c4d5 commit 991e0d1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/violet-wasps-dress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@osdk/widget.vite-plugin.unstable": patch
---

Fix Vite plugin @osdk/foundry-config-json dependency
2 changes: 1 addition & 1 deletion packages/widget.vite-plugin.unstable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"transpile": "monorepo.tool.transpile"
},
"dependencies": {
"@osdk/foundry-config-json": "workspace:~",
"@osdk/widget-api.unstable": "workspace:~",
"escodegen": "^2.1.0",
"fs-extra": "^11.2.0",
Expand All @@ -42,7 +43,6 @@
"devDependencies": {
"@blueprintjs/core": "^5.16.0",
"@blueprintjs/icons": "^5.15.0",
"@osdk/foundry-config-json": "workspace:~",
"@osdk/monorepo.api-extractor": "workspace:~",
"@osdk/monorepo.tsconfig": "workspace:~",
"@osdk/monorepo.tsup": "workspace:~",
Expand Down
6 changes: 3 additions & 3 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 991e0d1

Please sign in to comment.