fix: corrige certains soucis avec les emails
This commit is contained in:
parent
71c35a497f
commit
c6664a7597
16 changed files with 179 additions and 121 deletions
18
package.json
18
package.json
|
|
@ -11,10 +11,10 @@
|
|||
"dependencies": {
|
||||
"@logtape/logtape": "^1.1.2",
|
||||
"@mobily/ts-belt": "v4.0.0-rc.5",
|
||||
"@sentry/browser": "^10.22.0",
|
||||
"@sentry/browser": "^10.24.0",
|
||||
"a11y-dialog": "^8.1.4",
|
||||
"chalk": "^5.6.2",
|
||||
"effect": "^3.19.0",
|
||||
"effect": "^3.19.3",
|
||||
"lit-html": "^3.3.1",
|
||||
"loglevel": "^1.9.2",
|
||||
"loglevel-plugin-prefix": "^0.8.4",
|
||||
|
|
@ -24,28 +24,28 @@
|
|||
"valibot": "1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^2.3.3",
|
||||
"@biomejs/biome": "^2.3.4",
|
||||
"@cspell/dict-fr-fr": "^2.3.2",
|
||||
"@eslint/js": "^9.39.1",
|
||||
"@gcch/configuration-prettier": "^0.0.10",
|
||||
"@playwright/test": "^1.56.1",
|
||||
"@prettier/plugin-xml": "^3.4.2",
|
||||
"@sentry/core": "^10.22.0",
|
||||
"@sentry/core": "^10.24.0",
|
||||
"@swc/cli": "0.7.8",
|
||||
"@types/eslint__js": "^9.14.0",
|
||||
"@types/node": "^24.10.0",
|
||||
"@vitejs/plugin-legacy": "^7.2.1",
|
||||
"better-typescript-lib": "^2.12.0",
|
||||
"browserslist": "^4.27.0",
|
||||
"caniuse-lite": "^1.0.30001753",
|
||||
"caniuse-lite": "^1.0.30001754",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint-plugin-oxlint": "^1.25.0",
|
||||
"eslint-plugin-oxlint": "^1.26.0",
|
||||
"eslint-plugin-perfectionist": "^4.15.1",
|
||||
"fdir": "^6.5.0",
|
||||
"globals": "^16.5.0",
|
||||
"knip": "^5.67.1",
|
||||
"knip": "^5.68.0",
|
||||
"lightningcss-cli": "^1.30.2",
|
||||
"oxlint": "^1.25.0",
|
||||
"oxlint": "^1.27.0",
|
||||
"picomatch": "^4.0.3",
|
||||
"playwright": "^1.56.1",
|
||||
"prettier": "^3.6.2",
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
"stylelint-plugin-logical-css": "^1.2.3",
|
||||
"typescript": "5.9.3",
|
||||
"typescript-eslint": "^8.46.3",
|
||||
"vite": "^7.1.12",
|
||||
"vite": "^7.2.2",
|
||||
"vite-plugin-compression2": "^2.3.1",
|
||||
"vite-plugin-manifest-sri": "^0.2.0",
|
||||
"vite-plugin-node-polyfills": "^0.24.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue