slickgrid-react
Advanced tools
Comparing version 3.3.0 to 3.3.1
@@ -5,2 +5,9 @@ # Change Log | ||
## [3.3.1](https://github.com/ghiscoding/slickgrid-react/compare/v3.3.0...v3.3.1) (2023-10-06) | ||
### Bug Fixes | ||
* **graphql:** column with complex object could throw null pointer exception ([1a13d2a](https://github.com/ghiscoding/slickgrid-react/commit/1a13d2adc18a150173110e143699af838b21b260)) | ||
# [3.3.0](https://github.com/ghiscoding/slickgrid-react/compare/v3.2.2...v3.3.0) (2023-10-05) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "slickgrid-react", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"description": "Slickgrid components made available in React", | ||
@@ -94,7 +94,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@slickgrid-universal/common": "~3.3.0", | ||
"@slickgrid-universal/custom-footer-component": "~3.3.0", | ||
"@slickgrid-universal/empty-warning-component": "~3.3.0", | ||
"@slickgrid-universal/event-pub-sub": "~3.1.0", | ||
"@slickgrid-universal/pagination-component": "~3.3.0", | ||
"@slickgrid-universal/common": "~3.3.2", | ||
"@slickgrid-universal/custom-footer-component": "~3.3.2", | ||
"@slickgrid-universal/empty-warning-component": "~3.3.2", | ||
"@slickgrid-universal/event-pub-sub": "~3.3.2", | ||
"@slickgrid-universal/pagination-component": "~3.3.2", | ||
"dequal": "^2.0.3", | ||
@@ -114,9 +114,9 @@ "dompurify": "^3.0.6", | ||
"@release-it/conventional-changelog": "^7.0.2", | ||
"@slickgrid-universal/composite-editor-component": "~3.3.0", | ||
"@slickgrid-universal/custom-tooltip-plugin": "~3.3.0", | ||
"@slickgrid-universal/excel-export": "~3.3.0", | ||
"@slickgrid-universal/graphql": "~3.3.0", | ||
"@slickgrid-universal/odata": "~3.3.0", | ||
"@slickgrid-universal/rxjs-observable": "~3.3.0", | ||
"@slickgrid-universal/text-export": "~3.3.0", | ||
"@slickgrid-universal/composite-editor-component": "~3.3.2", | ||
"@slickgrid-universal/custom-tooltip-plugin": "~3.3.2", | ||
"@slickgrid-universal/excel-export": "~3.3.2", | ||
"@slickgrid-universal/graphql": "~3.3.2", | ||
"@slickgrid-universal/odata": "~3.3.2", | ||
"@slickgrid-universal/rxjs-observable": "~3.3.2", | ||
"@slickgrid-universal/text-export": "~3.3.2", | ||
"@testing-library/jest-dom": "^6.1.3", | ||
@@ -131,5 +131,5 @@ "@testing-library/react": "^14.0.0", | ||
"@types/jest": "^29.5.5", | ||
"@types/node": "^20.8.2", | ||
"@types/react": "^18.2.24", | ||
"@types/react-dom": "^18.2.8", | ||
"@types/node": "^20.8.3", | ||
"@types/react": "^18.2.25", | ||
"@types/react-dom": "^18.2.11", | ||
"@types/sortablejs": "^1.15.3", | ||
@@ -150,3 +150,3 @@ "@types/text-encoding-utf-8": "^1.0.3", | ||
"cypress": "^13.3.0", | ||
"eslint": "^8.50.0", | ||
"eslint": "^8.51.0", | ||
"eslint-plugin-import": "^2.28.1", | ||
@@ -167,3 +167,3 @@ "eslint-plugin-prefer-arrow": "^1.2.3", | ||
"moment-mini": "^2.29.4", | ||
"npm-run-all2": "^6.1.0", | ||
"npm-run-all2": "^6.1.1", | ||
"promise-polyfill": "^8.3.0", | ||
@@ -177,3 +177,3 @@ "react": "^18.2.0", | ||
"rxjs": "^7.8.1", | ||
"sass": "^1.68.0", | ||
"sass": "^1.69.0", | ||
"sass-loader": "^13.3.2", | ||
@@ -184,3 +184,3 @@ "serve": "^14.2.1", | ||
"ts-loader": "^9.4.4", | ||
"typescript": "^5.1.6", | ||
"typescript": "^5.2.2", | ||
"webpack": "^5.88.2", | ||
@@ -195,4 +195,4 @@ "webpack-cli": "^5.1.4", | ||
"resolutions": { | ||
"caniuse-lite": "1.0.30001543" | ||
"caniuse-lite": "1.0.30001546" | ||
} | ||
} |
439974
- Removed@slickgrid-universal/event-pub-sub@3.1.0(transitive)
- Removed@slickgrid-universal/utils@3.1.0(transitive)