slickgrid-react 5.1.0 → 5.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +23 -23
package/README.md CHANGED
@@ -12,7 +12,7 @@
12
12
  One of the best JavasSript datagrid [SlickGrid](https://github.com/mleibman/SlickGrid), which was originally developed by @mleibman, is now available to the React world. SlickGrid beats most other datagrids in terms of features, customizability & performance (running smoothly with even a million rows). Slickgrid-React is a wrapper on top of [Slickgrid-Universal](https://github.com/ghiscoding/slickgrid-universal/) (which is required), in the early beginning we used the `6pac/SlickGrid` fork but that was dropped in >=[v4.0](https://github.com/ghiscoding/slickgrid-react/releases/tag/v4.0.2) since Slickgrid-Universal is now a standalone project. SlickGrid was also recently rewritten with browser native code (no more ~jQuery~ 🎉).
13
13
 
14
14
  ## Documentation
15
- 📘 [Documentation](https://ghiscoding.gitbook.io/slickgrid-react/getting-started/quick-start) website powered by GitBook for version 4+ (_... or use the [Wikis](https://github.com/ghiscoding/Angular-Slickgrid/wiki) for older versions_).
15
+ 📘 [Documentation](https://ghiscoding.gitbook.io/slickgrid-react/getting-started/quick-start) website powered by GitBook for version 4+ (_... or use the [Wikis](https://github.com/ghiscoding/Slickgrid-React/wiki) for older versions_).
16
16
 
17
17
  ## Installation
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "slickgrid-react",
3
- "version": "5.1.0",
3
+ "version": "5.2.0",
4
4
  "description": "Slickgrid components made available in React",
5
5
  "keywords": [
6
6
  "react",
@@ -89,11 +89,11 @@
89
89
  "/src/slickgrid-react"
90
90
  ],
91
91
  "dependencies": {
92
- "@slickgrid-universal/common": "~5.1.0",
93
- "@slickgrid-universal/custom-footer-component": "~5.1.0",
94
- "@slickgrid-universal/empty-warning-component": "~5.1.0",
95
- "@slickgrid-universal/event-pub-sub": "~5.0.0",
96
- "@slickgrid-universal/pagination-component": "~5.1.0",
92
+ "@slickgrid-universal/common": "~5.2.0",
93
+ "@slickgrid-universal/custom-footer-component": "~5.2.0",
94
+ "@slickgrid-universal/empty-warning-component": "~5.2.0",
95
+ "@slickgrid-universal/event-pub-sub": "~5.2.0",
96
+ "@slickgrid-universal/pagination-component": "~5.2.0",
97
97
  "dequal": "^2.0.3",
98
98
  "i18next": "^23.11.5",
99
99
  "sortablejs": "^1.15.2"
@@ -105,18 +105,18 @@
105
105
  "@formkit/tempo": "^0.1.1",
106
106
  "@popperjs/core": "^2.11.8",
107
107
  "@release-it/conventional-changelog": "^8.0.1",
108
- "@slickgrid-universal/composite-editor-component": "~5.1.0",
109
- "@slickgrid-universal/custom-tooltip-plugin": "~5.1.0",
110
- "@slickgrid-universal/excel-export": "~5.1.0",
111
- "@slickgrid-universal/graphql": "~5.1.0",
112
- "@slickgrid-universal/odata": "~5.1.0",
113
- "@slickgrid-universal/rxjs-observable": "~5.1.0",
114
- "@slickgrid-universal/text-export": "~5.1.0",
108
+ "@slickgrid-universal/composite-editor-component": "~5.2.0",
109
+ "@slickgrid-universal/custom-tooltip-plugin": "~5.2.0",
110
+ "@slickgrid-universal/excel-export": "~5.2.0",
111
+ "@slickgrid-universal/graphql": "~5.2.0",
112
+ "@slickgrid-universal/odata": "~5.2.0",
113
+ "@slickgrid-universal/rxjs-observable": "~5.2.0",
114
+ "@slickgrid-universal/text-export": "~5.2.0",
115
115
  "@types/dompurify": "^3.0.5",
116
116
  "@types/fnando__sparkline": "^0.3.7",
117
117
  "@types/i18next-xhr-backend": "^1.4.2",
118
118
  "@types/jest": "^29.5.12",
119
- "@types/node": "^20.14.2",
119
+ "@types/node": "^20.14.4",
120
120
  "@types/react": "^18.3.3",
121
121
  "@types/react-dom": "^18.3.0",
122
122
  "@types/sortablejs": "^1.15.8",
@@ -131,13 +131,13 @@
131
131
  "css-loader": "^7.1.2",
132
132
  "custom-event-polyfill": "^1.0.7",
133
133
  "cypress": "^13.11.0",
134
- "cypress-real-events": "^1.12.0",
134
+ "cypress-real-events": "^1.13.0",
135
135
  "dompurify": "^3.1.5",
136
- "esbuild-loader": "^4.1.0",
137
- "eslint": "^9.4.0",
136
+ "esbuild-loader": "^4.2.0",
137
+ "eslint": "^9.5.0",
138
138
  "eslint-plugin-cypress": "^3.3.0",
139
139
  "eslint-plugin-import": "^2.29.1",
140
- "eslint-plugin-n": "^17.8.1",
140
+ "eslint-plugin-n": "^17.9.0",
141
141
  "eslint-plugin-prefer-arrow": "^1.2.3",
142
142
  "fetch-jsonp": "^1.3.0",
143
143
  "html-loader": "5.0.0",
@@ -154,21 +154,21 @@
154
154
  "promise-polyfill": "^8.3.0",
155
155
  "react": "^18.3.1",
156
156
  "react-dom": "^18.3.1",
157
- "react-i18next": "^14.1.1",
157
+ "react-i18next": "^14.1.2",
158
158
  "react-router-dom": "^6.23.1",
159
159
  "regenerator-runtime": "^0.14.1",
160
160
  "release-it": "^17.3.0",
161
161
  "rimraf": "^5.0.7",
162
162
  "rxjs": "^7.8.1",
163
- "sass": "^1.77.4",
163
+ "sass": "^1.77.6",
164
164
  "sass-loader": "^14.2.1",
165
165
  "serve": "^14.2.3",
166
166
  "style-loader": "4.0.0",
167
- "ts-jest": "^29.1.4",
167
+ "ts-jest": "^29.1.5",
168
168
  "ts-loader": "^9.5.1",
169
169
  "typescript": "^5.4.5",
170
- "typescript-eslint": "^7.12.0",
171
- "webpack": "^5.91.0",
170
+ "typescript-eslint": "^7.13.1",
171
+ "webpack": "^5.92.0",
172
172
  "webpack-cli": "^5.1.4",
173
173
  "webpack-dev-server": "^5.0.4"
174
174
  },