From 35f8e989a6c083a5073bd8f8cad03246069df4ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 23:28:11 +0000 Subject: [PATCH] chore(deps): update react monorepo --- web/package-lock.json | 36 ++++++++++++++++++------------------ web/package.json | 8 ++++---- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index c894cb5f0..f1c8d9469 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -34,9 +34,9 @@ "next-with-less": "3.0.1", "picmo": "5.8.5", "postcss-flexbugs-fixes": "5.0.2", - "react": "18.3.0", + "react": "18.3.1", "react-chartjs-2": "^5.2.0", - "react-dom": "18.3.0", + "react-dom": "18.3.1", "react-error-boundary": "^4.0.0", "react-hotkeys-hook": "4.5.0", "react-linkify": "1.0.0-alpha", @@ -78,7 +78,7 @@ "@types/markdown-it": "14.0.1", "@types/node": "20.12.7", "@types/prop-types": "15.7.12", - "@types/react": "18.3.0", + "@types/react": "18.3.1", "@types/react-linkify": "1.0.4", "@types/sanitize-html": "^2.9.0", "@types/ua-parser-js": "0.7.39", @@ -97,7 +97,7 @@ "eslint-plugin-jsx-a11y": "6.8.0", "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-react": "7.34.1", - "eslint-plugin-react-hooks": "4.6.1", + "eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-storybook": "0.8.0", "handlebars": "^4.7.7", "html-webpack-plugin": "5.6.0", @@ -9522,9 +9522,9 @@ "dev": true }, "node_modules/@types/react": { - "version": "18.3.0", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.0.tgz", - "integrity": "sha512-DiUcKjzE6soLyln8NNZmyhcQjVv+WsUIFSqetMN0p8927OztKT4VTfFTqsbAi5oAGIcgOmOajlfBqyptDDjZRw==", + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.1.tgz", + "integrity": "sha512-V0kuGBX3+prX+DQ/7r2qsv1NsdfnCLnTgnRJ1pYnxykBhGMz+qj+box5lq7XsO5mtZsBqpjwwTu/7wszPfMBcw==", "dependencies": { "@types/prop-types": "*", "csstype": "^3.0.2" @@ -16136,9 +16136,9 @@ } }, "node_modules/eslint-plugin-react-hooks": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.1.tgz", - "integrity": "sha512-Ck77j8hF7l9N4S/rzSLOWEKpn994YH6iwUK8fr9mXIaQvGpQYmOnQLbiue1u5kI5T1y+gdgqosnEAO9NCz0DBg==", + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz", + "integrity": "sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==", "dev": true, "engines": { "node": ">=10" @@ -31064,9 +31064,9 @@ } }, "node_modules/react": { - "version": "18.3.0", - "resolved": "https://registry.npmjs.org/react/-/react-18.3.0.tgz", - "integrity": "sha512-RPutkJftSAldDibyrjuku7q11d3oy6wKOyPe5K1HA/HwwrXcEqBdHsLypkC2FFYjP7bPUa6gbzSBhw4sY2JcDg==", + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", + "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", "dependencies": { "loose-envify": "^1.1.0" }, @@ -31130,15 +31130,15 @@ "dev": true }, "node_modules/react-dom": { - "version": "18.3.0", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.0.tgz", - "integrity": "sha512-zaKdLBftQJnvb7FtDIpZtsAIb2MZU087RM8bRDZU8LVCCFYjPTsDZJNFUWPcVz3HFSN1n/caxi0ca4B/aaVQGQ==", + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", + "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==", "dependencies": { "loose-envify": "^1.1.0", - "scheduler": "^0.23.1" + "scheduler": "^0.23.2" }, "peerDependencies": { - "react": "^18.3.0" + "react": "^18.3.1" } }, "node_modules/react-element-to-jsx-string": { diff --git a/web/package.json b/web/package.json index 0b1af4395..4cfdc0847 100644 --- a/web/package.json +++ b/web/package.json @@ -40,9 +40,9 @@ "next-with-less": "3.0.1", "picmo": "5.8.5", "postcss-flexbugs-fixes": "5.0.2", - "react": "18.3.0", + "react": "18.3.1", "react-chartjs-2": "^5.2.0", - "react-dom": "18.3.0", + "react-dom": "18.3.1", "react-error-boundary": "^4.0.0", "react-hotkeys-hook": "4.5.0", "react-linkify": "1.0.0-alpha", @@ -84,7 +84,7 @@ "@types/markdown-it": "14.0.1", "@types/node": "20.12.7", "@types/prop-types": "15.7.12", - "@types/react": "18.3.0", + "@types/react": "18.3.1", "@types/react-linkify": "1.0.4", "@types/sanitize-html": "^2.9.0", "@types/ua-parser-js": "0.7.39", @@ -103,7 +103,7 @@ "eslint-plugin-jsx-a11y": "6.8.0", "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-react": "7.34.1", - "eslint-plugin-react-hooks": "4.6.1", + "eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-storybook": "0.8.0", "handlebars": "^4.7.7", "html-webpack-plugin": "5.6.0",