Skip to content

Commit

Permalink
fix: update to latest Slickgrid-Universal 5.12.2 (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored Feb 8, 2025
1 parent 9b65006 commit 087a757
Show file tree
Hide file tree
Showing 2 changed files with 348 additions and 353 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@
"/src/slickgrid-react"
],
"dependencies": {
"@slickgrid-universal/common": "~5.12.1",
"@slickgrid-universal/custom-footer-component": "~5.12.1",
"@slickgrid-universal/empty-warning-component": "~5.12.1",
"@slickgrid-universal/event-pub-sub": "~5.12.0",
"@slickgrid-universal/pagination-component": "~5.12.1",
"@slickgrid-universal/row-detail-view-plugin": "~5.12.1",
"@slickgrid-universal/common": "~5.12.2",
"@slickgrid-universal/custom-footer-component": "~5.12.2",
"@slickgrid-universal/empty-warning-component": "~5.12.2",
"@slickgrid-universal/event-pub-sub": "~5.12.2",
"@slickgrid-universal/pagination-component": "~5.12.2",
"@slickgrid-universal/row-detail-view-plugin": "~5.12.2",
"dequal": "^2.0.3",
"i18next": "^23.16.8",
"sortablejs": "^1.15.6"
Expand All @@ -95,22 +95,22 @@
"react": ">=18.0.0"
},
"devDependencies": {
"@4tw/cypress-drag-drop": "^2.2.5",
"@4tw/cypress-drag-drop": "^2.3.0",
"@faker-js/faker": "^9.4.0",
"@fnando/sparkline": "^0.3.10",
"@formkit/tempo": "^0.1.2",
"@popperjs/core": "^2.11.8",
"@release-it/conventional-changelog": "^10.0.0",
"@slickgrid-universal/composite-editor-component": "~5.12.1",
"@slickgrid-universal/custom-tooltip-plugin": "~5.12.1",
"@slickgrid-universal/excel-export": "~5.12.1",
"@slickgrid-universal/graphql": "~5.12.1",
"@slickgrid-universal/odata": "~5.12.1",
"@slickgrid-universal/rxjs-observable": "~5.12.1",
"@slickgrid-universal/text-export": "~5.12.1",
"@slickgrid-universal/composite-editor-component": "~5.12.2",
"@slickgrid-universal/custom-tooltip-plugin": "~5.12.2",
"@slickgrid-universal/excel-export": "~5.12.2",
"@slickgrid-universal/graphql": "~5.12.2",
"@slickgrid-universal/odata": "~5.12.2",
"@slickgrid-universal/rxjs-observable": "~5.12.2",
"@slickgrid-universal/text-export": "~5.12.2",
"@types/fnando__sparkline": "^0.3.7",
"@types/i18next-xhr-backend": "^1.4.2",
"@types/node": "^22.10.10",
"@types/node": "^22.13.1",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/sortablejs": "^1.15.8",
Expand All @@ -122,7 +122,7 @@
"cypress": "^14.0.0",
"cypress-real-events": "^1.14.0",
"dompurify": "^3.2.3",
"eslint": "^9.19.0",
"eslint": "^9.20.0",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.15.1",
Expand All @@ -132,20 +132,20 @@
"globals": "^15.14.0",
"i18next-http-backend": "^2.7.3",
"isomorphic-fetch": "^3.0.0",
"native-copyfiles": "^0.2.1",
"native-copyfiles": "^0.3.2",
"npm-run-all2": "^7.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.4.0",
"react-router-dom": "^7.1.3",
"react-router-dom": "^7.1.5",
"regenerator-runtime": "^0.14.1",
"release-it": "^18.1.2",
"rimraf": "^5.0.10",
"rxjs": "^7.8.1",
"sass": "^1.83.4",
"sass": "^1.84.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0",
"vite": "^6.0.11",
"typescript-eslint": "^8.23.0",
"vite": "^6.1.0",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.4"
},
Expand Down
Loading

0 comments on commit 087a757

Please sign in to comment.