Skip to content

Commit

Permalink
feat: update Slickgrid-Universal with perf improvements (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored Dec 30, 2023
1 parent c387639 commit a157905
Show file tree
Hide file tree
Showing 2 changed files with 208 additions and 207 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@
"/src/slickgrid-react"
],
"dependencies": {
"@slickgrid-universal/common": "~4.1.0",
"@slickgrid-universal/custom-footer-component": "~4.1.0",
"@slickgrid-universal/empty-warning-component": "~4.1.0",
"@slickgrid-universal/event-pub-sub": "~4.1.0",
"@slickgrid-universal/pagination-component": "~4.1.0",
"@slickgrid-universal/common": "~4.2.0",
"@slickgrid-universal/custom-footer-component": "~4.2.0",
"@slickgrid-universal/empty-warning-component": "~4.2.0",
"@slickgrid-universal/event-pub-sub": "~4.2.0",
"@slickgrid-universal/pagination-component": "~4.2.0",
"dequal": "^2.0.3",
"dompurify": "^3.0.6",
"font-awesome": "^4.7.0",
"i18next": "^23.7.11",
"i18next": "^23.7.13",
"moment-mini": "^2.29.4",
"regenerator-runtime": "^0.14.1",
"sortablejs": "^1.15.1"
Expand All @@ -115,30 +115,30 @@
"@fnando/sparkline": "^0.3.10",
"@popperjs/core": "^2.11.8",
"@release-it/conventional-changelog": "^8.0.1",
"@slickgrid-universal/composite-editor-component": "~4.1.0",
"@slickgrid-universal/custom-tooltip-plugin": "~4.1.0",
"@slickgrid-universal/excel-export": "~4.1.0",
"@slickgrid-universal/graphql": "~4.1.0",
"@slickgrid-universal/odata": "~4.1.0",
"@slickgrid-universal/rxjs-observable": "~4.1.0",
"@slickgrid-universal/text-export": "~4.1.0",
"@testing-library/jest-dom": "^6.1.5",
"@slickgrid-universal/composite-editor-component": "~4.2.0",
"@slickgrid-universal/custom-tooltip-plugin": "~4.2.0",
"@slickgrid-universal/excel-export": "~4.2.0",
"@slickgrid-universal/graphql": "~4.2.0",
"@slickgrid-universal/odata": "~4.2.0",
"@slickgrid-universal/rxjs-observable": "~4.2.0",
"@slickgrid-universal/text-export": "~4.2.0",
"@testing-library/jest-dom": "^6.1.6",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@testing-library/user-event": "^14.5.2",
"@types/bluebird": "^3.5.42",
"@types/dompurify": "^3.0.5",
"@types/flatpickr": "^3.1.2",
"@types/fnando__sparkline": "^0.3.7",
"@types/i18next-xhr-backend": "^1.4.2",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@types/sortablejs": "^1.15.7",
"@types/text-encoding-utf-8": "^1.0.5",
"@types/webpack": "^5.28.5",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@webpack-cli/serve": "^2.0.5",
"bootstrap": "^5.3.2",
"clean-webpack-plugin": "^4.0.0",
Expand All @@ -147,7 +147,7 @@
"copyfiles": "^2.4.1",
"css-loader": "^6.8.1",
"custom-event-polyfill": "^1.0.7",
"cypress": "^13.6.1",
"cypress": "^13.6.2",
"esbuild-loader": "^4.0.2",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
Expand All @@ -169,13 +169,13 @@
"promise-polyfill": "^8.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.5.0",
"react-router-dom": "^6.21.0",
"react-i18next": "^14.0.0",
"react-router-dom": "^6.21.1",
"release-it": "^17.0.1",
"rimraf": "^5.0.5",
"rxjs": "^7.8.1",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"sass": "^1.69.6",
"sass-loader": "^13.3.3",
"serve": "^14.2.1",
"style-loader": "3.3.3",
"ts-jest": "^29.1.1",
Expand Down
Loading

0 comments on commit a157905

Please sign in to comment.