Skip to content

Commit

Permalink
Merge branch 'master' into tree-widget/node-selection-predicate
Browse files Browse the repository at this point in the history
  • Loading branch information
grigasp authored Dec 18, 2024
2 parents 50f3760 + 5005c67 commit f5c1ca6
Show file tree
Hide file tree
Showing 15 changed files with 88 additions and 141 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Upgraded insights-client to version 0.15.1",
"packageName": "@itwin/ec3-widget-react",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Upgraded insights-client to version 0.15.1",
"packageName": "@itwin/grouping-mapping-widget",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Upgraded insights-client to version 0.15.1",
"packageName": "@itwin/one-click-lca-react",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Upgraded insights-client to version 0.15.1",
"packageName": "@itwin/reports-config-widget-react",
"email": "[email protected]",
"dependentChangeType": "patch"
}
6 changes: 3 additions & 3 deletions packages/itwin/ec3-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
}
},
"dependencies": {
"@itwin/insights-client": "^0.13.0",
"@itwin/insights-client": "^0.15.1",
"@itwin/itwinui-icons-react": "^2.4.0",
"@itwin/itwinui-react": "^2.12.0",
"classnames": "^2.3.1",
Expand Down Expand Up @@ -115,7 +115,7 @@
"@itwin/appui-react": "^4.0.0",
"@itwin/core-bentley": "^4.0.0",
"@itwin/core-frontend": "^4.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": "^17.0.2 || ^18.0.0",
"react-dom": "^17.0.2 || ^18.0.0"
}
}
18 changes: 9 additions & 9 deletions packages/itwin/ec3-widget/pnpm-lock.yaml

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

9 changes: 4 additions & 5 deletions packages/itwin/grouping-mapping-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,14 @@
"@itwin/imodels-access-common": "^4.1.2",
"@itwin/imodels-access-frontend": "^4.1.2",
"@itwin/imodels-client-management": "^4.2.1",
"@itwin/insights-client": "^0.13.0",
"@itwin/insights-client": "^0.15.1",
"@itwin/itwins-client": "^1.1.0",
"@itwin/itwinui-icons-color-react": "2.1.0",
"@itwin/itwinui-icons-react": "^2.2.0",
"@itwin/itwinui-react": "^2.11.2",
"@tanstack/query-core": "^4.36.1",
"@tanstack/react-query": "^4.36.1",
"classnames": "^2.3.1",
"cross-fetch": "^3.1.8",
"fast-equals": "^4.0.2",
"immer": "^9.0.7",
"lodash": "^4.17.21",
Expand Down Expand Up @@ -148,9 +147,9 @@
"@itwin/components-react": "^4.1.0",
"@itwin/core-frontend": "^4.1.0",
"@itwin/core-react": "^4.1.0",
"@itwin/presentation-components": "^4.1.0",
"@itwin/presentation-components": "^4.1.0 || ^5.0.0",
"@itwin/presentation-frontend": "^4.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": "^17.0.2 || ^18.0.0",
"react-dom": "^17.0.2 || ^18.0.0"
}
}
21 changes: 9 additions & 12 deletions packages/itwin/grouping-mapping-widget/pnpm-lock.yaml

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

6 changes: 3 additions & 3 deletions packages/itwin/one-click-lca-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"cover": "nyc npm test"
},
"dependencies": {
"@itwin/insights-client": "^0.13.0",
"@itwin/insights-client": "^0.15.1",
"@itwin/itwinui-icons-react": "^2.2.0",
"@itwin/itwinui-react": "^2.11.2"
},
Expand Down Expand Up @@ -98,8 +98,8 @@
"@itwin/appui-react": "^4.0.0",
"@itwin/core-frontend": "^4.0.0",
"@itwin/core-react": "^4.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": "^17.0.2 || ^18.0.0",
"react-dom": "^17.0.2 || ^18.0.0"
},
"nyc": {
"nycrc-path": "./node_modules/@itwin/build-tools/.nycrc",
Expand Down
18 changes: 9 additions & 9 deletions packages/itwin/one-click-lca-widget/pnpm-lock.yaml

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

Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ import { OperationsBase } from "@itwin/insights-client";
* @internal
*/
export class OCLCAApiHelper extends OperationsBase {
constructor() {
super("https://oneclicklcaapp.com/app/api");
}

public async getOCLCAAccessToken(username: string, apiPassword: string) {
if (username === undefined || apiPassword === undefined) {
return undefined;
Expand Down
6 changes: 3 additions & 3 deletions packages/itwin/reports-config-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@itwin/imodels-access-common": "^4.1.4",
"@itwin/imodels-access-frontend": "^4.1.4",
"@itwin/imodels-client-management": "^4.2.3",
"@itwin/insights-client": "^0.13.0",
"@itwin/insights-client": "^0.15.1",
"@itwin/itwinui-icons-color-react": "^2.1.0",
"@itwin/itwinui-icons-react": "^2.4.0",
"@itwin/itwinui-react": "^2.11.0",
Expand Down Expand Up @@ -130,8 +130,8 @@
"@itwin/appui-react": "^4.0.0",
"@itwin/core-bentley": "^4.0.0",
"@itwin/core-frontend": "^4.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^17.0.2 || ^18.0.0",
"react-dom": "^17.0.2 || ^18.0.0",
"react-redux": "^7.2.0"
}
}
22 changes: 11 additions & 11 deletions packages/itwin/reports-config-widget/pnpm-lock.yaml

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

Loading

0 comments on commit f5c1ca6

Please sign in to comment.