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
+777 -978
View File
File diff suppressed because it is too large Load Diff
+13 -13
View File
@@ -1,7 +1,7 @@
{ {
"name": "textsender", "name": "textsender",
"private": true, "private": true,
"version": "0.0.3", "version": "0.0.4",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
@@ -12,19 +12,19 @@
"format:check": "npx prettier --check ." "format:check": "npx prettier --check ."
}, },
"dependencies": { "dependencies": {
"react": "^19.2.3", "react": "^19.2.5",
"react-dom": "^19.2.3", "react-dom": "^19.2.5",
"react-router-dom": "^7.10.1" "react-router-dom": "^7.14.0"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.30.1", "@eslint/js": "^9.39.4",
"@types/react": "^19.1.8", "@types/react": "^19.2.14",
"@types/react-dom": "^19.1.6", "@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.6.0", "@vitejs/plugin-react": "^6.0.1",
"eslint": "^9.30.1", "eslint": "^9.39.4",
"eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.20", "eslint-plugin-react-refresh": "^0.5.2",
"globals": "^16.3.0", "globals": "^17.5.0",
"vite": "^7.0.4" "vite": "^8.0.8"
} }
} }