Browse Source

Updated dependencies

master
Aigars Silkalns 1 week ago
parent
commit
af2a878385
4 changed files with 1345 additions and 901 deletions
  1. +44
    -4
      .stylelintrc.json
  2. +1275
    -871
      package-lock.json
  3. +26
    -25
      package.json
  4. +0
    -1
      src/assets/scripts/vectorMaps/jquery-jvectormap-world-mill.js

+ 44
- 4
.stylelintrc.json View File

@ -1,9 +1,49 @@
{
"extends": "stylelint-config-standard",
"extends": "stylelint-config-standard-scss",
"rules": {
"at-rule-no-unknown": null,
"scss/at-rule-no-unknown": true,
"at-rule-empty-line-before": null,
"selector-list-comma-newline-after": null,
"block-opening-brace-space-before": null
"no-descending-specificity": null,
"selector-class-pattern": null,
"scss/double-slash-comment-empty-line-before": null,
"scss/no-global-function-names": null,
"declaration-property-value-no-unknown": null,
"scss/dollar-variable-empty-line-before": null,
"scss/operator-no-newline-after": null,
"scss/load-partial-extension": null,
"media-feature-range-notation": null,
"color-function-notation": null,
"color-function-alias-notation": null,
"alpha-value-notation": null,
"color-hex-length": null,
"no-duplicate-selectors": null,
"shorthand-property-no-redundant-values": null,
"scss/at-extend-no-missing-placeholder": null,
"declaration-block-no-redundant-longhand-properties": null,
"scss/at-mixin-argumentless-call-parentheses": null,
"scss/at-rule-conditional-no-parentheses": null,
"scss/dollar-variable-pattern": null,
"scss/at-mixin-pattern": null,
"scss/dollar-variable-colon-space-before": null,
"length-zero-no-unit": null,
"property-no-deprecated": null,
"selector-not-notation": null,
"import-notation": null,
"scss/comment-no-empty": null,
"value-keyword-case": null,
"function-name-case": null,
"declaration-property-value-keyword-no-deprecated": null,
"property-no-vendor-prefix": null,
"font-family-name-quotes": null,
"font-family-no-missing-generic-family-keyword": null,
"at-rule-no-vendor-prefix": null,
"rule-empty-line-before": null,
"declaration-empty-line-before": null,
"no-empty-source": null,
"scss/dollar-variable-colon-space-after": null,
"scss/double-slash-comment-whitespace-inside": null,
"selector-no-vendor-prefix": null,
"declaration-block-single-line-max-declarations": null
}
}
}

+ 1275
- 871
package-lock.json
File diff suppressed because it is too large
View File


+ 26
- 25
package.json View File

@ -59,41 +59,42 @@
"postpublish": "echo 'Package published successfully! View at: https://www.npmjs.com/package/adminator-admin-dashboard'"
},
"devDependencies": {
"@babel/core": "^7.28.0",
"@babel/eslint-parser": "^7.28.0",
"@babel/plugin-transform-runtime": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@eslint/js": "^9.33.0",
"@typescript-eslint/eslint-plugin": "^8.42.0",
"@typescript-eslint/parser": "^8.42.0",
"@babel/core": "^7.28.5",
"@babel/eslint-parser": "^7.28.5",
"@babel/plugin-transform-runtime": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@eslint/js": "^9.39.1",
"@typescript-eslint/eslint-plugin": "^8.48.1",
"@typescript-eslint/parser": "^8.48.1",
"babel-loader": "^10.0.0",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"copy-webpack-plugin": "^13.0.0",
"cross-env": "^10.0.0",
"copy-webpack-plugin": "^13.0.1",
"cross-env": "^10.1.0",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.2",
"eslint": "^9.33.0",
"eslint": "^9.39.1",
"eslint-formatter-table": "^7.32.1",
"globals": "^16.3.0",
"html-webpack-plugin": "^5.6.3",
"mini-css-extract-plugin": "^2.9.3",
"globals": "^16.5.0",
"html-webpack-plugin": "^5.6.5",
"mini-css-extract-plugin": "^2.9.4",
"postcss": "^8.5.6",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.2.4",
"sass": "^1.90.0",
"sass-loader": "^16.0.5",
"postcss-loader": "^8.2.0",
"postcss-preset-env": "^10.4.0",
"sass": "^1.94.2",
"sass-loader": "^16.0.6",
"shx": "^0.4.0",
"style-loader": "^4.0.0",
"stylelint": "^16.23.1",
"stylelint-config-standard": "^38.0.0",
"typescript": "^5.9.2",
"webpack": "^5.101.0",
"stylelint": "^16.26.1",
"stylelint-config-standard": "^39.0.1",
"stylelint-config-standard-scss": "^16.0.0",
"typescript": "^5.9.3",
"webpack": "^5.103.0",
"webpack-cli": "^6.0.1",
"webpack-dashboard": "^3.3.8",
"webpack-dev-server": "^5.2.2"
},
"dependencies": {
"@babel/runtime": "^7.28.2",
"@babel/runtime": "^7.28.4",
"@fullcalendar/core": "^6.1.19",
"@fullcalendar/daygrid": "^6.1.19",
"@fullcalendar/interaction": "^6.1.19",
@ -102,9 +103,9 @@
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.8",
"brand-colors": "^2.1.1",
"chart.js": "^4.5.0",
"dayjs": "^1.11.13",
"jsvectormap": "^1.6.0",
"chart.js": "^4.5.1",
"dayjs": "^1.11.19",
"jsvectormap": "^1.7.0",
"load-google-maps-api": "^2.0.2",
"lodash": "^4.17.21",
"masonry-layout": "^4.2.2",


+ 0
- 1
src/assets/scripts/vectorMaps/jquery-jvectormap-world-mill.js
File diff suppressed because it is too large
View File


Loading…
Cancel
Save