slickgrid-react 2.1.1 → 2.2.0

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 (3) hide show
  1. package/CHANGELOG.md +46 -28
  2. package/README.md +12 -12
  3. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -2,72 +2,90 @@
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
- ## [2.1.1](https://github.com/slickgrid-stellar/slickgrid-react/compare/v2.1.0...v2.1.1) (2022-12-22)
5
+ # [2.2.0](https://github.com/ghiscoding/slickgrid-react/compare/v2.1.2...v2.2.0) (2023-01-22)
6
6
 
7
7
 
8
- ### Bug Fixes
8
+ ### Features
9
9
 
10
- * **styling:** make Grid Menu item full width instead of max-content ([#27](https://github.com/slickgrid-stellar/slickgrid-react/issues/27)) ([530adc4](https://github.com/slickgrid-stellar/slickgrid-react/commit/530adc4a792a897fc49adfab223dec18d120d151))
10
+ * **filters:** new flag to disable special chars input filter parsing ([#35](https://github.com/ghiscoding/slickgrid-react/issues/35)) ([aaf7936](https://github.com/ghiscoding/slickgrid-react/commit/aaf7936339bea00395de6300234e469bd989f969))
11
11
 
12
12
  # Change Log
13
13
 
14
14
  All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
15
15
 
16
- # [2.1.0](https://github.com/slickgrid-stellar/slickgrid-react/compare/2.0.4...v2.1.0) (2022-12-22)
16
+ ## [2.1.2](https://github.com/ghiscoding/slickgrid-react/compare/v2.1.1...v2.1.2) (2022-12-24)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * **common:** cell selection in Firefox not working ([#28](https://github.com/ghiscoding/slickgrid-react/issues/28)) ([459c127](https://github.com/ghiscoding/slickgrid-react/commit/459c1272a45449003a628fdc5b406a3e3c211219))
22
+
23
+ ## [2.1.1](https://github.com/ghiscoding/slickgrid-react/compare/v2.1.0...v2.1.1) (2022-12-22)
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * **styling:** make Grid Menu item full width instead of max-content ([#27](https://github.com/ghiscoding/slickgrid-react/issues/27)) ([530adc4](https://github.com/ghiscoding/slickgrid-react/commit/530adc4a792a897fc49adfab223dec18d120d151))
29
+
30
+ # Change Log
31
+
32
+ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
33
+
34
+ # [2.1.0](https://github.com/ghiscoding/slickgrid-react/compare/2.0.4...v2.1.0) (2022-12-22)
17
35
 
18
36
 
19
37
  ### Features
20
38
 
21
- * **exports:** add auto-detect and Excel custom cell (column) styling ([#25](https://github.com/slickgrid-stellar/slickgrid-react/issues/25)) ([14a8be1](https://github.com/slickgrid-stellar/slickgrid-react/commit/14a8be14cc2075123c74c8a3cdc12f85aa4c1c77))
39
+ * **exports:** add auto-detect and Excel custom cell (column) styling ([#25](https://github.com/ghiscoding/slickgrid-react/issues/25)) ([14a8be1](https://github.com/ghiscoding/slickgrid-react/commit/14a8be14cc2075123c74c8a3cdc12f85aa4c1c77))
22
40
 
23
41
 
24
42
 
25
- ## [2.0.4](https://github.com/slickgrid-stellar/slickgrid-react/compare/2.0.3...2.0.4) (2022-12-09)
43
+ ## [2.0.4](https://github.com/ghiscoding/slickgrid-react/compare/2.0.3...2.0.4) (2022-12-09)
26
44
 
27
45
 
28
46
 
29
- ## [2.0.3](https://github.com/slickgrid-stellar/slickgrid-react/compare/2.0.2...2.0.3) (2022-12-09)
47
+ ## [2.0.3](https://github.com/ghiscoding/slickgrid-react/compare/2.0.2...2.0.3) (2022-12-09)
30
48
 
31
49
 
32
50
 
33
- ## [2.0.2](https://github.com/slickgrid-stellar/slickgrid-react/compare/2.0.1...2.0.2) (2022-12-09)
51
+ ## [2.0.2](https://github.com/ghiscoding/slickgrid-react/compare/2.0.1...2.0.2) (2022-12-09)
34
52
 
35
53
 
36
54
 
37
- ## [2.0.1](https://github.com/slickgrid-stellar/slickgrid-react/compare/2.0.0...2.0.1) (2022-12-09)
55
+ ## [2.0.1](https://github.com/ghiscoding/slickgrid-react/compare/2.0.0...2.0.1) (2022-12-09)
38
56
 
39
57
 
40
58
  ### Bug Fixes
41
59
 
42
- * **build:** component should be <SlickgridReact/> ([#22](https://github.com/slickgrid-stellar/slickgrid-react/issues/22)) ([f11a231](https://github.com/slickgrid-stellar/slickgrid-react/commit/f11a23107f2ac408afc826c642778870f0bae932))
60
+ * **build:** component should be <SlickgridReact/> ([#22](https://github.com/ghiscoding/slickgrid-react/issues/22)) ([f11a231](https://github.com/ghiscoding/slickgrid-react/commit/f11a23107f2ac408afc826c642778870f0bae932))
43
61
 
44
62
 
45
63
 
46
- # [2.0.0](https://github.com/slickgrid-stellar/slickgrid-react/compare/549862ffff59bac1ad2ad86aae0bfad23ed686b3...2.0.0) (2022-12-08)
64
+ # [2.0.0](https://github.com/ghiscoding/slickgrid-react/compare/549862ffff59bac1ad2ad86aae0bfad23ed686b3...2.0.0) (2022-12-08)
47
65
 
48
66
 
49
67
  ### Bug Fixes
50
68
 
51
- * add missing grid container for HeaderMenu plugin to work correctly ([ca9887e](https://github.com/slickgrid-stellar/slickgrid-react/commit/ca9887e119e6d3d61acace26197e6e299d536c84))
52
- * **comp:** switch to reusable Slickgrid-Universal Pagination ([549862f](https://github.com/slickgrid-stellar/slickgrid-react/commit/549862ffff59bac1ad2ad86aae0bfad23ed686b3))
53
- * Custom Events not working out of the box in React ([1a16ae3](https://github.com/slickgrid-stellar/slickgrid-react/commit/1a16ae3491f4efa533a4b43c4aa8b7c137ca45a4))
54
- * few more small examples fixes ([4ffc694](https://github.com/slickgrid-stellar/slickgrid-react/commit/4ffc69457633e99aef71c7879087e4e2919af22e))
55
- * fixing few small issues in Examples after adding Cypress E2E tests ([217bf9d](https://github.com/slickgrid-stellar/slickgrid-react/commit/217bf9d7e72ae40f1a02974e681f26494ae51807))
56
- * Grid Presets should load all presets including pinning ([3253148](https://github.com/slickgrid-stellar/slickgrid-react/commit/32531486c617d16a8e8a01807438f3499c9d8c53))
57
- * most Examples should now work with Custom Events and i18n ([d3100b2](https://github.com/slickgrid-stellar/slickgrid-react/commit/d3100b21629369d12bc3446f674242be34496969))
58
- * **pinning:** cols reorder & freezing shouldn't affect order ([#12](https://github.com/slickgrid-stellar/slickgrid-react/issues/12)) ([b6c806b](https://github.com/slickgrid-stellar/slickgrid-react/commit/b6c806b3a24327ad4c54b1e37f4cd7a31b5acc6a))
59
- * **sorting:** update Slickgrid-Universal, fixes date sort shuffling ([#21](https://github.com/slickgrid-stellar/slickgrid-react/issues/21)) ([2d35508](https://github.com/slickgrid-stellar/slickgrid-react/commit/2d35508d58de82cbdfdefc25b1df67dbcb7bcfcf))
60
- * **ui:** use correct grid container on Resizer to fix Pagination ([b00dc98](https://github.com/slickgrid-stellar/slickgrid-react/commit/b00dc98153934922e77b9a113f36eb191ed5ab89))
69
+ * add missing grid container for HeaderMenu plugin to work correctly ([ca9887e](https://github.com/ghiscoding/slickgrid-react/commit/ca9887e119e6d3d61acace26197e6e299d536c84))
70
+ * **comp:** switch to reusable Slickgrid-Universal Pagination ([549862f](https://github.com/ghiscoding/slickgrid-react/commit/549862ffff59bac1ad2ad86aae0bfad23ed686b3))
71
+ * Custom Events not working out of the box in React ([1a16ae3](https://github.com/ghiscoding/slickgrid-react/commit/1a16ae3491f4efa533a4b43c4aa8b7c137ca45a4))
72
+ * few more small examples fixes ([4ffc694](https://github.com/ghiscoding/slickgrid-react/commit/4ffc69457633e99aef71c7879087e4e2919af22e))
73
+ * fixing few small issues in Examples after adding Cypress E2E tests ([217bf9d](https://github.com/ghiscoding/slickgrid-react/commit/217bf9d7e72ae40f1a02974e681f26494ae51807))
74
+ * Grid Presets should load all presets including pinning ([3253148](https://github.com/ghiscoding/slickgrid-react/commit/32531486c617d16a8e8a01807438f3499c9d8c53))
75
+ * most Examples should now work with Custom Events and i18n ([d3100b2](https://github.com/ghiscoding/slickgrid-react/commit/d3100b21629369d12bc3446f674242be34496969))
76
+ * **pinning:** cols reorder & freezing shouldn't affect order ([#12](https://github.com/ghiscoding/slickgrid-react/issues/12)) ([b6c806b](https://github.com/ghiscoding/slickgrid-react/commit/b6c806b3a24327ad4c54b1e37f4cd7a31b5acc6a))
77
+ * **sorting:** update Slickgrid-Universal, fixes date sort shuffling ([#21](https://github.com/ghiscoding/slickgrid-react/issues/21)) ([2d35508](https://github.com/ghiscoding/slickgrid-react/commit/2d35508d58de82cbdfdefc25b1df67dbcb7bcfcf))
78
+ * **ui:** use correct grid container on Resizer to fix Pagination ([b00dc98](https://github.com/ghiscoding/slickgrid-react/commit/b00dc98153934922e77b9a113f36eb191ed5ab89))
61
79
 
62
80
 
63
81
  ### Features
64
82
 
65
- * add locale support via react-i18next ([c7c86d0](https://github.com/slickgrid-stellar/slickgrid-react/commit/c7c86d00ac7212aa40c25f6d9b998cbbf71e1c75))
66
- * add new Example 33 (tooltip) and 34 (trading platform) ([aa4ad8b](https://github.com/slickgrid-stellar/slickgrid-react/commit/aa4ad8bc8975a8c2e76b8bb2ef11a46e6c8f3149))
67
- * add Slots and fix issue to hide header row when provided ([d9bcded](https://github.com/slickgrid-stellar/slickgrid-react/commit/d9bcdedd993d4ccbbca8e1a1759372c89878e3c1))
68
- * add Tree Data grid functionality ([6422ae0](https://github.com/slickgrid-stellar/slickgrid-react/commit/6422ae0eca678c878ff4311187f78d3879f8b38c))
69
- * **core:** BREAKING CHANGE replace jQueryUI by SortableJS ([e4052d6](https://github.com/slickgrid-stellar/slickgrid-react/commit/e4052d62bba7f150b68c2e299fe074dd75729246))
70
- * **OData:** add `$select` and `$expand` query options ([631434c](https://github.com/slickgrid-stellar/slickgrid-react/commit/631434ccb8051ac7fcd896732b1e6ece3e8f23ef))
71
- * upgrade to latest Slickgrid-Universal version 1.x ([3a12f0f](https://github.com/slickgrid-stellar/slickgrid-react/commit/3a12f0f516dbeae84daec875914f31d2d223f8d0))
83
+ * add locale support via react-i18next ([c7c86d0](https://github.com/ghiscoding/slickgrid-react/commit/c7c86d00ac7212aa40c25f6d9b998cbbf71e1c75))
84
+ * add new Example 33 (tooltip) and 34 (trading platform) ([aa4ad8b](https://github.com/ghiscoding/slickgrid-react/commit/aa4ad8bc8975a8c2e76b8bb2ef11a46e6c8f3149))
85
+ * add Slots and fix issue to hide header row when provided ([d9bcded](https://github.com/ghiscoding/slickgrid-react/commit/d9bcdedd993d4ccbbca8e1a1759372c89878e3c1))
86
+ * add Tree Data grid functionality ([6422ae0](https://github.com/ghiscoding/slickgrid-react/commit/6422ae0eca678c878ff4311187f78d3879f8b38c))
87
+ * **core:** BREAKING CHANGE replace jQueryUI by SortableJS ([e4052d6](https://github.com/ghiscoding/slickgrid-react/commit/e4052d62bba7f150b68c2e299fe074dd75729246))
88
+ * **OData:** add `$select` and `$expand` query options ([631434c](https://github.com/ghiscoding/slickgrid-react/commit/631434ccb8051ac7fcd896732b1e6ece3e8f23ef))
89
+ * upgrade to latest Slickgrid-Universal version 1.x ([3a12f0f](https://github.com/ghiscoding/slickgrid-react/commit/3a12f0f516dbeae84daec875914f31d2d223f8d0))
72
90
 
73
91
  ### [1.0.0] (2021-09-18)
package/README.md CHANGED
@@ -4,19 +4,19 @@
4
4
  [![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](http://www.typescriptlang.org/)
5
5
  [![npm](https://img.shields.io/npm/v/slickgrid-react.svg?logo=npm&logoColor=fff&label=npm)](https://www.npmjs.com/package/slickgrid-react)
6
6
 
7
- [![Actions Status](https://github.com/slickgrid-stellar/slickgrid-react/workflows/CI%20Build/badge.svg)](https://github.com/slickgrid-stellar/slickgrid-react/actions)
7
+ [![Actions Status](https://github.com/ghiscoding/slickgrid-react/workflows/CI%20Build/badge.svg)](https://github.com/ghiscoding/slickgrid-react/actions)
8
8
  [![Cypress.io](https://img.shields.io/badge/tested%20with-Cypress-04C38E.svg)](https://www.cypress.io/)
9
9
  <!-- [![jest](https://jestjs.io/img/jest-badge.svg)](https://github.com/facebook/jest)
10
10
  [![codecov](https://codecov.io/gh/slickgrid-universal/slickgrid-react/branch/master/graph/badge.svg)](https://codecov.io/gh/slickgrid-universal/slickgrid-react) -->
11
11
 
12
12
  ## First Officially Supported Release 2.x 📣
13
- We now have a fully working and offical release 2.x of Slickgrid-React and a new [Live Demo](https://slickgrid-stellar.github.io/slickgrid-react-demos/).
13
+ We now have a fully working and offical release 2.x of Slickgrid-React and a new [Live Demo](https://ghiscoding.github.io/slickgrid-react-demos/).
14
14
 
15
15
  ### Brief introduction
16
16
  One of the best javascript datagrid [SlickGrid](https://github.com/mleibman/SlickGrid) which was originally developed by @mleibman is now available to React. I have used a few datagrids and SlickGrid beats most of them in terms of functionalities and performance (it can easily deal with even a million row). We will be using the [6pac/SlickGrid](https://github.com/6pac/SlickGrid/) fork, this is the most active fork since the original @mleibman fork was closed some time ago by his author for personal reasons. Also worth to know, that I also contributed a lot to the 6pac/SlickGrid fork for the benefit of Slickgrid-React.
17
17
 
18
18
  ## Installation
19
- Refer to the **[Wiki - HOWTO Step by Step](https://github.com/slickgrid-stellar/slickgrid-react/wiki/HOWTO--Step-by-Step)** and/or clone the [Slickgrid-React-Demos](https://github.com/slickgrid-stellar/slickgrid-react-demos) repository. Please consult all Wikis before opening new issues, also consider asking installation and/or general questions on [Stack Overflow](https://stackoverflow.com/search?tab=newest&q=slickgrid) unless you think there's a bug with the library.
19
+ Refer to the **[Wiki - HOWTO Step by Step](https://github.com/ghiscoding/slickgrid-react/wiki/HOWTO--Step-by-Step)** and/or clone the [Slickgrid-React-Demos](https://github.com/ghiscoding/slickgrid-react-demos) repository. Please consult all Wikis before opening new issues, also consider asking installation and/or general questions on [Stack Overflow](https://stackoverflow.com/search?tab=newest&q=slickgrid) unless you think there's a bug with the library.
20
20
 
21
21
  ### License
22
22
  [MIT License](LICENSE)
@@ -25,11 +25,11 @@ Refer to the **[Wiki - HOWTO Step by Step](https://github.com/slickgrid-stellar/
25
25
  [slickgrid-react on NPM](https://www.npmjs.com/package/slickgrid-react)
26
26
 
27
27
  ### Live Demo page
28
- `Slickgrid-React` works with all `Bootstrap` versions and/or any other UI framework you wish to use (Bulma, Material Design, ...), you can see a demo of each one below. There are also 2 new styling Themes, Material & Salesforce which are also available. You can also use different SVG icons, you may want to look at the [Wiki - SVG Icons](https://github.com/slickgrid-stellar/slickgrid-react/wiki/SVG-Icons)
29
- - [Bootstrap 5 demo](https://slickgrid-stellar.github.io/slickgrid-react)
28
+ `Slickgrid-React` works with all `Bootstrap` versions and/or any other UI framework you wish to use (Bulma, Material Design, ...), you can see a demo of each one below. There are also 2 new styling Themes, Material & Salesforce which are also available. You can also use different SVG icons, you may want to look at the [Wiki - SVG Icons](https://github.com/ghiscoding/slickgrid-react/wiki/SVG-Icons)
29
+ - [Bootstrap 5 demo](https://ghiscoding.github.io/slickgrid-react) / [examples repo](https://github.com/ghiscoding/slickgrid-react-demos/tree/main/bootstrap5-i18n-demo)
30
30
 
31
31
  #### Working Demos
32
- For a complete working set of working demos, you strongly suggest that you clone the [Slickgrid-React Demos](https://github.com/slickgrid-stellar/slickgrid-react-demos) repository (instructions are provided in the demo repo). This repo provides multiple samples and it is also worth to know that these demos are updated frequently.
32
+ For a complete working set of working demos, you strongly suggest that you clone the [Slickgrid-React Demos](https://github.com/ghiscoding/slickgrid-react-demos) repository (instructions are provided in the demo repo). This repo provides multiple samples and it is also worth to know that these demos are updated frequently.
33
33
 
34
34
 
35
35
  ### Like it? :star: it
@@ -38,33 +38,33 @@ You like **Slickgrid-React**? Be sure to upvote :star:, and perhaps support me w
38
38
  <a href='https://ko-fi.com/ghiscoding' target='_blank'><img height='32' style='border:0px;height:32px;' src='https://az743702.vo.msecnd.net/cdn/kofi3.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' />
39
39
 
40
40
  ## Latest News & Releases
41
- Check out the [Releases](https://github.com/slickgrid-stellar/slickgrid-react/releases) section for all latest News & Releases.
41
+ Check out the [Releases](https://github.com/ghiscoding/slickgrid-react/releases) section for all latest News & Releases.
42
42
 
43
43
  ### Fully Tested with [Jest](https://jestjs.io/) (Unit Tests) - [Cypress](https://www.cypress.io/) (E2E Tests)
44
44
  Slickgrid-React and Slickgrid-Universal both have **100%** Unit Test Coverage, we are talking about +15,000 lines of code (+3,750 unit tests) that are fully tested with [Jest](https://jestjs.io/). On the UI side, all Slickgrid-React Examples are tested with [Cypress](https://www.cypress.io/), there are over +500 Cypress E2E tests.
45
45
 
46
46
  ## Installation
47
- Refer to the **[Wiki - HOWTO Step by Step](https://github.com/slickgrid-stellar/slickgrid-react/wiki/HOWTO---Step-by-Step)**. Please don't open any issue unless you have followed these steps (from the Wiki), and if any of the steps are incorrect or confusing, then please let me know.
47
+ Refer to the **[Wiki - HOWTO Step by Step](https://github.com/ghiscoding/slickgrid-react/wiki/HOWTO---Step-by-Step)**. Please don't open any issue unless you have followed these steps (from the Wiki), and if any of the steps are incorrect or confusing, then please let me know.
48
48
 
49
49
  **NOTE:** if you have any question, please consider asking installation and/or general questions on [Stack Overflow](https://stackoverflow.com/search?tab=newest&q=slickgrid)
50
50
 
51
51
  ## Wiki / Documentation
52
- The Wiki is where all the documentation and instructions will go, so please consult the [slickgrid-react - Wiki](https://github.com/slickgrid-stellar/slickgrid-react/wiki) before opening any issues. The [Wiki - HOWTO](https://github.com/slickgrid-stellar/slickgrid-react/wiki/HOWTO---Step-by-Step) is a great place to start with. You can also take a look at the [Demo page](https://slickgrid-stellar.github.io/slickgrid-react), it includes sample for most of the features and it keeps growing (so you might want to consult it whenever a new version comes out).
52
+ The Wiki is where all the documentation and instructions will go, so please consult the [slickgrid-react - Wiki](https://github.com/ghiscoding/slickgrid-react/wiki) before opening any issues. The [Wiki - HOWTO](https://github.com/ghiscoding/slickgrid-react/wiki/HOWTO---Step-by-Step) is a great place to start with. You can also take a look at the [Demo page](https://ghiscoding.github.io/slickgrid-react), it includes sample for most of the features and it keeps growing (so you might want to consult it whenever a new version comes out).
53
53
 
54
54
  ## Main features
55
- You can see some screenshots below and the instructions down below and if that is not enough for you to decide, head over to the [Wiki - Main Features](https://github.com/slickgrid-stellar/slickgrid-react/wiki).
55
+ You can see some screenshots below and the instructions down below and if that is not enough for you to decide, head over to the [Wiki - Main Features](https://github.com/ghiscoding/slickgrid-react/wiki).
56
56
 
57
57
  ## Missing features
58
58
  What if `Slickgrid-React` is missing feature(s) compare to the original core library [6pac/SlickGrid](https://github.com/6pac/SlickGrid/)?
59
59
 
60
- Fear not, and just simply reference the `SlickGrid` and `DataView` objects, just like in the core lib, those are exposed through Event Emitters. For more info continue reading on [Wiki - SlickGrid & DataView objects](/slickgrid-universal/slickgrid-react/wiki/SlickGrid-&-DataView-Objects) and [Wiki - Grid & DataView Events](https://github.com/slickgrid-stellar/slickgrid-react/wiki/Grid-&-DataView-Events)
60
+ Fear not, and just simply reference the `SlickGrid` and `DataView` objects, just like in the core lib, those are exposed through Event Emitters. For more info continue reading on [Wiki - SlickGrid & DataView objects](/slickgrid-universal/slickgrid-react/wiki/SlickGrid-&-DataView-Objects) and [Wiki - Grid & DataView Events](https://github.com/ghiscoding/slickgrid-react/wiki/Grid-&-DataView-Events)
61
61
 
62
62
 
63
63
  ## Screenshots
64
64
 
65
65
  Screenshots from the demo app with the `Bootstrap` theme.
66
66
 
67
- _Note that the styling changed a bit, the best is to simply head over to the [Live Demo](https://slickgrid-stellar.github.io/slickgrid-react) page._
67
+ _Note that the styling changed a bit, the best is to simply head over to the [Live Demo](https://ghiscoding.github.io/slickgrid-react) page._
68
68
 
69
69
  ### Slickgrid example with Formatters (last column shown is a custom Formatter)
70
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "slickgrid-react",
3
- "version": "2.1.1",
3
+ "version": "2.2.0",
4
4
  "description": "Slickgrid components made available in React",
5
5
  "keywords": [
6
6
  "react",
@@ -9,13 +9,13 @@
9
9
  "plugin",
10
10
  "slickgrid"
11
11
  ],
12
- "homepage": "https://github.com/slickgrid-stellar/slickgrid-react",
12
+ "homepage": "https://github.com/ghiscoding/slickgrid-react",
13
13
  "bugs": {
14
- "url": "https://github.com/slickgrid-stellar/slickgrid-react/issues"
14
+ "url": "https://github.com/ghiscoding/slickgrid-react/issues"
15
15
  },
16
16
  "repository": {
17
17
  "type": "git",
18
- "url": "https://github.com/slickgrid-stellar/slickgrid-react.git"
18
+ "url": "https://github.com/ghiscoding/slickgrid-react.git"
19
19
  },
20
20
  "license": "MIT",
21
21
  "author": "Ghislain B.",
@@ -76,13 +76,13 @@
76
76
  ]
77
77
  },
78
78
  "dependencies": {
79
- "@slickgrid-universal/common": "~2.2.1",
80
- "@slickgrid-universal/custom-footer-component": "~2.2.1",
81
- "@slickgrid-universal/empty-warning-component": "~2.2.1",
82
- "@slickgrid-universal/event-pub-sub": "~2.1.2",
83
- "@slickgrid-universal/pagination-component": "~2.2.1",
79
+ "@slickgrid-universal/common": "~2.3.0",
80
+ "@slickgrid-universal/custom-footer-component": "~2.3.0",
81
+ "@slickgrid-universal/empty-warning-component": "~2.3.0",
82
+ "@slickgrid-universal/event-pub-sub": "~2.3.0",
83
+ "@slickgrid-universal/pagination-component": "~2.3.0",
84
84
  "dequal": "^2.0.3",
85
- "dompurify": "^2.4.1",
85
+ "dompurify": "^2.4.3",
86
86
  "font-awesome": "^4.7.0",
87
87
  "i18next": ">=22.0.0",
88
88
  "jquery": "^3.6.3",
@@ -99,13 +99,13 @@
99
99
  "@fnando/sparkline": "^0.3.10",
100
100
  "@popperjs/core": "^2.11.6",
101
101
  "@release-it/conventional-changelog": "^5.1.1",
102
- "@slickgrid-universal/composite-editor-component": "~2.2.1",
103
- "@slickgrid-universal/custom-tooltip-plugin": "~2.2.1",
104
- "@slickgrid-universal/excel-export": "~2.2.1",
105
- "@slickgrid-universal/graphql": "~2.2.1",
106
- "@slickgrid-universal/odata": "~2.2.1",
107
- "@slickgrid-universal/rxjs-observable": "~2.2.1",
108
- "@slickgrid-universal/text-export": "~2.2.1",
102
+ "@slickgrid-universal/composite-editor-component": "~2.3.0",
103
+ "@slickgrid-universal/custom-tooltip-plugin": "~2.3.0",
104
+ "@slickgrid-universal/excel-export": "~2.3.0",
105
+ "@slickgrid-universal/graphql": "~2.3.0",
106
+ "@slickgrid-universal/odata": "~2.3.0",
107
+ "@slickgrid-universal/rxjs-observable": "~2.3.0",
108
+ "@slickgrid-universal/text-export": "~2.3.0",
109
109
  "@testing-library/jest-dom": "^5.16.5",
110
110
  "@testing-library/react": "^13.4.0",
111
111
  "@testing-library/user-event": "^14.4.3",
@@ -114,18 +114,18 @@
114
114
  "@types/flatpickr": "^3.1.2",
115
115
  "@types/fnando__sparkline": "^0.3.4",
116
116
  "@types/i18next-xhr-backend": "^1.4.2",
117
- "@types/jest": "^29.2.4",
118
- "@types/jquery": "^3.5.14",
119
- "@types/node": "^18.11.17",
120
- "@types/react": "^18.0.26",
121
- "@types/react-dom": "^18.0.9",
117
+ "@types/jest": "^29.2.6",
118
+ "@types/jquery": "^3.5.16",
119
+ "@types/node": "^18.11.18",
120
+ "@types/react": "^18.0.27",
121
+ "@types/react-dom": "^18.0.10",
122
122
  "@types/sortablejs": "^1.15.0",
123
123
  "@types/text-encoding-utf-8": "^1.0.2",
124
124
  "@types/webpack": "^5.28.0",
125
- "@typescript-eslint/eslint-plugin": "^5.47.0",
126
- "@typescript-eslint/parser": "^5.47.0",
125
+ "@typescript-eslint/eslint-plugin": "^5.48.2",
126
+ "@typescript-eslint/parser": "^5.48.2",
127
127
  "@webpack-cli/serve": "^2.0.1",
128
- "babel-loader": "^9.1.0",
128
+ "babel-loader": "^9.1.2",
129
129
  "bootstrap": "^5.2.3",
130
130
  "clean-webpack-plugin": "^4.0.0",
131
131
  "concurrently": "^7.6.0",
@@ -136,8 +136,8 @@
136
136
  "custom-event-polyfill": "^1.0.7",
137
137
  "cypress": "^11.2.0",
138
138
  "duplicate-package-checker-webpack-plugin": "^3.0.0",
139
- "eslint": "^8.30.0",
140
- "eslint-plugin-import": "^2.26.0",
139
+ "eslint": "^8.32.0",
140
+ "eslint-plugin-import": "^2.27.5",
141
141
  "eslint-plugin-prefer-arrow": "^1.2.3",
142
142
  "file-loader": "6.2.0",
143
143
  "font-awesome": "^4.7.0",
@@ -149,20 +149,20 @@
149
149
  "jest": "^29.3.1",
150
150
  "jest-cli": "^29.3.1",
151
151
  "jest-environment-jsdom": "^29.3.1",
152
- "jest-extended": "^3.2.0",
152
+ "jest-extended": "^3.2.3",
153
153
  "jsdom-global": "^3.0.2",
154
154
  "mini-css-extract-plugin": "^2.7.2",
155
- "minimatch": "^5.1.2",
155
+ "minimatch": "^6.1.5",
156
156
  "moment-mini": "^2.29.4",
157
157
  "npm-check": "^6.0.1",
158
158
  "npm-run-all": "^4.1.5",
159
159
  "promise-polyfill": "^8.2.3",
160
160
  "react": "^18.2.0",
161
161
  "react-dom": "^18.2.0",
162
- "react-i18next": ">=12.1.1",
162
+ "react-i18next": ">=12.1.4",
163
163
  "react-scripts": "^5.0.1",
164
- "react-router-dom": "^6.6.0",
165
- "release-it": "^15.5.1",
164
+ "react-router-dom": "^6.7.0",
165
+ "release-it": "^15.6.0",
166
166
  "require-dir": "^1.2.0",
167
167
  "rimraf": "^3.0.2",
168
168
  "rxjs": "^7.8.0",
@@ -170,7 +170,7 @@
170
170
  "sass-loader": "^13.2.0",
171
171
  "serve": "^14.1.2",
172
172
  "style-loader": "3.3.1",
173
- "ts-jest": "^29.0.3",
173
+ "ts-jest": "^29.0.5",
174
174
  "ts-loader": "^9.4.2",
175
175
  "typescript": "^4.9.4",
176
176
  "webpack": "^5.75.0",
@@ -182,6 +182,6 @@
182
182
  "npm": ">=6.14.13"
183
183
  },
184
184
  "resolutions": {
185
- "caniuse-lite": "1.0.30001441"
185
+ "caniuse-lite": "1.0.30001446"
186
186
  }
187
187
  }