Skip to content

Commit

Permalink
Improve IdVP feature - resolve dependency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JayaShakthi97 committed Oct 2, 2024
1 parent 3f07b75 commit f78d8d2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions features/admin.connections.v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@
"@wso2is/admin.extensions.v1": "^2.30.13",
"@wso2is/admin.feature-gate.v1": "^1.1.13",
"@wso2is/admin.identity-providers.v1": "^2.22.13",
"@wso2is/admin.identity-verification-providers.v1": "^2.22.13",
"@wso2is/admin.organizations.v1": "^2.22.13",
"@wso2is/admin.roles.v2": "^2.22.13",
"@wso2is/admin.template-core.v1": "^1.0.65",
"@wso2is/admin.userstores.v1": "^2.21.13",
"@wso2is/core": "^2.1.0",
"@wso2is/dynamic-forms": "^2.0.107",
Expand Down Expand Up @@ -75,8 +77,7 @@
"slashes": "^2.0.2",
"styled-components": "^4.4.1",
"swr": "^2.0.0",
"uuid": "^8.3.0",
"@wso2is/admin.template-core.v1": "^1.0.65"
"uuid": "^8.3.0"
},
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2023-2024, WSO2 LLC. (https://www.wso2.com).
* Copyright (c) 2023, WSO2 LLC. (https://www.wso2.com). All Rights Reserved.
*
* WSO2 LLC. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@wso2is/admin.claims.v1": "^2.21.13",
"@wso2is/admin.core.v1": "^2.30.13",
"@wso2is/admin.feature-gate.v1": "^1.1.13",
"@wso2is/admin.template-core.v1": "^1.0.65",
"@wso2is/core": "^2.1.0",
"@wso2is/dynamic-forms": "^2.0.107",
"@wso2is/form": "^2.1.15",
Expand Down
4 changes: 2 additions & 2 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 f78d8d2

Please sign in to comment.