Skip to content

Commit bcacf2e

Browse files
Merge pull request #809 from microsoft/psl-ckm-uirefactoring
refactor: Reafctor CKM UI
2 parents 9c7802c + edd0688 commit bcacf2e

52 files changed

Lines changed: 3103 additions & 2140 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/App/package-lock.json

Lines changed: 100 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/App/package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
"private": true,
55
"proxy": "http://localhost:5000",
66
"dependencies": {
7-
"@fluentui/react": "^8.125.4",
8-
"@azure/msal-react": "^3.0.23",
97
"@azure/msal-browser": "^4.24.1",
10-
"@testing-library/jest-dom": "^6.9.0",
11-
"@fluentui/react-icons": "^2.0.317",
8+
"@azure/msal-react": "^3.0.23",
9+
"@fluentui/react": "^8.125.4",
1210
"@fluentui/react-components": "^9.72.11",
11+
"@fluentui/react-icons": "^2.0.317",
12+
"@reduxjs/toolkit": "^2.11.2",
13+
"@testing-library/jest-dom": "^6.9.0",
1314
"@testing-library/react": "^16.3.1",
1415
"@testing-library/user-event": "^14.6.1",
1516
"@types/d3": "^7.4.3",
@@ -21,12 +22,13 @@
2122
"d3": "^7.9.0",
2223
"d3-cloud": "^1.2.8",
2324
"d3-color": "^3.1.0",
24-
"lodash-es": "^4.17.22",
25+
"lodash-es": "^4.17.23",
2526
"react": "^18.3.1",
2627
"react-chartjs-2": "^5.3.1",
2728
"react-d3-cloud": "^1.0.6",
2829
"react-dom": "^18.3.1",
2930
"react-markdown": "^10.1.0",
31+
"react-redux": "^9.2.0",
3032
"react-scripts": "^5.0.1",
3133
"rehype-raw": "^7.0.0",
3234
"remark-gfm": "^4.0.1",
@@ -77,4 +79,4 @@
7779
"serialize-javascript": "^7.0.3",
7880
"bfj": "^9.1.3"
7981
}
80-
}
82+
}

0 commit comments

Comments
 (0)