Update versions (#24)

Reviewed-on: phoenix/textsender#24
Co-authored-by: phoenix <mail@kundeng.us>
Co-committed-by: phoenix <mail@kundeng.us>
This commit is contained in:
2026-04-12 18:54:20 -04:00
committed by phoenix
parent 0202425a09
commit 8a31918958
2 changed files with 790 additions and 991 deletions
+13 -13
View File
@@ -1,7 +1,7 @@
{
"name": "textsender",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"scripts": {
"dev": "vite",
@@ -12,19 +12,19 @@
"format:check": "npx prettier --check ."
},
"dependencies": {
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router-dom": "^7.10.1"
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-router-dom": "^7.14.0"
},
"devDependencies": {
"@eslint/js": "^9.30.1",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"eslint": "^9.30.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"vite": "^7.0.4"
"@eslint/js": "^9.39.4",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^9.39.4",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.5.0",
"vite": "^8.0.8"
}
}