Restore content from fix-ci-finally
Some checks failed
CI/CD Pipeline / test (push) Has been cancelled
CI/CD Pipeline / deploy-staging (push) Has been cancelled
CI/CD Pipeline / deploy-main (push) Has been cancelled

This commit is contained in:
2025-10-02 00:34:12 +02:00
parent 49a638d595
commit b12ea81bbf
2 changed files with 15 additions and 17 deletions

View File

@@ -9,20 +9,20 @@
"preview": "vite preview"
},
"devDependencies": {
"@playwright/test": "^1.55.1",
"@types/d3": "^7.4.3",
"@types/node": "^24.6.1",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"sass": "^1.93.2",
"tailwindcss": "^3.4.18",
"typescript": "^5.9.3",
"vite": "^7.1.7",
"vite-plugin-static-copy": "^3.1.3"
"@playwright/test": "^1.40.1",
"@types/d3": "^7.4.1",
"@types/node": "^20.11.4",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"sass": "^1.60.0",
"tailwindcss": "^3.3.1",
"typescript": "^4.9.5",
"vite": "^4.2.0",
"vite-plugin-static-copy": "^0.13.1"
},
"dependencies": {
"choices.js": "^11.1.0",
"d3": "^7.9.0",
"terser": "^5.44.0"
"choices.js": "^10.2.0",
"d3": "^7.8.5",
"terser": "^5.21.0"
}
}