Update moment, moment tz and tailwindcss

This commit is contained in:
Alex
2023-07-14 11:50:52 +02:00
parent 85ebf31253
commit a131ef518e
3 changed files with 247 additions and 491 deletions

View File

@@ -1,5 +1,8 @@
## v1.4.2 ## v1.4.2
- Update Moment Timezone, Moment to patch security vulnerabilities
- Update TailwindCSS 2 to 3
## v1.4.1 ## v1.4.1
- Add GS_JPG_RESOLUTION environment variable to configure the resolution of the JPG generated from PDF (#40 - thanks @mokaddem) - Add GS_JPG_RESOLUTION environment variable to configure the resolution of the JPG generated from PDF (#40 - thanks @mokaddem)

View File

@@ -10,12 +10,12 @@
"flatpickr": "^4.6.9", "flatpickr": "^4.6.9",
"postcss": "^8.3.9", "postcss": "^8.3.9",
"postcss-import": "^14.0.2", "postcss-import": "^14.0.2",
"tailwindcss": "^2.2.16" "tailwindcss": "^3.3.3"
}, },
"dependencies": { "dependencies": {
"animate.css": "^4.1.1", "animate.css": "^4.1.1",
"moment": "^2.29.1", "moment": "^2.29.4",
"moment-timezone": "^0.5.34", "moment-timezone": "^0.5.43",
"phoenix": "file:../deps/phoenix", "phoenix": "file:../deps/phoenix",
"phoenix_html": "file:../deps/phoenix_html", "phoenix_html": "file:../deps/phoenix_html",
"phoenix_live_view": "file:../deps/phoenix_live_view", "phoenix_live_view": "file:../deps/phoenix_live_view",

File diff suppressed because it is too large Load Diff