@nebula.js/sn-pivot-table 2.5.5 → 2.6.1

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": "2.5.5",
3
+ "version": "2.6.1",
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",
@@ -47,7 +47,7 @@
47
47
  "types:check": "tsc --noEmit"
48
48
  },
49
49
  "lint-staged": {
50
- "*.{js,jsx,ts,tsx}": [
50
+ "*.{js,jsx,ts,tsx,lock}": [
51
51
  "bash -c 'yarn lint'",
52
52
  "bash -c 'yarn types:check'"
53
53
  ],
@@ -84,56 +84,58 @@
84
84
  "rollup": "npm:rollup@3.29.4"
85
85
  },
86
86
  "devDependencies": {
87
- "@babel/core": "7.23.3",
88
- "@babel/preset-env": "7.23.3",
87
+ "@babel/core": "7.23.7",
88
+ "@babel/preset-env": "7.23.7",
89
89
  "@babel/preset-react": "7.23.3",
90
90
  "@babel/preset-typescript": "7.23.3",
91
- "@commitlint/cli": "18.4.1",
92
- "@commitlint/config-conventional": "18.4.0",
93
- "@emotion/react": "11.11.1",
91
+ "@commitlint/cli": "18.4.4",
92
+ "@commitlint/config-conventional": "18.4.4",
93
+ "@emotion/react": "11.11.3",
94
94
  "@emotion/styled": "11.11.0",
95
95
  "@material-ui/core": "4.12.4",
96
- "@mui/material": "5.14.17",
96
+ "@mui/material": "5.15.3",
97
97
  "@mui/styled-engine-sc": "5.14.12",
98
- "@nebula.js/cli": "4.6.2",
99
- "@nebula.js/cli-build": "4.6.2",
100
- "@nebula.js/cli-sense": "4.6.2",
101
- "@nebula.js/cli-serve": "4.6.2",
102
- "@playwright/test": "1.39.0",
98
+ "@nebula.js/cli": "4.9.0",
99
+ "@nebula.js/cli-build": "4.9.0",
100
+ "@nebula.js/cli-sense": "4.9.0",
101
+ "@nebula.js/cli-serve": "4.9.0",
102
+ "@playwright/test": "1.40.1",
103
103
  "@qlik-trial/sprout": "3.5.0",
104
- "@qlik/eslint-config": "0.4.30",
105
- "@qlik/nebula-table-utils": "2.6.3",
106
- "@qlik/prettier-config": "0.4.1",
107
- "@qlik/tsconfig": "0.2.1",
104
+ "@qlik/eslint-config": "0.6.6",
105
+ "@qlik/nebula-table-utils": "2.6.7",
106
+ "@qlik/prettier-config": "0.4.5",
107
+ "@qlik/tsconfig": "0.2.3",
108
108
  "@rollup/plugin-typescript": "11.1.5",
109
109
  "@scriptappy/cli": "0.10.0",
110
110
  "@scriptappy/from-jsdoc": "0.19.0",
111
- "@testing-library/jest-dom": "6.1.4",
112
- "@testing-library/react": "14.1.0",
113
- "@testing-library/user-event": "14.5.1",
111
+ "@testing-library/jest-dom": "6.2.0",
112
+ "@testing-library/react": "14.1.2",
113
+ "@testing-library/user-event": "14.5.2",
114
114
  "@types/d3-color": "3.1.3",
115
- "@types/jest": "29.5.8",
115
+ "@types/jest": "29.5.11",
116
116
  "@types/qlik-engineapi": "12.67.16",
117
- "@types/react": "18.2.37",
118
- "@types/react-dom": "18.2.15",
117
+ "@types/react": "18.2.47",
118
+ "@types/react-dom": "18.2.18",
119
119
  "@types/react-window": "1.8.8",
120
+ "@types/uuid": "9.0.7",
120
121
  "babel-eslint": "10.1.0",
121
122
  "d3-color": "3.1.0",
122
- "eslint": "8.53.0",
123
+ "eslint": "8.56.0",
123
124
  "globby": "14.0.0",
124
125
  "husky": "8.0.3",
125
126
  "jest": "29.7.0",
126
127
  "jest-environment-jsdom": "29.7.0",
127
128
  "jest-junit": "16.0.0",
128
- "lint-staged": "15.1.0",
129
- "prettier": "3.1.0",
129
+ "lint-staged": "15.2.0",
130
+ "prettier": "3.1.1",
130
131
  "qlik-chart-modules": "0.59.0",
131
132
  "qlik-object-conversion": "0.16.4",
132
133
  "react": "18.2.0",
133
134
  "react-dom": "18.2.0",
134
- "react-window": "1.8.9",
135
+ "react-window": "1.8.10",
135
136
  "tslib": "2.6.2",
136
- "typescript": "5.2.2"
137
+ "typescript": "5.3.3",
138
+ "uuid": "9.0.1"
137
139
  },
138
140
  "peerDependencies": {
139
141
  "@nebula.js/stardust": "^4.6.2"