Merge branch 'develop' into feature/ERP-41-mise-a-jour-malio-ui

# Conflicts:
#	config/reference.php
This commit is contained in:
2026-05-13 10:36:28 +02:00
92 changed files with 8543 additions and 2309 deletions

View File

@@ -12,7 +12,9 @@
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest run",
"test:watch": "vitest"
"test:watch": "vitest",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui"
},
"dependencies": {
"@malio/layer-ui": "^1.5.0",
@@ -28,6 +30,7 @@
},
"devDependencies": {
"@nuxt/eslint-config": "^1.9.0",
"@playwright/test": "^1.59.1",
"@typescript-eslint/eslint-plugin": "^8.44.1",
"@typescript-eslint/parser": "^8.44.1",
"@vitejs/plugin-vue": "^6.0.6",