Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove appui-layout-react dep from map-layers and measure-tools #845

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Update map-layers and measure-tools to AppUI 4.10",
"packageName": "@itwin/map-layers",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Update map-layers and measure-tools to AppUI 4.10",
"packageName": "@itwin/measure-tools-react",
"email": "[email protected]",
"dependentChangeType": "patch"
}
18 changes: 8 additions & 10 deletions packages/itwin/map-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,19 @@
},
"devDependencies": {
"@itwin/appui-abstract": "^4.3.0",
"@itwin/appui-layout-react": "^4.0.1",
"@itwin/appui-react": "^4.0.1",
"@itwin/appui-react": "^4.10.0",
"@itwin/build-tools": "^4.3.0",
"@itwin/components-react": "^4.0.1",
"@itwin/components-react": "^4.10.0",
"@itwin/core-bentley": "^4.3.0",
"@itwin/core-common": "^4.3.0",
"@itwin/core-frontend": "^4.3.0",
"@itwin/core-geometry": "^4.3.0",
"@itwin/core-orbitgt": "^4.3.0",
"@itwin/core-quantity": "^4.3.0",
"@itwin/core-react": "^4.0.1",
"@itwin/core-react": "^4.10.0",
"@itwin/core-telemetry": "^4.3.0",
"@itwin/eslint-plugin": "^4.0.0-dev.38",
"@itwin/imodel-components-react": "^4.0.1",
"@itwin/imodel-components-react": "^4.10.0",
"@itwin/itwinui-variables": "^2.0.0",
"@itwin/map-layers-formats": "^4.3.0",
"@itwin/webgl-compatibility": "^4.3.0",
Expand Down Expand Up @@ -112,14 +111,13 @@
},
"peerDependencies": {
"@itwin/appui-abstract": "^4.0.0",
"@itwin/appui-layout-react": "^4.0.0",
"@itwin/appui-react": "^4.0.0",
"@itwin/components-react": "^4.0.0",
"@itwin/appui-react": "^4.10.0",
"@itwin/components-react": "^4.10.0",
"@itwin/core-bentley": "^4.3.0",
"@itwin/core-common": "^4.3.0",
"@itwin/core-frontend": "^4.3.0",
"@itwin/core-react": "^4.3.0",
"@itwin/imodel-components-react": "^4.0.0",
"@itwin/core-react": "^4.10.0",
"@itwin/imodel-components-react": "^4.10.0",
"@itwin/map-layers-formats": "^4.3.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"
Expand Down
Loading
Loading