diff --git a/package.json b/package.json index dc8d840..12c3058 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "devvoice", "private": true, - "version": "0.2.3b", + "version": "0.3.0", "type": "module", "scripts": { "dev": "vite", @@ -16,22 +16,23 @@ "autoprefixer": "^10.5.4", "csp-toolkit": "^1.5.0", "postcss": "^8.5.25", - "react": "^18.3.1", - "react-dom": "^18.3.1", + "react": "^19.0.0", + "react-dom": "^19.0.0", "tailwindcss": "^3.4.19", "vite-plugin-csp-guard": "^4.0.1" }, "devDependencies": { "@types/node": "^24.10.1", - "@types/react": "^18.3.1", - "@types/react-dom": "^18.3.1", + "@types/react": "^19.0.0", + "@types/react-dom": "^19.0.0", "@typescript-eslint/eslint-plugin": "^8.46.3", "@typescript-eslint/parser": "^8.46.3", + "@typescript/native": "npm:typescript@^7.0.2", "@vitejs/plugin-react": "^5.1.1", "eslint": "^10.8.0", "eslint-plugin-security": "^4.0.1", "globals": "^16.5.0", - "typescript": "~5.9.3", + "typescript": "^6.0.2", "vite": "^7.2.4" } }