@quandis/qbo4.logging 4.0.1-CI-20240912-143931 → 4.0.1-CI-20241009-220836

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quandis/qbo4.logging",
3
- "version": "4.0.1-CI-20240912-143931",
3
+ "version": "4.0.1-CI-20241009-220836",
4
4
  "type": "module",
5
5
  "types": "./src/Program.d.ts",
6
6
  "exports": {
@@ -15,35 +15,35 @@
15
15
  "scss/"
16
16
  ],
17
17
  "dependencies": {
18
- "@microsoft/applicationinsights-web": "^3.1.1",
19
- "@quandis/qbo4.configuration": "^4.0.1-CI-20240328-123132",
18
+ "@microsoft/applicationinsights-web": "^3.3.3",
19
+ "@quandis/qbo4.configuration": "^4.0.1-CI-20241009-155903",
20
20
  "bootstrap": "^5.3.3",
21
21
  "bootstrap-icons": "^1.11.3",
22
- "lit": "^3.1.2",
23
- "reflect-metadata": "^0.2.1",
22
+ "lit": "^3.2.1",
23
+ "reflect-metadata": "^0.2.2",
24
24
  "tsyringe": "^4.8.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@fullhuman/postcss-purgecss": "^5.0.0",
28
- "autoprefixer": "^10.4.18",
27
+ "@fullhuman/postcss-purgecss": "^6.0.0",
28
+ "autoprefixer": "^10.4.20",
29
29
  "clean-css": "^5.3.3",
30
- "glob": "^10.3.10",
31
- "mini-css-extract-plugin": "^2.8.1",
30
+ "glob": "^11.0.0",
31
+ "mini-css-extract-plugin": "^2.9.1",
32
32
  "postcss-cli": "^11.0.0",
33
33
  "postcss-loader": "^8.1.1",
34
- "sass": "^1.72.0",
35
- "sass-loader": "^14.1.1",
36
- "style-loader": "^3.3.4",
37
- "typescript": "^5.4.2",
38
- "webpack": "^5.90.3",
34
+ "sass": "^1.79.4",
35
+ "sass-loader": "^16.0.2",
36
+ "style-loader": "^4.0.0",
37
+ "typescript": "^5.6.3",
38
+ "webpack": "^5.95.0",
39
39
  "webpack-cli": "^5.1.4",
40
- "webpack-merge": "^5.10.0"
40
+ "webpack-merge": "^6.0.1"
41
41
  },
42
42
  "scripts": {
43
- "sass": "sass scss/:wwwroot/css && node cssshake.js",
43
+ "sass": "sass --load-path=node_modules --quiet scss/:wwwroot/css && node cssshake.js",
44
44
  "postcss": "postcss \"wwwroot/css/*.css\" --use autoprefixer --replace",
45
- "packdev": "webpack --config webpack.dev.js --no-color",
46
- "packprod": "webpack --config webpack.prod.js --no-color",
47
- "build": "npm run sass && tsc && npm run packdev && npm run packprod && del *.tgz && npm pack && ren *.tgz qbo4.logging.tgz"
45
+ "packdev": "webpack --config pack.dev.js --no-color",
46
+ "packprod": "webpack --config pack.prod.js --no-color",
47
+ "build": "ncu -u && npm install && npm run sass && tsc --build --force && npm run packdev && npm run packprod && del *.tgz && npm pack && ren *.tgz qbo4.logging.tgz"
48
48
  }
49
49
  }
@@ -1,5 +1,5 @@
1
1
  // Import Bootstrap styles to extend
2
- @import "../node_modules/bootstrap/scss/bootstrap";
2
+ @import "bootstrap/scss/bootstrap";
3
3
 
4
4
  input {
5
5
  @extend .form-control;
@@ -1,5 +1,5 @@
1
1
  // Import Bootstrap styles to extend
2
- @import "../node_modules/bootstrap/scss/bootstrap";
2
+ @import "bootstrap/scss/bootstrap";
3
3
 
4
4
  .modal.show {
5
5
  display: block;
@@ -1,4 +1,4 @@
1
- @import "../node_modules/bootstrap/scss/bootstrap";
1
+ @import "bootstrap/scss/bootstrap";
2
2
 
3
3
  .qbo-modal {
4
4
  > div {