@nebula.js/sn-pivot-table 7.2.0 → 7.2.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": "7.2.0",
3
+ "version": "7.2.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",
@@ -22,17 +22,17 @@
22
22
  "@nebula.js/cli": "6.5.0",
23
23
  "@nebula.js/cli-sense": "6.5.0",
24
24
  "@nebula.js/cli-serve": "6.5.0",
25
- "@playwright/test": "1.58.1",
25
+ "@playwright/test": "1.58.2",
26
26
  "@qlik-trial/encoder": "1.3.3",
27
- "@qlik-trial/sprout": "5.18.0",
28
- "@qlik/api": "2.3.1",
27
+ "@qlik-trial/sprout": "5.18.1",
28
+ "@qlik/api": "2.4.1",
29
29
  "@rollup/plugin-typescript": "12.3.0",
30
30
  "@scriptappy/cli": "0.10.1",
31
31
  "@scriptappy/from-jsdoc": "0.19.1",
32
32
  "@testing-library/jest-dom": "6.9.1",
33
33
  "@testing-library/react": "16.3.2",
34
34
  "@testing-library/user-event": "14.6.1",
35
- "@types/node": "24.10.10",
35
+ "@types/node": "24.10.13",
36
36
  "@types/react": "18.3.28",
37
37
  "@types/react-dom": "18.3.7",
38
38
  "@types/react-window": "1.8.8",
@@ -42,7 +42,7 @@
42
42
  "react": "18.3.1",
43
43
  "react-dom": "18.3.1",
44
44
  "react-window": "1.8.11",
45
- "styled-components": "6.3.8",
45
+ "styled-components": "6.3.9",
46
46
  "uuid": "13.0.0",
47
47
  "@qlik/nebula-table-utils": "0.0.0"
48
48
  },