diff --git a/docs/package.json b/docs/package.json index 7288853b43..ed3c62ae60 100644 --- a/docs/package.json +++ b/docs/package.json @@ -27,7 +27,7 @@ "clsx": "^2.1.1", "docusaurus-plugin-sass": "^0.2.6", "prism-react-renderer": "^2.4.1", - "react": "^18.0.0", + "react": "^19.2.4", "react-dom": "^18.0.0", "rehype-highlight": "^7.0.2", "remark-gfm": "^4.0.1", @@ -40,7 +40,7 @@ "@docusaurus/types": "3.9.2", "@eslint/js": "^9.39", "@mdx-js/typescript-plugin": "^0.1.3", - "@types/react": "^18.3.0", + "@types/react": "^19.2.14", "@types/react-dom": "^18.3.0", "eslint": "^9.39", "eslint-config-prettier": "^10.1.8", diff --git a/package-lock.json b/package-lock.json index 05e6c9316f..468ef73e69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "waveterm", - "version": "0.14.2", + "version": "0.14.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "waveterm", - "version": "0.14.2", + "version": "0.14.3", "hasInstallScript": true, "license": "Apache-2.0", "workspaces": [ @@ -54,7 +54,7 @@ "pngjs": "^7.0.0", "prop-types": "^15.8.1", "qs": "^6.15.0", - "react": "^19.2.0", + "react": "^19.2.4", "react-dnd": "^16.0.1", "react-dnd-html5-backend": "^16.0.1", "react-dom": "^19.2.0", @@ -150,7 +150,7 @@ "clsx": "^2.1.1", "docusaurus-plugin-sass": "^0.2.6", "prism-react-renderer": "^2.4.1", - "react": "^18.0.0", + "react": "^19.2.4", "react-dom": "^18.0.0", "rehype-highlight": "^7.0.2", "remark-gfm": "^4.0.1", @@ -163,7 +163,7 @@ "@docusaurus/types": "3.9.2", "@eslint/js": "^9.39", "@mdx-js/typescript-plugin": "^0.1.3", - "@types/react": "^18.3.0", + "@types/react": "19", "@types/react-dom": "^18.3.0", "eslint": "^9.39", "eslint-config-prettier": "^10.1.8", @@ -9773,12 +9773,12 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "19.1.13", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.13.tgz", - "integrity": "sha512-hHkbU/eoO3EG5/MZkuFSKmYqPbSVk5byPFa3e7y/8TybHiLMACgI8seVYlicwk7H5K/rI2px9xrQp/C+AUDTiQ==", + "version": "19.2.14", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz", + "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==", "license": "MIT", "dependencies": { - "csstype": "^3.0.2" + "csstype": "^3.2.2" } }, "node_modules/@types/react-dom": { @@ -13754,9 +13754,9 @@ "license": "CC0-1.0" }, "node_modules/csstype": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", - "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz", + "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==", "license": "MIT" }, "node_modules/cytoscape": { @@ -26266,9 +26266,9 @@ } }, "node_modules/react": { - "version": "19.2.0", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.0.tgz", - "integrity": "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==", + "version": "19.2.4", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", + "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -33465,7 +33465,7 @@ "clsx": "^2.1.1", "debug": "^4.4.3", "jotai": "^2.13.1", - "react": "^19.2.0", + "react": "^19.2.4", "react-dom": "^19.2.0", "react-markdown": "^10.1.0", "recharts": "^3.1.2", diff --git a/package.json b/package.json index 3fb3de6b60..a1114e4d65 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "pngjs": "^7.0.0", "prop-types": "^15.8.1", "qs": "^6.15.0", - "react": "^19.2.0", + "react": "^19.2.4", "react-dnd": "^16.0.1", "react-dnd-html5-backend": "^16.0.1", "react-dom": "^19.2.0", diff --git a/tsunami/frontend/package.json b/tsunami/frontend/package.json index f3faa7040d..c2a6fe511e 100644 --- a/tsunami/frontend/package.json +++ b/tsunami/frontend/package.json @@ -20,7 +20,7 @@ "clsx": "^2.1.1", "debug": "^4.4.3", "jotai": "^2.13.1", - "react": "^19.2.0", + "react": "^19.2.4", "react-dom": "^19.2.0", "react-markdown": "^10.1.0", "recharts": "^3.1.2",