jspreadsheet 11.27.2 → 11.28.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.
@@ -883,7 +883,7 @@
883
883
  /** Build-in themes :: MODERN **/
884
884
 
885
885
  .jss_modern table.jss {
886
- border-right:1px solid transparent;
886
+ border-right: 1px solid transparent;
887
887
  }
888
888
 
889
889
  .jss_light table.jss > thead > tr > th,
package/package.json CHANGED
@@ -44,10 +44,10 @@
44
44
  "datasheet"
45
45
  ],
46
46
  "dependencies": {
47
- "jsuites": "^5.13.0",
47
+ "jsuites": "^5.13.4",
48
48
  "@jspreadsheet/formula": "^2.0.2"
49
49
  },
50
50
  "main": "dist/index.js",
51
51
  "types": "dist/index.d.ts",
52
- "version": "11.27.2"
52
+ "version": "11.28.0"
53
53
  }