adminator-admin-dashboard 2.8.1 → 2.9.0

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": "adminator-admin-dashboard",
3
- "version": "2.8.1",
3
+ "version": "2.9.0",
4
4
  "private": false,
5
5
  "description": "Modern jQuery-free Bootstrap 5 Admin Dashboard Template with Dark Mode",
6
6
  "main": "dist/index.html",
@@ -55,45 +55,46 @@
55
55
  "lint:js": "eslint ./src ./webpack ./*.js -f table --ext .js --ext .jsx",
56
56
  "lint:scss": "stylelint ./src/**/*.scss",
57
57
  "lint": "npm run lint:js && npm run lint:scss",
58
- "prepublishOnly": "npm run build",
58
+ "prepublishOnly": "npm run lint && npm run build",
59
59
  "postpublish": "echo 'Package published successfully! View at: https://www.npmjs.com/package/adminator-admin-dashboard'"
60
60
  },
61
61
  "devDependencies": {
62
- "@babel/core": "^7.28.0",
63
- "@babel/eslint-parser": "^7.28.0",
64
- "@babel/plugin-transform-runtime": "^7.28.0",
65
- "@babel/preset-env": "^7.28.0",
66
- "@eslint/js": "^9.33.0",
67
- "@typescript-eslint/eslint-plugin": "^8.42.0",
68
- "@typescript-eslint/parser": "^8.42.0",
62
+ "@babel/core": "^7.28.5",
63
+ "@babel/eslint-parser": "^7.28.5",
64
+ "@babel/plugin-transform-runtime": "^7.28.5",
65
+ "@babel/preset-env": "^7.28.5",
66
+ "@eslint/js": "^9.39.1",
67
+ "@typescript-eslint/eslint-plugin": "^8.48.1",
68
+ "@typescript-eslint/parser": "^8.48.1",
69
69
  "babel-loader": "^10.0.0",
70
70
  "case-sensitive-paths-webpack-plugin": "^2.4.0",
71
- "copy-webpack-plugin": "^13.0.0",
72
- "cross-env": "^10.0.0",
71
+ "copy-webpack-plugin": "^13.0.1",
72
+ "cross-env": "^10.1.0",
73
73
  "css-loader": "^7.1.2",
74
74
  "css-minimizer-webpack-plugin": "^7.0.2",
75
- "eslint": "^9.33.0",
75
+ "eslint": "^9.39.1",
76
76
  "eslint-formatter-table": "^7.32.1",
77
- "globals": "^16.3.0",
78
- "html-webpack-plugin": "^5.6.3",
79
- "mini-css-extract-plugin": "^2.9.3",
77
+ "globals": "^16.5.0",
78
+ "html-webpack-plugin": "^5.6.5",
79
+ "mini-css-extract-plugin": "^2.9.4",
80
80
  "postcss": "^8.5.6",
81
- "postcss-loader": "^8.1.1",
82
- "postcss-preset-env": "^10.2.4",
83
- "sass": "^1.90.0",
84
- "sass-loader": "^16.0.5",
81
+ "postcss-loader": "^8.2.0",
82
+ "postcss-preset-env": "^10.4.0",
83
+ "sass": "^1.94.2",
84
+ "sass-loader": "^16.0.6",
85
85
  "shx": "^0.4.0",
86
86
  "style-loader": "^4.0.0",
87
- "stylelint": "^16.23.1",
88
- "stylelint-config-standard": "^38.0.0",
89
- "typescript": "^5.9.2",
90
- "webpack": "^5.101.0",
87
+ "stylelint": "^16.26.1",
88
+ "stylelint-config-standard": "^39.0.1",
89
+ "stylelint-config-standard-scss": "^16.0.0",
90
+ "typescript": "^5.9.3",
91
+ "webpack": "^5.103.0",
91
92
  "webpack-cli": "^6.0.1",
92
93
  "webpack-dashboard": "^3.3.8",
93
94
  "webpack-dev-server": "^5.2.2"
94
95
  },
95
96
  "dependencies": {
96
- "@babel/runtime": "^7.28.2",
97
+ "@babel/runtime": "^7.28.4",
97
98
  "@fullcalendar/core": "^6.1.19",
98
99
  "@fullcalendar/daygrid": "^6.1.19",
99
100
  "@fullcalendar/interaction": "^6.1.19",
@@ -102,9 +103,9 @@
102
103
  "@popperjs/core": "^2.11.8",
103
104
  "bootstrap": "^5.3.8",
104
105
  "brand-colors": "^2.1.1",
105
- "chart.js": "^4.5.0",
106
- "dayjs": "^1.11.13",
107
- "jsvectormap": "^1.6.0",
106
+ "chart.js": "^4.5.1",
107
+ "dayjs": "^1.11.19",
108
+ "jsvectormap": "^1.7.0",
108
109
  "load-google-maps-api": "^2.0.2",
109
110
  "lodash": "^4.17.21",
110
111
  "masonry-layout": "^4.2.2",