@odoo/o-spreadsheet 19.3.2 → 19.3.3
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/dist/o_spreadsheet.xml
CHANGED
|
@@ -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 19.3.
|
|
5
|
-
@date 2026-05-
|
|
6
|
-
@hash
|
|
4
|
+
@version 19.3.3
|
|
5
|
+
@date 2026-05-12T12:20:42.351Z
|
|
6
|
+
@hash 35017e4
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ValidationMessages">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@odoo/o-spreadsheet",
|
|
3
|
-
"version": "19.3.
|
|
3
|
+
"version": "19.3.3",
|
|
4
4
|
"description": "A spreadsheet component",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/o_spreadsheet.cjs",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"node": ">=22.0.0"
|
|
18
18
|
},
|
|
19
19
|
"scripts": {
|
|
20
|
-
"
|
|
20
|
+
"prepare": "husky install",
|
|
21
21
|
"prettier": "prettier . --write",
|
|
22
22
|
"check-formatting": "prettier . --check && eslint",
|
|
23
23
|
"lint": "eslint --fix",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"jszip": "^3.6.0",
|
|
92
92
|
"lint-staged": "^12.1.2",
|
|
93
93
|
"live-server": "^1.2.1",
|
|
94
|
-
"luxon": "
|
|
94
|
+
"luxon": "3.7.2",
|
|
95
95
|
"minimist": "^1.2.8",
|
|
96
96
|
"node-watch": "^0.7.3",
|
|
97
97
|
"npm-run-all": "^4.1.5",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
},
|
|
140
140
|
"dependencies": {
|
|
141
141
|
"@odoo/owl": "2.8.3",
|
|
142
|
-
"bootstrap": "
|
|
142
|
+
"bootstrap": "5.3.3",
|
|
143
143
|
"font-awesome": "^4.7.0",
|
|
144
144
|
"rbush": "^3.0.1"
|
|
145
145
|
},
|