Skip to content

Commit 085de12

Browse files
committed
transition to popper core
1 parent a8a9794 commit 085de12

3 files changed

Lines changed: 10 additions & 22 deletions

File tree

1-Authentication/3-sign-in-electron/App/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h5 class="card-header text-center" id="WelcomeMessage">Welcome to the Microsoft
5252

5353
<!-- importing bootstrap.js and supporting js libraries -->
5454
<script src="./node_modules/jquery/dist/jquery.js"></script>
55-
<script src="./node_modules/popper.js/dist/umd/popper.js"></script>
55+
<script src=".node_modules/@popperjs/core/dist/umd/popper.js"></script>
5656
<script src="./node_modules/bootstrap/dist/js/bootstrap.js"></script>
5757

5858
<!-- importing app scripts | load order is important -->

1-Authentication/3-sign-in-electron/App/package-lock.json

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

1-Authentication/3-sign-in-electron/App/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
},
1010
"license": "ISC",
1111
"devDependencies": {
12-
"electron": "^31.0.0"
12+
"electron": "^31.0.1"
1313
},
1414
"dependencies": {
1515
"@azure/msal-node": "^2.9.2",
16+
"@popperjs/core": "^2.11.8",
1617
"bootstrap": "^5.3.3",
17-
"jquery": "^3.7.1",
18-
"popper.js": "^1.16.1"
18+
"jquery": "^3.7.1"
1919
}
2020
}

0 commit comments

Comments
 (0)