slickgrid-react 3.3.0 → 3.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +21 -21
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4
4
 
5
+ ## [3.3.1](https://github.com/ghiscoding/slickgrid-react/compare/v3.3.0...v3.3.1) (2023-10-06)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **graphql:** column with complex object could throw null pointer exception ([1a13d2a](https://github.com/ghiscoding/slickgrid-react/commit/1a13d2adc18a150173110e143699af838b21b260))
11
+
5
12
  # [3.3.0](https://github.com/ghiscoding/slickgrid-react/compare/v3.2.2...v3.3.0) (2023-10-05)
6
13
 
7
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "slickgrid-react",
3
- "version": "3.3.0",
3
+ "version": "3.3.1",
4
4
  "description": "Slickgrid components made available in React",
5
5
  "keywords": [
6
6
  "react",
@@ -91,11 +91,11 @@
91
91
  ]
92
92
  },
93
93
  "dependencies": {
94
- "@slickgrid-universal/common": "~3.3.0",
95
- "@slickgrid-universal/custom-footer-component": "~3.3.0",
96
- "@slickgrid-universal/empty-warning-component": "~3.3.0",
97
- "@slickgrid-universal/event-pub-sub": "~3.1.0",
98
- "@slickgrid-universal/pagination-component": "~3.3.0",
94
+ "@slickgrid-universal/common": "~3.3.2",
95
+ "@slickgrid-universal/custom-footer-component": "~3.3.2",
96
+ "@slickgrid-universal/empty-warning-component": "~3.3.2",
97
+ "@slickgrid-universal/event-pub-sub": "~3.3.2",
98
+ "@slickgrid-universal/pagination-component": "~3.3.2",
99
99
  "dequal": "^2.0.3",
100
100
  "dompurify": "^3.0.6",
101
101
  "font-awesome": "^4.7.0",
@@ -110,13 +110,13 @@
110
110
  "@fnando/sparkline": "^0.3.10",
111
111
  "@popperjs/core": "^2.11.8",
112
112
  "@release-it/conventional-changelog": "^7.0.2",
113
- "@slickgrid-universal/composite-editor-component": "~3.3.0",
114
- "@slickgrid-universal/custom-tooltip-plugin": "~3.3.0",
115
- "@slickgrid-universal/excel-export": "~3.3.0",
116
- "@slickgrid-universal/graphql": "~3.3.0",
117
- "@slickgrid-universal/odata": "~3.3.0",
118
- "@slickgrid-universal/rxjs-observable": "~3.3.0",
119
- "@slickgrid-universal/text-export": "~3.3.0",
113
+ "@slickgrid-universal/composite-editor-component": "~3.3.2",
114
+ "@slickgrid-universal/custom-tooltip-plugin": "~3.3.2",
115
+ "@slickgrid-universal/excel-export": "~3.3.2",
116
+ "@slickgrid-universal/graphql": "~3.3.2",
117
+ "@slickgrid-universal/odata": "~3.3.2",
118
+ "@slickgrid-universal/rxjs-observable": "~3.3.2",
119
+ "@slickgrid-universal/text-export": "~3.3.2",
120
120
  "@testing-library/jest-dom": "^6.1.3",
121
121
  "@testing-library/react": "^14.0.0",
122
122
  "@testing-library/user-event": "^14.5.1",
@@ -126,9 +126,9 @@
126
126
  "@types/fnando__sparkline": "^0.3.5",
127
127
  "@types/i18next-xhr-backend": "^1.4.2",
128
128
  "@types/jest": "^29.5.5",
129
- "@types/node": "^20.8.2",
130
- "@types/react": "^18.2.24",
131
- "@types/react-dom": "^18.2.8",
129
+ "@types/node": "^20.8.3",
130
+ "@types/react": "^18.2.25",
131
+ "@types/react-dom": "^18.2.11",
132
132
  "@types/sortablejs": "^1.15.3",
133
133
  "@types/text-encoding-utf-8": "^1.0.3",
134
134
  "@types/webpack": "^5.28.3",
@@ -144,7 +144,7 @@
144
144
  "custom-event-polyfill": "^1.0.7",
145
145
  "esbuild-loader": "^4.0.2",
146
146
  "cypress": "^13.3.0",
147
- "eslint": "^8.50.0",
147
+ "eslint": "^8.51.0",
148
148
  "eslint-plugin-import": "^2.28.1",
149
149
  "eslint-plugin-prefer-arrow": "^1.2.3",
150
150
  "fetch-jsonp": "^1.3.0",
@@ -160,7 +160,7 @@
160
160
  "jsdom-global": "^3.0.2",
161
161
  "mini-css-extract-plugin": "^2.7.6",
162
162
  "moment-mini": "^2.29.4",
163
- "npm-run-all2": "^6.1.0",
163
+ "npm-run-all2": "^6.1.1",
164
164
  "promise-polyfill": "^8.3.0",
165
165
  "react": "^18.2.0",
166
166
  "react-dom": "^18.2.0",
@@ -169,13 +169,13 @@
169
169
  "release-it": "^16.2.1",
170
170
  "rimraf": "^5.0.5",
171
171
  "rxjs": "^7.8.1",
172
- "sass": "^1.68.0",
172
+ "sass": "^1.69.0",
173
173
  "sass-loader": "^13.3.2",
174
174
  "serve": "^14.2.1",
175
175
  "style-loader": "3.3.3",
176
176
  "ts-jest": "^29.1.1",
177
177
  "ts-loader": "^9.4.4",
178
- "typescript": "^5.1.6",
178
+ "typescript": "^5.2.2",
179
179
  "webpack": "^5.88.2",
180
180
  "webpack-cli": "^5.1.4",
181
181
  "webpack-dev-server": "^4.15.1"
@@ -185,6 +185,6 @@
185
185
  "npm": ">=8.5.0"
186
186
  },
187
187
  "resolutions": {
188
- "caniuse-lite": "1.0.30001543"
188
+ "caniuse-lite": "1.0.30001546"
189
189
  }
190
190
  }