@devexperts/dxcharts-lite 2.7.26 → 2.7.28

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": "@devexperts/dxcharts-lite",
3
- "version": "2.7.26",
3
+ "version": "2.7.28",
4
4
  "description": "DXCharts Lite",
5
5
  "author": "Devexperts Solutions IE Limited",
6
6
  "license": "MPL 2.0",
@@ -17,7 +17,7 @@
17
17
  "build:lib:production": "pnpm build:lib && pnpm add_disclaimer",
18
18
  "build:standalone:production": "webpack --config webpack.build.config.js --env MODE=production && pnpm add_disclaimer",
19
19
  "//<----utility builds---->": "build will run on dxcity CI when trying to merge PR builds",
20
- "build:shadow_merge": "pnpm test && pnpm build",
20
+ "build:shadow_merge": "pnpm test && pnpm format:check && pnpm build",
21
21
  "prepublishOnly": "pnpm test && pnpm build:production",
22
22
  "//<----tests---->": "scripts to run tests",
23
23
  "test": "pnpm test:lint && jest",
@@ -34,7 +34,8 @@
34
34
  "clean": "pnpm clean_dist && rimraf ./node_modules",
35
35
  "clean_dist": "rimraf ./dist",
36
36
  "prepack": "pinst --disable",
37
- "postpack": "pinst --enable"
37
+ "postpack": "pinst --enable",
38
+ "format:check": "prettier --check . --ignore-path .prettierignore --config .prettierrc"
38
39
  },
39
40
  "lint-staged": {
40
41
  "src/**/*.{js,ts}": [
@@ -51,39 +52,39 @@
51
52
  "@types/mocha": "10.0.10",
52
53
  "@types/node": "24.10.1",
53
54
  "@types/resize-observer-browser": "0.1.11",
54
- "@typescript-eslint/eslint-plugin": "8.48.1",
55
- "@typescript-eslint/parser": "8.48.1",
56
- "chai": "6.2.1",
57
- "commander": "14.0.2",
58
- "esbuild": "0.27.0",
55
+ "@typescript-eslint/eslint-plugin": "8.57.0",
56
+ "@typescript-eslint/parser": "8.57.0",
57
+ "chai": "6.2.2",
58
+ "commander": "14.0.3",
59
+ "esbuild": "0.27.3",
59
60
  "esbuild-jest": "0.5.0",
60
- "esbuild-loader": "4.4.0",
61
+ "esbuild-loader": "4.4.2",
61
62
  "eslint": "9.39.1",
62
63
  "eslint-config-prettier": "10.1.8",
63
- "eslint-plugin-jest": "29.2.1",
64
+ "eslint-plugin-jest": "29.15.0",
64
65
  "eslint-plugin-node": "11.1.0",
65
66
  "fork-ts-checker-webpack-plugin": "9.1.0",
66
- "glob": "13.0.0",
67
+ "glob": "13.0.6",
67
68
  "html-inline-script-webpack-plugin": "3.2.1",
68
- "html-webpack-plugin": "5.6.5",
69
+ "html-webpack-plugin": "5.6.6",
69
70
  "is-glob": "4.0.3",
70
- "jest": "30.2.0",
71
+ "jest": "30.3.0",
71
72
  "jest-canvas-mock": "2.5.2",
72
- "jest-environment-jsdom": "30.2.0",
73
- "lint-staged": "16.2.7",
73
+ "jest-environment-jsdom": "30.3.0",
74
+ "lint-staged": "16.3.3",
74
75
  "mocha": "11.7.5",
75
- "node-html-parser": "7.0.1",
76
+ "node-html-parser": "7.1.0",
76
77
  "pinst": "3.0.0",
77
- "prettier": "3.7.3",
78
- "puppeteer": "24.31.0",
79
- "rimraf": "6.1.2",
78
+ "prettier": "3.8.1",
79
+ "puppeteer": "24.39.0",
80
+ "rimraf": "6.1.3",
80
81
  "ts-jest": "29.4.6",
81
82
  "ts-node": "10.9.2",
82
83
  "tslib": "2.8.1",
83
84
  "typescript": "5.9.3",
84
85
  "webpack": "5.103.0",
85
86
  "webpack-cli": "6.0.1",
86
- "webpack-dev-server": "5.2.2"
87
+ "webpack-dev-server": "5.2.3"
87
88
  },
88
89
  "dependencies": {
89
90
  "color": "4.2.3",