From f4b6ab1a5ba4bc3c4d0cddca6e911e9e3424acea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 21:33:23 +0000 Subject: [PATCH] chore(deps): update react monorepo --- web/package-lock.json | 42 +++++++++++++++++++++--------------------- web/package.json | 8 ++++---- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 0c22a346b..c894cb5f0 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.2.0", + "react": "18.3.0", "react-chartjs-2": "^5.2.0", - "react-dom": "18.2.0", + "react-dom": "18.3.0", "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.2.79", + "@types/react": "18.3.0", "@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.0", + "eslint-plugin-react-hooks": "4.6.1", "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.2.79", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.79.tgz", - "integrity": "sha512-RwGAGXPl9kSXwdNTafkOEuFrTBD5SA2B3iEB96xi8+xu5ddUa/cpvyVCSNn+asgLCTHkb5ZxN8gbuibYJi4s1w==", + "version": "18.3.0", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.0.tgz", + "integrity": "sha512-DiUcKjzE6soLyln8NNZmyhcQjVv+WsUIFSqetMN0p8927OztKT4VTfFTqsbAi5oAGIcgOmOajlfBqyptDDjZRw==", "dependencies": { "@types/prop-types": "*", "csstype": "^3.0.2" @@ -16136,9 +16136,9 @@ } }, "node_modules/eslint-plugin-react-hooks": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz", - "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==", + "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==", "dev": true, "engines": { "node": ">=10" @@ -31064,9 +31064,9 @@ } }, "node_modules/react": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", - "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", + "version": "18.3.0", + "resolved": "https://registry.npmjs.org/react/-/react-18.3.0.tgz", + "integrity": "sha512-RPutkJftSAldDibyrjuku7q11d3oy6wKOyPe5K1HA/HwwrXcEqBdHsLypkC2FFYjP7bPUa6gbzSBhw4sY2JcDg==", "dependencies": { "loose-envify": "^1.1.0" }, @@ -31130,15 +31130,15 @@ "dev": true }, "node_modules/react-dom": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz", - "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==", + "version": "18.3.0", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.0.tgz", + "integrity": "sha512-zaKdLBftQJnvb7FtDIpZtsAIb2MZU087RM8bRDZU8LVCCFYjPTsDZJNFUWPcVz3HFSN1n/caxi0ca4B/aaVQGQ==", "dependencies": { "loose-envify": "^1.1.0", - "scheduler": "^0.23.0" + "scheduler": "^0.23.1" }, "peerDependencies": { - "react": "^18.2.0" + "react": "^18.3.0" } }, "node_modules/react-element-to-jsx-string": { @@ -33125,9 +33125,9 @@ "optional": true }, "node_modules/scheduler": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz", - "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==", + "version": "0.23.2", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz", + "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==", "dependencies": { "loose-envify": "^1.1.0" } diff --git a/web/package.json b/web/package.json index ad3ed6346..0b1af4395 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.2.0", + "react": "18.3.0", "react-chartjs-2": "^5.2.0", - "react-dom": "18.2.0", + "react-dom": "18.3.0", "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.2.79", + "@types/react": "18.3.0", "@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.0", + "eslint-plugin-react-hooks": "4.6.1", "eslint-plugin-storybook": "0.8.0", "handlebars": "^4.7.7", "html-webpack-plugin": "5.6.0",