From a146ab0d4103cc450de6b6353169db58ee662b82 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Wed, 19 Apr 2023 20:08:41 +0800 Subject: [PATCH] chore: unified react type version --- package.json | 3 +- pnpm-lock.yaml | 372 +++++------------- .../plugins/com.msgbyte.github/package.json | 4 +- server/plugins/com.msgbyte.tasks/package.json | 2 - 4 files changed, 105 insertions(+), 276 deletions(-) diff --git a/package.json b/package.json index 7b89f18d..c4b1ae4c 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,8 @@ "pnpm": { "overrides": { "redux": "4.2.1", - "@babel/runtime": "7.21.0" + "@babel/runtime": "7.21.0", + "@types/react": "18.0.20" }, "patchedDependencies": { "moleculer-minio@2.0.0": "patches/moleculer-minio@2.0.0.patch" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bfc0a17c..48dc58b4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3,6 +3,7 @@ lockfileVersion: '6.0' overrides: redux: 4.2.1 '@babel/runtime': 7.21.0 + '@types/react': 18.0.20 patchedDependencies: moleculer-minio@2.0.0: @@ -1418,13 +1419,13 @@ importers: version: 1.1.0 '@mui/icons-material': specifier: ^5.11.0 - version: 5.11.0(@mui/material@5.11.3)(@types/react@18.0.26)(react@18.2.0) + version: 5.11.0(@mui/material@5.11.3)(@types/react@18.0.20)(react@18.2.0) '@mui/lab': specifier: 5.0.0-alpha.122 - version: 5.0.0-alpha.122(@emotion/react@11.10.4)(@mui/material@5.11.3)(@types/react@18.0.26)(react-dom@18.2.0)(react@18.2.0) + version: 5.0.0-alpha.122(@emotion/react@11.10.4)(@mui/material@5.11.3)(@types/react@18.0.20)(react-dom@18.2.0)(react@18.2.0) '@mui/material': specifier: ^5.11.3 - version: 5.11.3(@emotion/react@11.10.4)(@emotion/styled@11.10.4)(@types/react@18.0.26)(react-dom@18.2.0)(react@18.2.0) + version: 5.11.3(@emotion/react@11.10.4)(@emotion/styled@11.10.4)(@types/react@18.0.20)(react-dom@18.2.0)(react@18.2.0) '@remix-run/express': specifier: ^1.9.0 version: 1.9.0(express@4.18.2)(react-dom@18.2.0)(react@18.2.0) @@ -1490,7 +1491,7 @@ importers: version: 18.2.0 react-admin: specifier: ^4.7.0 - version: 4.7.1(@babel/core@7.21.0)(@types/react@18.0.26)(react-dom@18.2.0)(react@18.2.0) + version: 4.7.1(@babel/core@7.21.0)(@types/react@18.0.20)(react-dom@18.2.0)(react@18.2.0) react-dom: specifier: ^18.2.0 version: 18.2.0(react@18.2.0) @@ -1517,8 +1518,8 @@ importers: specifier: ^1.9.4 version: 1.9.4 '@types/react': - specifier: ^18.0.25 - version: 18.0.26 + specifier: 18.0.20 + version: 18.0.20 '@types/react-dom': specifier: ^18.0.8 version: 18.0.10 @@ -1587,8 +1588,8 @@ importers: specifier: 16.11.7 version: 16.11.7 '@types/react': - specifier: ^17.0.38 - version: 17.0.52 + specifier: 18.0.20 + version: 18.0.20 nodemon: specifier: ^2.0.18 version: 2.0.20 @@ -1765,13 +1766,7 @@ importers: '@octokit/webhooks-types': specifier: ^5.4.0 version: 5.8.0 - react: - specifier: ^17.0.2 - version: 17.0.2 devDependencies: - '@types/react': - specifier: ^17.0.38 - version: 17.0.48 less: specifier: ^4.1.2 version: 4.1.3 @@ -1865,14 +1860,7 @@ importers: version: 18.2.0 server/plugins/com.msgbyte.tasks: - dependencies: - react: - specifier: ^17.0.2 - version: 17.0.2 devDependencies: - '@types/react': - specifier: ^17.0.38 - version: 17.0.48 less: specifier: ^4.1.2 version: 4.1.3 @@ -1991,7 +1979,7 @@ importers: version: 2.3.1(@docusaurus/types@2.3.1)(esbuild@0.15.18)(eslint@8.34.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5) '@docusaurus/preset-classic': specifier: 2.3.1 - version: 2.3.1(@algolia/client-search@4.14.3)(@types/react@17.0.53)(esbuild@0.15.18)(eslint@8.34.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5) + version: 2.3.1(@algolia/client-search@4.14.3)(@types/react@18.0.20)(esbuild@0.15.18)(eslint@8.34.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5) '@docusaurus/theme-common': specifier: 2.3.1 version: 2.3.1(@docusaurus/types@2.3.1)(esbuild@0.15.18)(eslint@8.34.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5) @@ -2045,8 +2033,8 @@ importers: specifier: ^8.1.0 version: 8.1.0 '@types/react': - specifier: ^17.0.53 - version: 17.0.53 + specifier: 18.0.20 + version: 18.0.20 '@types/react-helmet': specifier: ^6.1.6 version: 6.1.6 @@ -2346,7 +2334,7 @@ packages: color: 3.2.1 dev: false - /@arco-design/web-react@2.40.2(@types/react@18.0.26)(react-dom@18.2.0)(react@18.2.0): + /@arco-design/web-react@2.40.2(@types/react@18.0.20)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-6I95ImJb+1WzpS5rXNkSV29atCkMCO4PCAn+5MMcDtQiiOrzLc9sJxCRY1/oNrStKZHnmvV+w6zWCr2aL3N5Hw==} peerDependencies: react: '>=16' @@ -2362,7 +2350,7 @@ packages: number-precision: 1.6.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-focus-lock: 2.9.1(@types/react@18.0.26)(react@18.2.0) + react-focus-lock: 2.9.1(@types/react@18.0.20)(react@18.2.0) react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) resize-observer-polyfill: 1.5.1 scroll-into-view-if-needed: 2.2.20 @@ -6493,7 +6481,7 @@ packages: resolution: {integrity: sha512-6SCwI7P8ao+se1TUsdZ7B4XzL+gqeQZnBc+2EONZlcVa0dVrk0NjETxozFKgMv0eEGH8QzP1fkN+A1rH61l4eg==} dev: false - /@docsearch/react@3.3.3(@algolia/client-search@4.14.3)(@types/react@17.0.53)(react-dom@17.0.2)(react@17.0.2): + /@docsearch/react@3.3.3(@algolia/client-search@4.14.3)(@types/react@18.0.20)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-pLa0cxnl+G0FuIDuYlW+EBK6Rw2jwLw9B1RHIeS4N4s2VhsfJ/wzeCi3CWcs5yVfxLd5ZK50t//TMA5e79YT7Q==} peerDependencies: '@types/react': '>= 16.8.0 < 19.0.0' @@ -6510,7 +6498,7 @@ packages: '@algolia/autocomplete-core': 1.7.4 '@algolia/autocomplete-preset-algolia': 1.7.4(@algolia/client-search@4.14.3)(algoliasearch@4.14.3) '@docsearch/css': 3.3.3 - '@types/react': 17.0.53 + '@types/react': 18.0.20 algoliasearch: 4.14.3 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) @@ -6680,7 +6668,7 @@ packages: '@docusaurus/react-loadable': 5.5.2(react@17.0.2) '@docusaurus/types': 2.3.1(esbuild@0.15.18)(react-dom@17.0.2)(react@17.0.2) '@types/history': 4.7.11 - '@types/react': 17.0.53 + '@types/react': 18.0.20 '@types/react-router-config': 5.0.6 '@types/react-router-dom': 5.3.3 react: 17.0.2 @@ -6814,7 +6802,7 @@ packages: - webpack-cli dev: false - /@docusaurus/plugin-debug@2.3.1(@types/react@17.0.53)(esbuild@0.15.18)(eslint@8.34.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5): + /@docusaurus/plugin-debug@2.3.1(@types/react@18.0.20)(esbuild@0.15.18)(eslint@8.34.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5): resolution: {integrity: sha512-Ujpml1Ppg4geB/2hyu2diWnO49az9U2bxM9Shen7b6qVcyFisNJTkVG2ocvLC7wM1efTJcUhBO6zAku2vKJGMw==} engines: {node: '>=16.14'} peerDependencies: @@ -6827,7 +6815,7 @@ packages: fs-extra: 10.1.0 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - react-json-view: 1.21.3(@types/react@17.0.53)(react-dom@17.0.2)(react@17.0.2) + react-json-view: 1.21.3(@types/react@18.0.20)(react-dom@17.0.2)(react@17.0.2) tslib: 2.5.0 transitivePeerDependencies: - '@parcel/css' @@ -6978,7 +6966,7 @@ packages: - webpack-cli dev: false - /@docusaurus/preset-classic@2.3.1(@algolia/client-search@4.14.3)(@types/react@17.0.53)(esbuild@0.15.18)(eslint@8.34.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5): + /@docusaurus/preset-classic@2.3.1(@algolia/client-search@4.14.3)(@types/react@18.0.20)(esbuild@0.15.18)(eslint@8.34.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5): resolution: {integrity: sha512-OQ5W0AHyfdUk0IldwJ3BlnZ1EqoJuu2L2BMhqLbqwNWdkmzmSUvlFLH1Pe7CZSQgB2YUUC/DnmjbPKk/qQD0lQ==} engines: {node: '>=16.14'} peerDependencies: @@ -6989,14 +6977,14 @@ packages: '@docusaurus/plugin-content-blog': 2.3.1(esbuild@0.15.18)(eslint@8.34.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5) '@docusaurus/plugin-content-docs': 2.3.1(esbuild@0.15.18)(eslint@8.34.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5) '@docusaurus/plugin-content-pages': 2.3.1(esbuild@0.15.18)(eslint@8.34.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5) - '@docusaurus/plugin-debug': 2.3.1(@types/react@17.0.53)(esbuild@0.15.18)(eslint@8.34.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5) + '@docusaurus/plugin-debug': 2.3.1(@types/react@18.0.20)(esbuild@0.15.18)(eslint@8.34.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5) '@docusaurus/plugin-google-analytics': 2.3.1(esbuild@0.15.18)(eslint@8.34.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5) '@docusaurus/plugin-google-gtag': 2.3.1(esbuild@0.15.18)(eslint@8.34.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5) '@docusaurus/plugin-google-tag-manager': 2.3.1(esbuild@0.15.18)(eslint@8.34.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5) '@docusaurus/plugin-sitemap': 2.3.1(esbuild@0.15.18)(eslint@8.34.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5) '@docusaurus/theme-classic': 2.3.1(esbuild@0.15.18)(eslint@8.34.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5) '@docusaurus/theme-common': 2.3.1(@docusaurus/types@2.3.1)(esbuild@0.15.18)(eslint@8.34.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5) - '@docusaurus/theme-search-algolia': 2.3.1(@algolia/client-search@4.14.3)(@docusaurus/types@2.3.1)(@types/react@17.0.53)(esbuild@0.15.18)(eslint@8.34.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5) + '@docusaurus/theme-search-algolia': 2.3.1(@algolia/client-search@4.14.3)(@docusaurus/types@2.3.1)(@types/react@18.0.20)(esbuild@0.15.18)(eslint@8.34.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5) '@docusaurus/types': 2.3.1(esbuild@0.15.18)(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) @@ -7026,7 +7014,7 @@ packages: peerDependencies: react: '*' dependencies: - '@types/react': 17.0.53 + '@types/react': 18.0.20 prop-types: 15.8.1 react: 17.0.2 @@ -7096,7 +7084,7 @@ packages: '@docusaurus/plugin-content-pages': 2.3.1(esbuild@0.15.18)(eslint@8.34.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5) '@docusaurus/utils': 2.3.1(@docusaurus/types@2.3.1)(esbuild@0.15.18) '@types/history': 4.7.11 - '@types/react': 17.0.53 + '@types/react': 18.0.20 '@types/react-router-config': 5.0.6 clsx: 1.2.1 parse-numeric-range: 1.3.0 @@ -7125,14 +7113,14 @@ packages: - webpack-cli dev: false - /@docusaurus/theme-search-algolia@2.3.1(@algolia/client-search@4.14.3)(@docusaurus/types@2.3.1)(@types/react@17.0.53)(esbuild@0.15.18)(eslint@8.34.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5): + /@docusaurus/theme-search-algolia@2.3.1(@algolia/client-search@4.14.3)(@docusaurus/types@2.3.1)(@types/react@18.0.20)(esbuild@0.15.18)(eslint@8.34.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5): resolution: {integrity: sha512-JdHaRqRuH1X++g5fEMLnq7OtULSGQdrs9AbhcWRQ428ZB8/HOiaN6mj3hzHvcD3DFgu7koIVtWPQnvnN7iwzHA==} engines: {node: '>=16.14'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docsearch/react': 3.3.3(@algolia/client-search@4.14.3)(@types/react@17.0.53)(react-dom@17.0.2)(react@17.0.2) + '@docsearch/react': 3.3.3(@algolia/client-search@4.14.3)(@types/react@18.0.20)(react-dom@17.0.2)(react@17.0.2) '@docusaurus/core': 2.3.1(@docusaurus/types@2.3.1)(esbuild@0.15.18)(eslint@8.34.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5) '@docusaurus/logger': 2.3.1 '@docusaurus/plugin-content-docs': 2.3.1(esbuild@0.15.18)(eslint@8.34.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5) @@ -7186,7 +7174,7 @@ packages: react-dom: ^16.8.4 || ^17.0.0 dependencies: '@types/history': 4.7.11 - '@types/react': 17.0.53 + '@types/react': 18.0.20 commander: 5.1.0 joi: 17.8.3 react: 17.0.2 @@ -7422,7 +7410,7 @@ packages: react: 18.2.0 dev: false - /@emotion/react@11.10.4(@babel/core@7.21.0)(@types/react@18.0.26)(react@18.2.0): + /@emotion/react@11.10.4(@babel/core@7.21.0)(@types/react@18.0.20)(react@18.2.0): resolution: {integrity: sha512-j0AkMpr6BL8gldJZ6XQsQ8DnS9TxEQu1R+OGmDZiWjBAJtCcbt0tS3I/YffoqHXxH6MjgI7KdMbYKw3MEiU9eA==} peerDependencies: '@babel/core': ^7.0.0 @@ -7442,7 +7430,7 @@ packages: '@emotion/use-insertion-effect-with-fallbacks': 1.0.0(react@18.2.0) '@emotion/utils': 1.2.0 '@emotion/weak-memoize': 0.3.0 - '@types/react': 18.0.26 + '@types/react': 18.0.20 hoist-non-react-statics: 3.3.2 react: 18.2.0 dev: false @@ -7500,7 +7488,7 @@ packages: react: 18.2.0 dev: false - /@emotion/styled@11.10.4(@babel/core@7.21.0)(@emotion/react@11.10.4)(@types/react@18.0.26)(react@18.2.0): + /@emotion/styled@11.10.4(@babel/core@7.21.0)(@emotion/react@11.10.4)(@types/react@18.0.20)(react@18.2.0): resolution: {integrity: sha512-pRl4R8Ez3UXvOPfc2bzIoV8u9P97UedgHS4FPX594ntwEuAMA114wlaHvOK24HB48uqfXiGlYIZYCxVJ1R1ttQ==} peerDependencies: '@babel/core': ^7.0.0 @@ -7517,11 +7505,11 @@ packages: '@babel/runtime': 7.21.0 '@emotion/babel-plugin': 11.10.2(@babel/core@7.21.0) '@emotion/is-prop-valid': 1.2.0 - '@emotion/react': 11.10.4(@babel/core@7.21.0)(@types/react@18.0.26)(react@18.2.0) + '@emotion/react': 11.10.4(@babel/core@7.21.0)(@types/react@18.0.20)(react@18.2.0) '@emotion/serialize': 1.1.0 '@emotion/use-insertion-effect-with-fallbacks': 1.0.0(react@18.2.0) '@emotion/utils': 1.2.0 - '@types/react': 18.0.26 + '@types/react': 18.0.20 react: 18.2.0 dev: false @@ -8559,31 +8547,7 @@ packages: react-is: 18.2.0 dev: false - /@mui/base@5.0.0-alpha.112(@types/react@18.0.26)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-KPwb1iYPXsV/P8uu0SNQrj7v7YU6wdN4Eccc2lZQyRDW+f6PJYjHBuFUTYKc408B98Jvs1XbC/z5MN45a2DWrQ==} - engines: {node: '>=12.0.0'} - peerDependencies: - '@types/react': ^17.0.0 || ^18.0.0 - react: ^17.0.0 || ^18.0.0 - react-dom: ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.21.0 - '@emotion/is-prop-valid': 1.2.0 - '@mui/types': 7.2.3(@types/react@18.0.26) - '@mui/utils': 5.11.12(react@18.2.0) - '@popperjs/core': 2.11.6 - '@types/react': 18.0.26 - clsx: 1.2.1 - prop-types: 15.8.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - react-is: 18.2.0 - dev: false - - /@mui/base@5.0.0-alpha.120(@types/react@18.0.26)(react-dom@18.2.0)(react@18.2.0): + /@mui/base@5.0.0-alpha.120(@types/react@18.0.20)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-UoIXLjbl8ghK7OSD1dYzHIj79sx9v5S2J7vYeuhxUS0QR0FwGZ3WLHd31TQ2CT2faPX/AXsHQeFn93wKSnjPUQ==} engines: {node: '>=12.0.0'} peerDependencies: @@ -8596,10 +8560,10 @@ packages: dependencies: '@babel/runtime': 7.21.0 '@emotion/is-prop-valid': 1.2.0 - '@mui/types': 7.2.3(@types/react@18.0.26) + '@mui/types': 7.2.3(@types/react@18.0.20) '@mui/utils': 5.11.12(react@18.2.0) '@popperjs/core': 2.11.6 - '@types/react': 18.0.26 + '@types/react': 18.0.20 clsx: 1.2.1 prop-types: 15.8.1 react: 18.2.0 @@ -8611,7 +8575,7 @@ packages: resolution: {integrity: sha512-Bgb6//KtxY7IC7M5Pa5RKFX1wttc213mqpKqydnz3wn4BGDXfA5c0vf5nTu5zqsJeB4T3ysAJTRJhQ/E1GsZDQ==} dev: false - /@mui/icons-material@5.11.0(@mui/material@5.11.3)(@types/react@18.0.26)(react@18.2.0): + /@mui/icons-material@5.11.0(@mui/material@5.11.3)(@types/react@18.0.20)(react@18.2.0): resolution: {integrity: sha512-I2LaOKqO8a0xcLGtIozC9xoXjZAto5G5gh0FYUMAlbsIHNHIjn4Xrw9rvjY20vZonyiGrZNMAlAXYkY6JvhF6A==} engines: {node: '>=12.0.0'} peerDependencies: @@ -8623,12 +8587,12 @@ packages: optional: true dependencies: '@babel/runtime': 7.21.0 - '@mui/material': 5.11.3(@emotion/react@11.10.4)(@emotion/styled@11.10.4)(@types/react@18.0.26)(react-dom@18.2.0)(react@18.2.0) - '@types/react': 18.0.26 + '@mui/material': 5.11.3(@emotion/react@11.10.4)(@emotion/styled@11.10.4)(@types/react@18.0.20)(react-dom@18.2.0)(react@18.2.0) + '@types/react': 18.0.20 react: 18.2.0 dev: false - /@mui/lab@5.0.0-alpha.122(@emotion/react@11.10.4)(@mui/material@5.11.3)(@types/react@18.0.26)(react-dom@18.2.0)(react@18.2.0): + /@mui/lab@5.0.0-alpha.122(@emotion/react@11.10.4)(@mui/material@5.11.3)(@types/react@18.0.20)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-rJyu9llUWAluUQgDEmN0WrpcFxeTdJgu+XYriJtp/MchdvKl/qVTlx+vhnIhqas2bySj5N1VQnkI6qOvfXiYvQ==} engines: {node: '>=12.0.0'} peerDependencies: @@ -8647,13 +8611,13 @@ packages: optional: true dependencies: '@babel/runtime': 7.21.0 - '@emotion/react': 11.10.4(@babel/core@7.21.0)(@types/react@18.0.26)(react@18.2.0) - '@mui/base': 5.0.0-alpha.120(@types/react@18.0.26)(react-dom@18.2.0)(react@18.2.0) - '@mui/material': 5.11.3(@emotion/react@11.10.4)(@emotion/styled@11.10.4)(@types/react@18.0.26)(react-dom@18.2.0)(react@18.2.0) - '@mui/system': 5.11.12(@emotion/react@11.10.4)(@types/react@18.0.26)(react@18.2.0) - '@mui/types': 7.2.3(@types/react@18.0.26) + '@emotion/react': 11.10.4(@babel/core@7.21.0)(@types/react@18.0.20)(react@18.2.0) + '@mui/base': 5.0.0-alpha.120(@types/react@18.0.20)(react-dom@18.2.0)(react@18.2.0) + '@mui/material': 5.11.3(@emotion/react@11.10.4)(@emotion/styled@11.10.4)(@types/react@18.0.20)(react-dom@18.2.0)(react@18.2.0) + '@mui/system': 5.11.12(@emotion/react@11.10.4)(@types/react@18.0.20)(react@18.2.0) + '@mui/types': 7.2.3(@types/react@18.0.20) '@mui/utils': 5.11.12(react@18.2.0) - '@types/react': 18.0.26 + '@types/react': 18.0.20 clsx: 1.2.1 prop-types: 15.8.1 react: 18.2.0 @@ -8679,8 +8643,8 @@ packages: optional: true dependencies: '@babel/runtime': 7.21.0 - '@emotion/react': 11.10.4(@babel/core@7.18.13)(@types/react@18.0.20)(react@18.2.0) - '@emotion/styled': 11.10.4(@babel/core@7.18.13)(@emotion/react@11.10.4)(@types/react@18.0.20)(react@18.2.0) + '@emotion/react': 11.10.4(@babel/core@7.21.0)(@types/react@18.0.20)(react@18.2.0) + '@emotion/styled': 11.10.4(@babel/core@7.21.0)(@emotion/react@11.10.4)(@types/react@18.0.20)(react@18.2.0) '@mui/base': 5.0.0-alpha.112(@types/react@18.0.20)(react-dom@18.2.0)(react@18.2.0) '@mui/core-downloads-tracker': 5.11.3 '@mui/system': 5.11.2(@emotion/react@11.10.4)(@emotion/styled@11.10.4)(@types/react@18.0.20)(react@18.2.0) @@ -8697,42 +8661,6 @@ packages: react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) dev: false - /@mui/material@5.11.3(@emotion/react@11.10.4)(@emotion/styled@11.10.4)(@types/react@18.0.26)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-Oz+rMFiMtxzzDLUxKyyj4mSxF9ShmsBoJ9qvglXCYqklgSrEl1R/Z4hfPZ+2pWd5CriO8U/0CFHr4DksrlTiCw==} - engines: {node: '>=12.0.0'} - peerDependencies: - '@emotion/react': ^11.5.0 - '@emotion/styled': ^11.3.0 - '@types/react': ^17.0.0 || ^18.0.0 - react: ^17.0.0 || ^18.0.0 - react-dom: ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - '@emotion/react': - optional: true - '@emotion/styled': - optional: true - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.21.0 - '@emotion/react': 11.10.4(@babel/core@7.21.0)(@types/react@18.0.26)(react@18.2.0) - '@emotion/styled': 11.10.4(@babel/core@7.21.0)(@emotion/react@11.10.4)(@types/react@18.0.26)(react@18.2.0) - '@mui/base': 5.0.0-alpha.112(@types/react@18.0.26)(react-dom@18.2.0)(react@18.2.0) - '@mui/core-downloads-tracker': 5.11.3 - '@mui/system': 5.11.2(@emotion/react@11.10.4)(@emotion/styled@11.10.4)(@types/react@18.0.26)(react@18.2.0) - '@mui/types': 7.2.3(@types/react@18.0.26) - '@mui/utils': 5.11.2(react@18.2.0) - '@types/react': 18.0.26 - '@types/react-transition-group': 4.4.5 - clsx: 1.2.1 - csstype: 3.1.1 - prop-types: 15.8.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - react-is: 18.2.0 - react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) - dev: false - /@mui/private-theming@5.11.12(@types/react@18.0.20)(react@18.2.0): resolution: {integrity: sha512-hnJ0svNI1TPeWZ18E6DvES8PB4NyMLwal6EyXf69rTrYqT6wZPLjB+HiCYfSOCqU/fwArhupSqIIkQpDs8CkAw==} engines: {node: '>=12.0.0'} @@ -8750,23 +8678,6 @@ packages: react: 18.2.0 dev: false - /@mui/private-theming@5.11.12(@types/react@18.0.26)(react@18.2.0): - resolution: {integrity: sha512-hnJ0svNI1TPeWZ18E6DvES8PB4NyMLwal6EyXf69rTrYqT6wZPLjB+HiCYfSOCqU/fwArhupSqIIkQpDs8CkAw==} - engines: {node: '>=12.0.0'} - peerDependencies: - '@types/react': ^17.0.0 || ^18.0.0 - react: ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.21.0 - '@mui/utils': 5.11.12(react@18.2.0) - '@types/react': 18.0.26 - prop-types: 15.8.1 - react: 18.2.0 - dev: false - /@mui/styled-engine@5.11.11(@emotion/react@11.10.4)(@emotion/styled@11.10.4)(react@18.2.0): resolution: {integrity: sha512-wV0UgW4lN5FkDBXefN8eTYeuE9sjyQdg5h94vtwZCUamGQEzmCOtir4AakgmbWMy0x8OLjdEUESn9wnf5J9MOg==} engines: {node: '>=12.0.0'} @@ -8782,14 +8693,14 @@ packages: dependencies: '@babel/runtime': 7.21.0 '@emotion/cache': 11.10.5 - '@emotion/react': 11.10.4(@babel/core@7.21.0)(@types/react@18.0.26)(react@18.2.0) - '@emotion/styled': 11.10.4(@babel/core@7.21.0)(@emotion/react@11.10.4)(@types/react@18.0.26)(react@18.2.0) + '@emotion/react': 11.10.4(@babel/core@7.21.0)(@types/react@18.0.20)(react@18.2.0) + '@emotion/styled': 11.10.4(@babel/core@7.21.0)(@emotion/react@11.10.4)(@types/react@18.0.20)(react@18.2.0) csstype: 3.1.1 prop-types: 15.8.1 react: 18.2.0 dev: false - /@mui/system@5.11.12(@emotion/react@11.10.4)(@types/react@18.0.26)(react@18.2.0): + /@mui/system@5.11.12(@emotion/react@11.10.4)(@types/react@18.0.20)(react@18.2.0): resolution: {integrity: sha512-sYjsXkiwKpZDC3aS6O/6KTjji0jGINLQcrD5EJ5NTkIDiLf19I4HJhnufgKqlTWNfoDBlRohuTf3TzfM06c4ug==} engines: {node: '>=12.0.0'} peerDependencies: @@ -8806,12 +8717,12 @@ packages: optional: true dependencies: '@babel/runtime': 7.21.0 - '@emotion/react': 11.10.4(@babel/core@7.21.0)(@types/react@18.0.26)(react@18.2.0) - '@mui/private-theming': 5.11.12(@types/react@18.0.26)(react@18.2.0) + '@emotion/react': 11.10.4(@babel/core@7.21.0)(@types/react@18.0.20)(react@18.2.0) + '@mui/private-theming': 5.11.12(@types/react@18.0.20)(react@18.2.0) '@mui/styled-engine': 5.11.11(@emotion/react@11.10.4)(@emotion/styled@11.10.4)(react@18.2.0) - '@mui/types': 7.2.3(@types/react@18.0.26) + '@mui/types': 7.2.3(@types/react@18.0.20) '@mui/utils': 5.11.12(react@18.2.0) - '@types/react': 18.0.26 + '@types/react': 18.0.20 clsx: 1.2.1 csstype: 3.1.1 prop-types: 15.8.1 @@ -8835,8 +8746,8 @@ packages: optional: true dependencies: '@babel/runtime': 7.21.0 - '@emotion/react': 11.10.4(@babel/core@7.18.13)(@types/react@18.0.20)(react@18.2.0) - '@emotion/styled': 11.10.4(@babel/core@7.18.13)(@emotion/react@11.10.4)(@types/react@18.0.20)(react@18.2.0) + '@emotion/react': 11.10.4(@babel/core@7.21.0)(@types/react@18.0.20)(react@18.2.0) + '@emotion/styled': 11.10.4(@babel/core@7.21.0)(@emotion/react@11.10.4)(@types/react@18.0.20)(react@18.2.0) '@mui/private-theming': 5.11.12(@types/react@18.0.20)(react@18.2.0) '@mui/styled-engine': 5.11.11(@emotion/react@11.10.4)(@emotion/styled@11.10.4)(react@18.2.0) '@mui/types': 7.2.3(@types/react@18.0.20) @@ -8848,36 +8759,6 @@ packages: react: 18.2.0 dev: false - /@mui/system@5.11.2(@emotion/react@11.10.4)(@emotion/styled@11.10.4)(@types/react@18.0.26)(react@18.2.0): - resolution: {integrity: sha512-PPkYhrcP2MkhscX6SauIl0wPgra0w1LGPtll+hIKc2Z2JbGRSrUCFif93kxejB7I1cAoCay9jWW4mnNhsOqF/g==} - engines: {node: '>=12.0.0'} - peerDependencies: - '@emotion/react': ^11.5.0 - '@emotion/styled': ^11.3.0 - '@types/react': ^17.0.0 || ^18.0.0 - react: ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - '@emotion/react': - optional: true - '@emotion/styled': - optional: true - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.21.0 - '@emotion/react': 11.10.4(@babel/core@7.21.0)(@types/react@18.0.26)(react@18.2.0) - '@emotion/styled': 11.10.4(@babel/core@7.21.0)(@emotion/react@11.10.4)(@types/react@18.0.26)(react@18.2.0) - '@mui/private-theming': 5.11.12(@types/react@18.0.26)(react@18.2.0) - '@mui/styled-engine': 5.11.11(@emotion/react@11.10.4)(@emotion/styled@11.10.4)(react@18.2.0) - '@mui/types': 7.2.3(@types/react@18.0.26) - '@mui/utils': 5.11.12(react@18.2.0) - '@types/react': 18.0.26 - clsx: 1.2.1 - csstype: 3.1.1 - prop-types: 15.8.1 - react: 18.2.0 - dev: false - /@mui/types@7.2.3(@types/react@18.0.20): resolution: {integrity: sha512-tZ+CQggbe9Ol7e/Fs5RcKwg/woU+o8DCtOnccX6KmbBc7YrfqMYEYuaIcXHuhpT880QwNkZZ3wQwvtlDFA2yOw==} peerDependencies: @@ -8889,17 +8770,6 @@ packages: '@types/react': 18.0.20 dev: false - /@mui/types@7.2.3(@types/react@18.0.26): - resolution: {integrity: sha512-tZ+CQggbe9Ol7e/Fs5RcKwg/woU+o8DCtOnccX6KmbBc7YrfqMYEYuaIcXHuhpT880QwNkZZ3wQwvtlDFA2yOw==} - peerDependencies: - '@types/react': '*' - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@types/react': 18.0.26 - dev: false - /@mui/utils@5.11.12(react@18.2.0): resolution: {integrity: sha512-5vH9B/v8pzkpEPO2HvGM54ToXV6cFdAn8UrvdN8TMEEwpn/ycW0jLiyBcgUlPsQ+xha7hqXCPQYHaYFDIcwaiw==} engines: {node: '>=12.0.0'} @@ -13893,7 +13763,7 @@ packages: /@types/hoist-non-react-statics@3.3.1: resolution: {integrity: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==} dependencies: - '@types/react': 17.0.53 + '@types/react': 18.0.20 hoist-non-react-statics: 3.3.2 /@types/html-minifier-terser@5.1.2: @@ -14078,7 +13948,7 @@ packages: /@types/loadable__component@5.13.4: resolution: {integrity: sha512-YhoCCxyuvP2XeZNbHbi8Wb9EMaUJuA2VGHxJffcQYrJKIKSkymJrhbzsf9y4zpTmr5pExAAEh5hbF628PAZ8Dg==} dependencies: - '@types/react': 17.0.53 + '@types/react': 18.0.20 dev: true /@types/lodash-es@4.17.7: @@ -14348,126 +14218,95 @@ packages: /@types/react-canvas-draw@1.2.0: resolution: {integrity: sha512-ZrGtORZSsF5ErpRiWw2/Yqwkf7CyCgcNfLnABb6kjCTsx8AjcepO3pkKOOYS7MqGyLHALB6GLuSALl1PtEpRhA==} dependencies: - '@types/react': 17.0.53 + '@types/react': 18.0.20 dev: true /@types/react-color@3.0.6: resolution: {integrity: sha512-OzPIO5AyRmLA7PlOyISlgabpYUa3En74LP8mTMa0veCA719SvYQov4WLMsHvCgXP+L+KI9yGhYnqZafVGG0P4w==} dependencies: - '@types/react': 17.0.53 + '@types/react': 18.0.20 '@types/reactcss': 1.2.6 dev: false /@types/react-dom@18.0.10: resolution: {integrity: sha512-E42GW/JA4Qv15wQdqJq8DL4JhNpB3prJgjgapN3qJT9K2zO5IIAQh4VXvCEDupoqAwnz0cY4RlXeC/ajX5SFHg==} dependencies: - '@types/react': 17.0.53 + '@types/react': 18.0.20 /@types/react-dom@18.0.6: resolution: {integrity: sha512-/5OFZgfIPSwy+YuIBP/FgJnQnsxhZhjjrnxudMddeblOouIodEQ75X14Rr4wGSG/bknL+Omy9iWlLo1u/9GzAA==} dependencies: - '@types/react': 17.0.53 + '@types/react': 18.0.20 /@types/react-helmet@6.1.6: resolution: {integrity: sha512-ZKcoOdW/Tg+kiUbkFCBtvDw0k3nD4HJ/h/B9yWxN4uDO8OkRksWTO+EL+z/Qu3aHTeTll3Ro0Cc/8UhwBCMG5A==} dependencies: - '@types/react': 17.0.53 + '@types/react': 18.0.20 dev: true /@types/react-highlight@0.12.5: resolution: {integrity: sha512-P8+mTxltxDdQ+99l+pjn40clziSbNrZy5d5zmvG+j3jKzokAhCoCZlIRmmnFgETTYubuqwKjvXSlvesBZcTfvQ==} dependencies: - '@types/react': 17.0.53 + '@types/react': 18.0.20 dev: true /@types/react-is@17.0.3: resolution: {integrity: sha512-aBTIWg1emtu95bLTLx0cpkxwGW3ueZv71nE2YFBpL8k/z5czEW8yYpOo8Dp+UUAFAtKwNaOsh/ioSeQnWlZcfw==} dependencies: - '@types/react': 17.0.53 + '@types/react': 18.0.20 dev: false /@types/react-mentions@4.1.8: resolution: {integrity: sha512-Go86ozdnh0FTNbiGiDPAcNqYqtab9iGzLOgZPYUKrnhI4539jGzfJtP6rFHcXgi9Koe58yhkeyKYib6Ucul/sQ==} dependencies: - '@types/react': 17.0.53 + '@types/react': 18.0.20 dev: true /@types/react-router-config@5.0.6: resolution: {integrity: sha512-db1mx37a1EJDf1XeX8jJN7R3PZABmJQXR8r28yUjVMFSjkmnQo6X6pOEEmNl+Tp2gYQOGPdYbFIipBtdElZ3Yg==} dependencies: '@types/history': 4.7.11 - '@types/react': 17.0.53 + '@types/react': 18.0.20 '@types/react-router': 5.1.20 /@types/react-router-dom@5.3.3: resolution: {integrity: sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw==} dependencies: '@types/history': 4.7.11 - '@types/react': 17.0.53 + '@types/react': 18.0.20 '@types/react-router': 5.1.20 /@types/react-router@5.1.18: resolution: {integrity: sha512-YYknwy0D0iOwKQgz9v8nOzt2J6l4gouBmDnWqUUznltOTaon+r8US8ky8HvN0tXvc38U9m6z/t2RsVsnd1zM0g==} dependencies: '@types/history': 4.7.11 - '@types/react': 17.0.53 + '@types/react': 18.0.20 dev: true /@types/react-router@5.1.20: resolution: {integrity: sha512-jGjmu/ZqS7FjSH6owMcD5qpq19+1RS9DeVRqfl1FeBMxTDQAGwlMWOcs52NDoXaNKyG3d1cYQFMs9rCrb88o9Q==} dependencies: '@types/history': 4.7.11 - '@types/react': 17.0.53 + '@types/react': 18.0.20 /@types/react-transition-group@4.4.5: resolution: {integrity: sha512-juKD/eiSM3/xZYzjuzH6ZwpP+/lejltmiS3QEzV/vmb/Q8+HfDmxu+Baga8UEMGBqV88Nbg4l2hY/K2DkyaLLA==} dependencies: - '@types/react': 17.0.53 + '@types/react': 18.0.20 /@types/react-virtualized-auto-sizer@1.0.1: resolution: {integrity: sha512-GH8sAnBEM5GV9LTeiz56r4ZhMOUSrP43tAQNSRVxNexDjcNKLCEtnxusAItg1owFUFE6k0NslV26gqVClVvong==} dependencies: - '@types/react': 17.0.53 + '@types/react': 18.0.20 dev: true /@types/react-virtualized@9.21.21: resolution: {integrity: sha512-Exx6I7p4Qn+BBA1SRyj/UwQlZ0I0Pq7g7uhAp0QQ4JWzZunqEqNBGTmCmMmS/3N9wFgAGWuBD16ap7k8Y14VPA==} dependencies: '@types/prop-types': 15.7.5 - '@types/react': 17.0.53 - dev: true - - /@types/react@16.14.32: - resolution: {integrity: sha512-hvEy4vGVADbtj/U6+CA5SRC5QFIjdxD7JslAie8EuAYZwhYY9bgforpXNyF1VFzhnkEOesDy1278t1wdjN74cw==} - dependencies: - '@types/prop-types': 15.7.5 - '@types/scheduler': 0.16.2 - csstype: 3.1.1 - dev: false - - /@types/react@17.0.48: - resolution: {integrity: sha512-zJ6IYlJ8cYYxiJfUaZOQee4lh99mFihBoqkOSEGV+dFi9leROW6+PgstzQ+w3gWTnUfskALtQPGHK6dYmPj+2A==} - dependencies: - '@types/prop-types': 15.7.5 - '@types/scheduler': 0.16.2 - csstype: 3.1.1 - dev: true - - /@types/react@17.0.52: - resolution: {integrity: sha512-vwk8QqVODi0VaZZpDXQCmEmiOuyjEFPY7Ttaw5vjM112LOq37yz1CDJGrRJwA1fYEq4Iitd5rnjd1yWAc/bT+A==} - dependencies: - '@types/prop-types': 15.7.5 - '@types/scheduler': 0.16.2 - csstype: 3.1.1 + '@types/react': 18.0.20 dev: true - /@types/react@17.0.53: - resolution: {integrity: sha512-1yIpQR2zdYu1Z/dc1OxC+MA6GR240u3gcnP4l6mvj/PJiVaqHsQPmWttsvHsfnhfPbU2FuGmo0wSITPygjBmsw==} - dependencies: - '@types/prop-types': 15.7.5 - '@types/scheduler': 0.16.2 - csstype: 3.1.1 - /@types/react@18.0.20: resolution: {integrity: sha512-MWul1teSPxujEHVwZl4a5HxQ9vVNsjTchVA+xRqv/VYGCuKGAU6UhfrTdF5aBefwD1BHUD8i/zq+O/vyCm/FrA==} dependencies: @@ -14475,17 +14314,10 @@ packages: '@types/scheduler': 0.16.2 csstype: 3.1.1 - /@types/react@18.0.26: - resolution: {integrity: sha512-hCR3PJQsAIXyxhTNSiDFY//LhnMZWpNNr5etoCqx/iUfGc5gXWtQR2Phl908jVR6uPXacojQWTg4qRpkxTuGug==} - dependencies: - '@types/prop-types': 15.7.5 - '@types/scheduler': 0.16.2 - csstype: 3.1.1 - /@types/reactcss@1.2.6: resolution: {integrity: sha512-qaIzpCuXNWomGR1Xq8SCFTtF4v8V27Y6f+b9+bzHiv087MylI/nTCqqdChNeWS7tslgROmYB7yeiruWX7WnqNg==} dependencies: - '@types/react': 17.0.53 + '@types/react': 18.0.20 dev: false /@types/refractor@3.0.2: @@ -14571,7 +14403,7 @@ packages: resolution: {integrity: sha512-KuKJ9Z6xb93uJiIyxo/+ksS7yLjS1KzG6iv5i78dhVg/X3u5t1H7juRWqVmodIdz6wGVaIApo1u01kmFRdJHVw==} dependencies: '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 17.0.53 + '@types/react': 18.0.20 csstype: 3.1.1 dev: true @@ -15427,7 +15259,7 @@ packages: '@rollup/plugin-node-resolve': 9.0.0(rollup@2.79.1) '@rollup/plugin-replace': 2.4.2(rollup@2.79.1) '@types/babel-core': 6.25.7 - '@types/react': 16.14.32 + '@types/react': 18.0.20 axios: 0.24.0 babel-plugin-styled-components: 1.13.3(styled-components@5.3.6) commander: 5.1.0 @@ -31572,8 +31404,8 @@ packages: react-router: ^6.1.0 react-router-dom: ^6.1.0 dependencies: - '@mui/icons-material': 5.11.0(@mui/material@5.11.3)(@types/react@18.0.26)(react@18.2.0) - '@mui/material': 5.11.3(@emotion/react@11.10.4)(@emotion/styled@11.10.4)(@types/react@18.0.26)(react-dom@18.2.0)(react@18.2.0) + '@mui/icons-material': 5.11.0(@mui/material@5.11.3)(@types/react@18.0.20)(react@18.2.0) + '@mui/material': 5.11.3(@emotion/react@11.10.4)(@emotion/styled@11.10.4)(@types/react@18.0.20)(react-dom@18.2.0)(react@18.2.0) autosuggest-highlight: 3.3.4 clsx: 1.2.1 css-mediaquery: 0.1.2 @@ -32203,16 +32035,16 @@ packages: minimist: 1.2.8 strip-json-comments: 2.0.1 - /react-admin@4.7.1(@babel/core@7.21.0)(@types/react@18.0.26)(react-dom@18.2.0)(react@18.2.0): + /react-admin@4.7.1(@babel/core@7.21.0)(@types/react@18.0.20)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-dxKhIFfBHHUMNavzBJGdWWmz52d465T5h7WY5eb8CPfFmHGY8m92E4t8Qcw1evdnJVswWOogxQpdKm+hL0qoZQ==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.9.0 || ^17.0.0 || ^18.0.0 dependencies: - '@emotion/react': 11.10.4(@babel/core@7.21.0)(@types/react@18.0.26)(react@18.2.0) - '@emotion/styled': 11.10.4(@babel/core@7.21.0)(@emotion/react@11.10.4)(@types/react@18.0.26)(react@18.2.0) - '@mui/icons-material': 5.11.0(@mui/material@5.11.3)(@types/react@18.0.26)(react@18.2.0) - '@mui/material': 5.11.3(@emotion/react@11.10.4)(@emotion/styled@11.10.4)(@types/react@18.0.26)(react-dom@18.2.0)(react@18.2.0) + '@emotion/react': 11.10.4(@babel/core@7.21.0)(@types/react@18.0.20)(react@18.2.0) + '@emotion/styled': 11.10.4(@babel/core@7.21.0)(@emotion/react@11.10.4)(@types/react@18.0.20)(react@18.2.0) + '@mui/icons-material': 5.11.0(@mui/material@5.11.3)(@types/react@18.0.20)(react@18.2.0) + '@mui/material': 5.11.3(@emotion/react@11.10.4)(@emotion/styled@11.10.4)(@types/react@18.0.20)(react-dom@18.2.0)(react@18.2.0) history: 5.3.0 ra-core: 4.7.0(history@5.3.0)(react-dom@18.2.0)(react-hook-form@7.41.5)(react-router-dom@6.5.0)(react-router@6.8.1)(react@18.2.0) ra-i18n-polyglot: 4.7.0(history@5.3.0)(react-dom@18.2.0)(react-hook-form@7.41.5)(react-router-dom@6.5.0)(react-router@6.5.0)(react@18.2.0) @@ -32525,7 +32357,7 @@ packages: yup: 0.32.11 dev: false - /react-focus-lock@2.9.1(@types/react@18.0.26)(react@18.2.0): + /react-focus-lock@2.9.1(@types/react@18.0.20)(react@18.2.0): resolution: {integrity: sha512-pSWOQrUmiKLkffPO6BpMXN7SNKXMsuOakl652IBuALAu1esk+IcpJyM+ALcYzPTTFz1rD0R54aB9A4HuP5t1Wg==} peerDependencies: '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -32535,13 +32367,13 @@ packages: optional: true dependencies: '@babel/runtime': 7.21.0 - '@types/react': 18.0.26 + '@types/react': 18.0.20 focus-lock: 0.11.3 prop-types: 15.8.1 react: 18.2.0 react-clientside-effect: 1.2.6(react@18.2.0) - use-callback-ref: 1.3.0(@types/react@18.0.26)(react@18.2.0) - use-sidecar: 1.1.2(@types/react@18.0.26)(react@18.2.0) + use-callback-ref: 1.3.0(@types/react@18.0.20)(react@18.2.0) + use-sidecar: 1.1.2(@types/react@18.0.20)(react@18.2.0) dev: false /react-helmet-async@1.3.0(react-dom@17.0.2)(react@17.0.2): @@ -32659,7 +32491,7 @@ packages: /react-is@18.2.0: resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} - /react-json-view@1.21.3(@types/react@17.0.53)(react-dom@17.0.2)(react@17.0.2): + /react-json-view@1.21.3(@types/react@18.0.20)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-13p8IREj9/x/Ye4WI/JpjhoIwuzEgUAtgJZNBJckfzJt1qyh24BdTm6UQNGnyTq9dapQdrqvquZTo3dz1X6Cjw==} peerDependencies: react: ^17.0.0 || ^16.3.0 || ^15.5.4 @@ -32670,7 +32502,7 @@ packages: react-base16-styling: 0.6.0 react-dom: 17.0.2(react@17.0.2) react-lifecycles-compat: 3.0.4 - react-textarea-autosize: 8.4.0(@types/react@17.0.53)(react@17.0.2) + react-textarea-autosize: 8.4.0(@types/react@18.0.20)(react@17.0.2) transitivePeerDependencies: - '@types/react' - encoding @@ -33046,7 +32878,7 @@ packages: split.js: 1.6.5 dev: false - /react-textarea-autosize@8.4.0(@types/react@17.0.53)(react@17.0.2): + /react-textarea-autosize@8.4.0(@types/react@18.0.20)(react@17.0.2): resolution: {integrity: sha512-YrTFaEHLgJsi8sJVYHBzYn+mkP3prGkmP2DKb/tm0t7CLJY5t1Rxix8070LAKb0wby7bl/lf2EeHkuMihMZMwQ==} engines: {node: '>=10'} peerDependencies: @@ -33055,7 +32887,7 @@ packages: '@babel/runtime': 7.21.0 react: 17.0.2 use-composed-ref: 1.3.0(react@17.0.2) - use-latest: 1.2.1(@types/react@17.0.53)(react@17.0.2) + use-latest: 1.2.1(@types/react@18.0.20)(react@17.0.2) transitivePeerDependencies: - '@types/react' dev: false @@ -37382,7 +37214,7 @@ packages: /tushan@0.0.1(ts-node@10.9.1): resolution: {integrity: sha512-lTnO2UyyYbPc2rWnQSkOO51CahFcT7fPmXhTR1UgTNdlUT+eDj3zSXcZPIgzM2qaBWGY+//uvple4ZrVsEFnAw==} dependencies: - '@arco-design/web-react': 2.40.2(@types/react@18.0.26)(react-dom@18.2.0)(react@18.2.0) + '@arco-design/web-react': 2.40.2(@types/react@18.0.20)(react-dom@18.2.0)(react@18.2.0) '@arco-plugins/vite-react': 1.3.2 '@koa/router': 12.0.0 '@types/find-cache-dir': 3.2.1 @@ -37397,7 +37229,7 @@ packages: '@types/node': 18.11.16 '@types/passport': 1.0.11 '@types/passport-local': 1.0.34 - '@types/react': 18.0.26 + '@types/react': 18.0.20 '@types/react-dom': 18.0.10 '@vitejs/plugin-react': 2.1.0(vite@3.1.7) ahooks: 3.7.4(react@18.2.0) @@ -38197,7 +38029,7 @@ packages: punycode: 1.3.2 querystring: 0.2.0 - /use-callback-ref@1.3.0(@types/react@18.0.26)(react@18.2.0): + /use-callback-ref@1.3.0(@types/react@18.0.20)(react@18.2.0): resolution: {integrity: sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w==} engines: {node: '>=10'} peerDependencies: @@ -38207,7 +38039,7 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.26 + '@types/react': 18.0.20 react: 18.2.0 tslib: 2.5.0 dev: false @@ -38220,7 +38052,7 @@ packages: react: 17.0.2 dev: false - /use-isomorphic-layout-effect@1.1.2(@types/react@17.0.53)(react@17.0.2): + /use-isomorphic-layout-effect@1.1.2(@types/react@18.0.20)(react@17.0.2): resolution: {integrity: sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==} peerDependencies: '@types/react': '*' @@ -38229,7 +38061,7 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 17.0.53 + '@types/react': 18.0.20 react: 17.0.2 dev: false @@ -38246,7 +38078,7 @@ packages: react: 18.2.0 dev: false - /use-latest@1.2.1(@types/react@17.0.53)(react@17.0.2): + /use-latest@1.2.1(@types/react@18.0.20)(react@17.0.2): resolution: {integrity: sha512-xA+AVm/Wlg3e2P/JiItTziwS7FK92LWrDB0p+hgXloIMuVCeJJ8v6f0eeHyPZaJrM+usM1FkFfbNCrJGs8A/zw==} peerDependencies: '@types/react': '*' @@ -38255,9 +38087,9 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 17.0.53 + '@types/react': 18.0.20 react: 17.0.2 - use-isomorphic-layout-effect: 1.1.2(@types/react@17.0.53)(react@17.0.2) + use-isomorphic-layout-effect: 1.1.2(@types/react@18.0.20)(react@17.0.2) dev: false /use-memo-one@1.1.3(react@16.14.0): @@ -38290,7 +38122,7 @@ packages: serialize-query-params: 2.0.2 dev: true - /use-sidecar@1.1.2(@types/react@18.0.26)(react@18.2.0): + /use-sidecar@1.1.2(@types/react@18.0.20)(react@18.2.0): resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==} engines: {node: '>=10'} peerDependencies: @@ -38300,7 +38132,7 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.26 + '@types/react': 18.0.20 detect-node-es: 1.1.0 react: 18.2.0 tslib: 2.5.0 diff --git a/server/plugins/com.msgbyte.github/package.json b/server/plugins/com.msgbyte.github/package.json index 4aff613a..4a9a3c21 100644 --- a/server/plugins/com.msgbyte.github/package.json +++ b/server/plugins/com.msgbyte.github/package.json @@ -10,11 +10,9 @@ "build:web:watch": "ministar watchPlugin all" }, "dependencies": { - "@octokit/webhooks-types": "^5.4.0", - "react": "^17.0.2" + "@octokit/webhooks-types": "^5.4.0" }, "devDependencies": { - "@types/react": "^17.0.38", "less": "^4.1.2", "mini-star": "^1.2.8", "rollup-plugin-less": "^1.1.3" diff --git a/server/plugins/com.msgbyte.tasks/package.json b/server/plugins/com.msgbyte.tasks/package.json index e4dcc513..bfe971fb 100644 --- a/server/plugins/com.msgbyte.tasks/package.json +++ b/server/plugins/com.msgbyte.tasks/package.json @@ -10,12 +10,10 @@ "build:web:watch": "ministar watchPlugin all" }, "devDependencies": { - "@types/react": "^17.0.38", "less": "^4.1.2", "mini-star": "^1.2.8", "rollup-plugin-less": "^1.1.3" }, "dependencies": { - "react": "^17.0.2" } }