diff --git a/webapp/IronCalc/package.json b/webapp/IronCalc/package.json index 01ba9d3..271d55c 100644 --- a/webapp/IronCalc/package.json +++ b/webapp/IronCalc/package.json @@ -18,12 +18,12 @@ "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@ironcalc/wasm": "file:../../bindings/wasm/pkg", - "@mui/material": "^7.1.1", - "@mui/system": "^7.1.1", - "i18next": "^25.2.1", - "lucide-react": "^0.513.0", + "@mui/material": "^7.3.5", + "@mui/system": "^7.3.5", + "i18next": "^25.6.1", + "lucide-react": "^0.553.0", "react-colorful": "^5.6.1", - "react-i18next": "^15.5.2" + "react-i18next": "^16.2.2" }, "devDependencies": { "@biomejs/biome": "2.3.5", @@ -34,7 +34,7 @@ "react-dom": "^19.2.0", "storybook": "^10.0.7", "ts-node": "^10.9.2", - "typescript": "~5.8.3", + "typescript": "~5.9.3", "vite": "^6.3.5", "vite-plugin-svgr": "^4.2.0", "vitest": "^3.2.2"