chore: bump python and node dependencies

This commit is contained in:
Herculino Trotta
2026-06-06 05:14:26 -03:00
parent b44563b09b
commit 6987b54dba
5 changed files with 1276 additions and 1261 deletions
+636 -684
View File
File diff suppressed because it is too large Load Diff
+17 -17
View File
@@ -16,35 +16,35 @@
},
"type": "module",
"dependencies": {
"@alpinejs/collapse": "^3.15.1",
"@alpinejs/mask": "^3.15.1",
"@alpinejs/collapse": "^3.15.12",
"@alpinejs/mask": "^3.15.12",
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"@fortawesome/fontawesome-free": "^7.1.0",
"@fortawesome/fontawesome-free": "^7.2.0",
"@popperjs/core": "^2.11.8",
"@rollup/plugin-commonjs": "^29.0.0",
"@tailwindcss/vite": "^4.1.17",
"@rollup/plugin-commonjs": "^29.0.3",
"@tailwindcss/vite": "^4.3.0",
"air-datepicker": "^3.6.0",
"alpinejs": "^3.15.1",
"autoprefixer": "^10.4.22",
"alpinejs": "^3.15.12",
"autoprefixer": "^10.5.0",
"autosize": "^6.0.1",
"bootstrap": "^5.3.8",
"chart.js": "^4.5.1",
"chartjs-chart-sankey": "^0.14.0",
"daisyui": "5.5.19",
"htmx.org": "^2.0.8",
"hyperscript.org": "^0.9.14",
"chartjs-chart-sankey": "^0.14.3",
"daisyui": "5.5.20",
"htmx.org": "^2.0.10",
"hyperscript.org": "^0.9.91",
"mathjs": "^15.2.0",
"postcss": "^8.5.15",
"pulltorefreshjs": "^0.1.22",
"sass": "^1.94.0",
"sweetalert2": "^11.26.3",
"tailwindcss": "^4.1.17",
"sass": "^1.100.0",
"sweetalert2": "^11.26.25",
"tailwindcss": "^4.3.0",
"tippy.js": "^6.3.7",
"tom-select": "^2.4.3",
"tw-bootstrap-grid": "^1.3.2",
"tom-select": "^2.6.1",
"tw-bootstrap-grid": "^1.4.0",
"vite": "7.3.2"
},
"resolutions": {
"rollup": "npm:@rollup/wasm-node"
}
}
}
+1 -5
View File
@@ -1,4 +1,4 @@
import _hyperscript from 'hyperscript.org';
import 'hyperscript.org';
import './_htmx.js';
import Alpine from "alpinejs";
import mask from '@alpinejs/mask';
@@ -6,10 +6,6 @@ import collapse from '@alpinejs/collapse'
import { create, all } from 'mathjs';
window.Alpine = Alpine;
if (!window._hyperscript) {
window._hyperscript = _hyperscript;
_hyperscript.browserInit();
}
window.math = create(all, {
number: 'BigNumber',
});