From 444d6adf8064011947bfe9be88c748e68333b756 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 12:48:06 +0000 Subject: [PATCH] chore(deps): update react monorepo --- example/nextjs-app/package-lock.json | 28 ++++++++++++------------ example/nextjs-app/package.json | 4 ++-- example/vite-app/package-lock.json | 16 +++++++------- example/vite-app/package.json | 4 ++-- package-lock.json | 32 ++++++++++++++-------------- packages/for-ui/package.json | 4 ++-- 6 files changed, 44 insertions(+), 44 deletions(-) diff --git a/example/nextjs-app/package-lock.json b/example/nextjs-app/package-lock.json index 827ff7b4..c18a9af6 100644 --- a/example/nextjs-app/package-lock.json +++ b/example/nextjs-app/package-lock.json @@ -21,8 +21,8 @@ "devDependencies": { "@tanstack/react-table": "8.9.3", "@types/node": "12.20.55", - "@types/react": "18.2.20", - "@types/react-dom": "18.2.7", + "@types/react": "18.2.35", + "@types/react-dom": "18.2.14", "@types/react-table": "7.7.14", "autoprefixer": "10.4.15", "next": "13.4.19", @@ -890,9 +890,9 @@ "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==" }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.35", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.35.tgz", + "integrity": "sha512-LG3xpFZ++rTndV+/XFyX5vUP7NI9yxyk+MQvBDq+CVs8I9DLSc3Ymwb1Vmw5YDoeNeHN4PDZa3HylMKJYT9PNQ==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -900,9 +900,9 @@ } }, "node_modules/@types/react-dom": { - "version": "18.2.7", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.7.tgz", - "integrity": "sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==", + "version": "18.2.14", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.14.tgz", + "integrity": "sha512-V835xgdSVmyQmI1KLV2BEIUgqEuinxp9O4G6g3FqO/SqLac049E53aysv0oEFD2kHfejeKU+ZqL2bcFWj9gLAQ==", "dev": true, "dependencies": { "@types/react": "*" @@ -3507,9 +3507,9 @@ "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==" }, "@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.35", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.35.tgz", + "integrity": "sha512-LG3xpFZ++rTndV+/XFyX5vUP7NI9yxyk+MQvBDq+CVs8I9DLSc3Ymwb1Vmw5YDoeNeHN4PDZa3HylMKJYT9PNQ==", "requires": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -3517,9 +3517,9 @@ } }, "@types/react-dom": { - "version": "18.2.7", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.7.tgz", - "integrity": "sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==", + "version": "18.2.14", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.14.tgz", + "integrity": "sha512-V835xgdSVmyQmI1KLV2BEIUgqEuinxp9O4G6g3FqO/SqLac049E53aysv0oEFD2kHfejeKU+ZqL2bcFWj9gLAQ==", "dev": true, "requires": { "@types/react": "*" diff --git a/example/nextjs-app/package.json b/example/nextjs-app/package.json index dc116b89..597a2a0e 100644 --- a/example/nextjs-app/package.json +++ b/example/nextjs-app/package.json @@ -22,8 +22,8 @@ "devDependencies": { "@tanstack/react-table": "8.9.3", "@types/node": "12.20.55", - "@types/react": "18.2.20", - "@types/react-dom": "18.2.7", + "@types/react": "18.2.35", + "@types/react-dom": "18.2.14", "@types/react-table": "7.7.14", "autoprefixer": "10.4.15", "next": "13.4.19", diff --git a/example/vite-app/package-lock.json b/example/vite-app/package-lock.json index f6c71d47..47483dab 100644 --- a/example/vite-app/package-lock.json +++ b/example/vite-app/package-lock.json @@ -20,8 +20,8 @@ "react-router-dom": "6.15.0" }, "devDependencies": { - "@types/react": "18.2.20", - "@types/react-dom": "18.2.7", + "@types/react": "18.2.35", + "@types/react-dom": "18.2.14", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "@vitejs/plugin-react": "2.2.0", @@ -1164,9 +1164,9 @@ "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==" }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.35", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.35.tgz", + "integrity": "sha512-LG3xpFZ++rTndV+/XFyX5vUP7NI9yxyk+MQvBDq+CVs8I9DLSc3Ymwb1Vmw5YDoeNeHN4PDZa3HylMKJYT9PNQ==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -1174,9 +1174,9 @@ } }, "node_modules/@types/react-dom": { - "version": "18.2.7", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.7.tgz", - "integrity": "sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==", + "version": "18.2.14", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.14.tgz", + "integrity": "sha512-V835xgdSVmyQmI1KLV2BEIUgqEuinxp9O4G6g3FqO/SqLac049E53aysv0oEFD2kHfejeKU+ZqL2bcFWj9gLAQ==", "dev": true, "dependencies": { "@types/react": "*" diff --git a/example/vite-app/package.json b/example/vite-app/package.json index 9d86f3c4..8498b198 100644 --- a/example/vite-app/package.json +++ b/example/vite-app/package.json @@ -20,8 +20,8 @@ "react-router-dom": "6.15.0" }, "devDependencies": { - "@types/react": "18.2.20", - "@types/react-dom": "18.2.7", + "@types/react": "18.2.35", + "@types/react-dom": "18.2.14", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "@vitejs/plugin-react": "2.2.0", diff --git a/package-lock.json b/package-lock.json index b3dfa423..09c8db0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9257,9 +9257,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.35", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.35.tgz", + "integrity": "sha512-LG3xpFZ++rTndV+/XFyX5vUP7NI9yxyk+MQvBDq+CVs8I9DLSc3Ymwb1Vmw5YDoeNeHN4PDZa3HylMKJYT9PNQ==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -9267,9 +9267,9 @@ } }, "node_modules/@types/react-dom": { - "version": "18.2.7", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.7.tgz", - "integrity": "sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==", + "version": "18.2.14", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.14.tgz", + "integrity": "sha512-V835xgdSVmyQmI1KLV2BEIUgqEuinxp9O4G6g3FqO/SqLac049E53aysv0oEFD2kHfejeKU+ZqL2bcFWj9gLAQ==", "dev": true, "dependencies": { "@types/react": "*" @@ -27706,8 +27706,8 @@ "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "14.0.0", "@testing-library/user-event": "14.4.3", - "@types/react": "18.2.20", - "@types/react-dom": "18.2.7", + "@types/react": "18.2.35", + "@types/react-dom": "18.2.14", "@types/testing-library__jest-dom": "5.14.9", "@vitejs/plugin-react": "2.2.0", "autoprefixer": "10.4.15", @@ -30068,8 +30068,8 @@ "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "14.0.0", "@testing-library/user-event": "14.4.3", - "@types/react": "18.2.20", - "@types/react-dom": "18.2.7", + "@types/react": "18.2.35", + "@types/react-dom": "18.2.14", "@types/testing-library__jest-dom": "5.14.9", "@vitejs/plugin-react": "2.2.0", "autoprefixer": "10.4.15", @@ -38072,9 +38072,9 @@ "dev": true }, "@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.35", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.35.tgz", + "integrity": "sha512-LG3xpFZ++rTndV+/XFyX5vUP7NI9yxyk+MQvBDq+CVs8I9DLSc3Ymwb1Vmw5YDoeNeHN4PDZa3HylMKJYT9PNQ==", "requires": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -38082,9 +38082,9 @@ } }, "@types/react-dom": { - "version": "18.2.7", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.7.tgz", - "integrity": "sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==", + "version": "18.2.14", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.14.tgz", + "integrity": "sha512-V835xgdSVmyQmI1KLV2BEIUgqEuinxp9O4G6g3FqO/SqLac049E53aysv0oEFD2kHfejeKU+ZqL2bcFWj9gLAQ==", "dev": true, "requires": { "@types/react": "*" diff --git a/packages/for-ui/package.json b/packages/for-ui/package.json index b851343b..cb81f8e1 100644 --- a/packages/for-ui/package.json +++ b/packages/for-ui/package.json @@ -80,8 +80,8 @@ "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "14.0.0", "@testing-library/user-event": "14.4.3", - "@types/react": "18.2.20", - "@types/react-dom": "18.2.7", + "@types/react": "18.2.35", + "@types/react-dom": "18.2.14", "@types/testing-library__jest-dom": "5.14.9", "@vitejs/plugin-react": "2.2.0", "autoprefixer": "10.4.15",