@odoo/o-spreadsheet 19.4.0-alpha.4 → 19.4.0-alpha.5

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 19.4.0-alpha.4
5
- @date 2026-05-11T13:50:07.021Z
6
- @hash 4f00b68
4
+ @version 19.4.0-alpha.5
5
+ @date 2026-05-12T12:20:58.318Z
6
+ @hash 02a5f91
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.4.0-alpha.4",
3
+ "version": "19.4.0-alpha.5",
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
- "postinstall": "husky install",
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": "^3.7.2",
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": "^5.3.3",
142
+ "bootstrap": "5.3.3",
143
143
  "font-awesome": "^4.7.0",
144
144
  "rbush": "^3.0.1"
145
145
  },