@odoo/o-spreadsheet 17.2.29 → 17.2.31

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.
@@ -1,9 +1,9 @@
1
1
  <!--
2
2
  This file is generated by o-spreadsheet build tools. Do not edit it.
3
3
  @see https://github.com/odoo/o-spreadsheet
4
- @version 17.2.29
5
- @date 2024-12-05T10:39:53.614Z
6
- @hash 7b4b898
4
+ @version 17.2.31
5
+ @date 2025-01-14T11:31:46.908Z
6
+ @hash 306dbf7
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ActionButton">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "17.2.29",
3
+ "version": "17.2.31",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",
@@ -102,7 +102,7 @@
102
102
  "xmlSelfClosingSpace": false
103
103
  },
104
104
  "dependencies": {
105
- "@odoo/owl": "2.3.0",
105
+ "@odoo/owl": "2.5.1",
106
106
  "bootstrap": "^5.1.3",
107
107
  "rbush": "^3.0.1"
108
108
  },