feat: store position

This commit is contained in:
hamster1963
2025-01-03 09:38:19 +08:00
parent 0b43a3943d
commit 1e2c271dc8
5 changed files with 36 additions and 8 deletions

View File

@@ -27,7 +27,7 @@
"@tanstack/react-query": "^5.62.11",
"@tanstack/react-query-devtools": "^5.62.11",
"@tanstack/react-table": "^8.20.6",
"@trivago/prettier-plugin-sort-imports": "^5.2.0",
"@trivago/prettier-plugin-sort-imports": "^5.2.1",
"@types/d3-geo": "^3.1.0",
"@types/luxon": "^3.4.2",
"class-variance-authority": "^0.7.1",
@@ -51,7 +51,7 @@
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/node": "^22.10.3",
"@types/node": "^22.10.4",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react-swc": "^3.7.2",
@@ -64,6 +64,6 @@
"tailwindcss": "^3.4.17",
"typescript": "~5.6.3",
"typescript-eslint": "^8.19.0",
"vite": "^6.0.6"
"vite": "^6.0.7"
}
}