diff --git a/.changeset/violet-wasps-dress.md b/.changeset/violet-wasps-dress.md new file mode 100644 index 000000000..5f441b455 --- /dev/null +++ b/.changeset/violet-wasps-dress.md @@ -0,0 +1,5 @@ +--- +"@osdk/widget.vite-plugin.unstable": patch +--- + +Fix Vite plugin @osdk/foundry-config-json dependency diff --git a/packages/widget.vite-plugin.unstable/package.json b/packages/widget.vite-plugin.unstable/package.json index 3699b3de4..246ef1332 100644 --- a/packages/widget.vite-plugin.unstable/package.json +++ b/packages/widget.vite-plugin.unstable/package.json @@ -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", @@ -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:~", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 51d2700a7..424ec9c97 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3815,6 +3815,9 @@ importers: packages/widget.vite-plugin.unstable: dependencies: + '@osdk/foundry-config-json': + specifier: workspace:~ + version: link:../foundry-config-json '@osdk/widget-api.unstable': specifier: workspace:~ version: link:../widget.api.unstable @@ -3837,9 +3840,6 @@ importers: '@blueprintjs/icons': specifier: ^5.15.0 version: 5.15.0(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@osdk/foundry-config-json': - specifier: workspace:~ - version: link:../foundry-config-json '@osdk/monorepo.api-extractor': specifier: workspace:~ version: link:../monorepo.api-extractor