@alaarab/ogrid-react-xlsx-browser 2.16.0 → 2.17.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alaarab/ogrid-react-xlsx-browser",
3
- "version": "2.16.0",
3
+ "version": "2.17.0",
4
4
  "type": "module",
5
5
  "description": "Self-contained browser ESM bundle of @alaarab/ogrid-react-xlsx. React + ReactDOM + ExcelJS + every @alaarab/ogrid-* dep inlined into one file. Drop into a static vendor/ directory and `import()` from a no-bundler app.",
6
6
  "main": "dist/ogrid-xlsx.js",
@@ -38,11 +38,11 @@
38
38
  "node": ">=18"
39
39
  },
40
40
  "devDependencies": {
41
- "@alaarab/ogrid-react-xlsx": "2.16.0",
42
- "@types/react": "^19.2.17",
43
- "@types/react-dom": "^19.2.3",
44
- "react": "^19.2.7",
45
- "react-dom": "^19.2.7",
41
+ "@alaarab/ogrid-react-xlsx": "2.17.0",
42
+ "@types/react": "^19.2.18",
43
+ "@types/react-dom": "^19.2.7",
44
+ "react": "^19.2.8",
45
+ "react-dom": "^19.2.8",
46
46
  "rimraf": "^6.1.3",
47
47
  "tsup": "^8.5.1"
48
48
  },