mirror of
https://github.com/Joulenap/joulenap.git
synced 2026-08-11 13:21:43 +02:00
Bump the backend package, the Python project metadata, the frontend package and the bug-report template's version placeholder from 0.9.0 to 1.0.0. The docs, the changelog and SECURITY.md have said 1.0.0 since M14; these are the strings the footer and /health actually read. The changelog's token-replacement entry also gains the second half of that fix: a wizard pointed at a host that is already registered is now refused at the connection step, which was the remaining way to reach the replacement by accident.
34 lines
895 B
JSON
34 lines
895 B
JSON
{
|
|
"name": "joulenap-frontend",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc --noEmit && vite build",
|
|
"build:demo": "tsc --noEmit && vite build --mode demo --base ./ --outDir dist-demo",
|
|
"preview": "vite preview",
|
|
"test": "node --test"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/commands": "^6.10.4",
|
|
"@codemirror/lang-yaml": "^6.1.3",
|
|
"@codemirror/language": "^6.12.4",
|
|
"@codemirror/lint": "^6.9.7",
|
|
"@codemirror/state": "^6.7.1",
|
|
"@codemirror/view": "^6.43.6",
|
|
"@lezer/highlight": "^1.2.3",
|
|
"i18next": "^26.3.6",
|
|
"react": "^19.2.8",
|
|
"react-dom": "^19.2.8",
|
|
"react-i18next": "^17.0.10"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.2.17",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^6.0.4",
|
|
"typescript": "^7.0.2",
|
|
"vite": "^8.1.5"
|
|
}
|
|
}
|