@nebula.js/sn-pivot-table 4.4.0 → 4.4.2

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": "@nebula.js/sn-pivot-table",
3
- "version": "4.4.0",
3
+ "version": "4.4.2",
4
4
  "description": "Display dimensions and measures as rows and columns in a table. Analyze data by multiple measures and in multiple dimensions at the same time. Use pivoting (rearranging the measures and dimensions) to get different views of the data.",
5
5
  "keywords": [
6
6
  "qlik",
@@ -19,12 +19,12 @@
19
19
  "devDependencies": {
20
20
  "@mui/material": "5.16.14",
21
21
  "@mui/styled-engine": "6.4.3",
22
- "@nebula.js/cli": "5.9.3",
23
- "@nebula.js/cli-sense": "5.9.3",
24
- "@nebula.js/cli-serve": "5.9.3",
22
+ "@nebula.js/cli": "5.11.0",
23
+ "@nebula.js/cli-sense": "5.11.0",
24
+ "@nebula.js/cli-serve": "5.11.0",
25
25
  "@playwright/test": "1.49.1",
26
- "@qlik-trial/encoder": "0.6.0",
27
- "@qlik-trial/sprout": "4.7.0",
26
+ "@qlik-trial/encoder": "0.7.0",
27
+ "@qlik-trial/sprout": "5.1.0",
28
28
  "@qlik/api": "1.28.0",
29
29
  "@qlik/tsconfig": "0.3.0",
30
30
  "@rollup/plugin-typescript": "12.1.2",
@@ -33,7 +33,7 @@
33
33
  "@testing-library/jest-dom": "6.6.3",
34
34
  "@testing-library/react": "16.2.0",
35
35
  "@testing-library/user-event": "14.6.1",
36
- "@types/node": "22.13.4",
36
+ "@types/node": "22.13.5",
37
37
  "@types/react": "18.3.18",
38
38
  "@types/react-dom": "18.3.5",
39
39
  "@types/react-window": "1.8.8",
@@ -68,9 +68,9 @@
68
68
  "build:dev": "node ../../scripts/build.mjs --core --ext --mode development --type sn-pivot-table",
69
69
  "build:watch": "node ../../scripts/build.mjs --mode development -w --type sn-pivot-table",
70
70
  "copy:ext": "node ../../scripts/copy-ext.mjs --type sn-pivot-table",
71
- "format:check": "frontend-tools format --check ** --ignore-unknown --ignore-path ../../.prettierignore",
72
- "format:write": "frontend-tools format --write ** --ignore-unknown --ignore-path ../../.prettierignore",
73
- "lint": "frontend-tools lint --flat src/",
71
+ "format:check": "prettier --check ** --ignore-unknown",
72
+ "format:write": "prettier --write ** --ignore-unknown",
73
+ "lint": "eslint src/",
74
74
  "locale:generate": "node src/locale/scripts/generate-all.mjs",
75
75
  "locale:verify": "node src/locale/tools/verify-translations.mjs",
76
76
  "sense": "nebula sense",