improve months values

This commit is contained in:
Romulus21
2024-03-09 16:19:10 +01:00
parent a0ed432d2b
commit dc9351dd9a
6 changed files with 312 additions and 739 deletions

View File

@@ -12,9 +12,8 @@
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@types/d3": "^7.4.3",
"@types/react": "^18.2.63",
"@types/react-dom": "^18.2.20",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@vite-pwa/assets-generator": "^0.0.11",
"@vitejs/plugin-react": "^4.2.1",
@@ -30,13 +29,12 @@
"react-dom": "^18.2.0",
"rollup-plugin-copy": "^3.5.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"vite": "^4.5.2"
},
"dependencies": {
"d3": "^7.8.5",
"echarts": "^5.5.0",
"react-router-dom": "^6.22.2",
"react-router-dom": "^6.22.3",
"vite-plugin-pwa": "^0.17.5"
}
}