From 9d6d3eae30a7bc008cfa1387f4cb051d63440628 Mon Sep 17 00:00:00 2001 From: PostboxRetinal <78338192+PostboxRetinal@users.noreply.github.com> Date: Fri, 7 Aug 2026 08:14:05 +0000 Subject: [PATCH] feat(deps): react 19 + typescript 7 native (ts6 api side-by-side) --- package.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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" } }