Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 9c655ff

Browse files
committed
commit to fix WebSPA build error
1 parent c0d5830 commit 9c655ff

File tree

4 files changed

+7913
-7905
lines changed

4 files changed

+7913
-7905
lines changed

src/Web/WebSPA/Client/package-lock.json

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

src/Web/WebSPA/Client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@
4242
"@popperjs/core": "2.11.6",
4343
"acorn": "^6.4.1",
4444
"acorn-dynamic-import": "4.0.0",
45-
"bootstrap": "4.4.1",
45+
"bootstrap": "5.2.3",
4646
"core-js": "^3.14.0",
4747
"file-loader": "^6.2.0",
4848
"font-awesome": "4.7.0",
4949
"is-svg": ">=4.2.2",
5050
"isomorphic-fetch": "3.0.0",
5151
"jquery": "3.5.0",
52-
"ngx-toastr": "^13.2.0",
52+
"ngx-toastr": "15.2.2",
5353
"normalize.css": "8.0.0",
5454
"popper.js": "1.16.1",
5555
"rxjs": "^6.5.2",

src/Web/WebSPA/Client/src/styles/globals.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
/* You can add global styles to this file, and also import other style files */
22
@import 'variables';
33
@import './bootstrap-overrides';
4-
@import '~bootstrap/scss/bootstrap';
4+
@import 'bootstrap/scss/bootstrap';
55
@import 'button';
66
@import 'form';
7-
@import '~ngx-toastr/toastr-bs4-alert.scss';
7+
/*@import 'ngx-toastr/toastr-bs4-alert.scss';*/
88
@import 'toastr';
99
@import 'utilities';
10+
@import 'node_modules/ngx-toastr/toastr';
1011

1112
@font-face {
1213
font-family: 'Oswald';

0 commit comments

Comments
 (0)