Skip to content

Commit

Permalink
register ECSchemaRpcInterface with web viewer template (#329)
Browse files Browse the repository at this point in the history
* register ECSchemaRpcInterface with web viewer template

* rush change

* audit day

---------

Co-authored-by: Ben Polinsky <ben-polinsky@users.noreply.github.com>
  • Loading branch information
ben-polinsky and ben-polinsky authored Sep 10, 2024
1 parent 8301836 commit b178dfb
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@itwin/cra-template-web-viewer",
"comment": "register ecschemarpcinterface to prevent error on element selection in web",
"type": "patch"
}
],
"packageName": "@itwin/cra-template-web-viewer"
}
6 changes: 4 additions & 2 deletions common/config/rush/pnpm-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/pnpm-config.schema.json",
"useWorkspaces": true,
"globalOverrides": {
"body-parser@<1.20.3": "^1.20.3",
"braces": "^3.0.3",
"postcss": "^8.4.31",
"axios": "^1.7.4"
"path-to-regexp@>=0.2.0": "^8.0.0",
"path-to-regexp@<0.1.10": "^0.1.10",
"postcss": "^8.4.31"
}
}
31 changes: 20 additions & 11 deletions common/config/rush/pnpm-lock.yaml

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

0 comments on commit b178dfb

Please sign in to comment.