diff --git a/package.json b/package.json index fd5b31c39..27f3007d5 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "@types/markdown-escape": "1.1.0", "@types/node": "18.14.6", "@types/randomcolor": "0.5.7", - "@types/react": "17.0.53", + "@types/react": "18.0.29", "@types/react-collapse": "5.0.1", "@types/react-color": "3.0.6", "@types/react-dom": "18.0.11", @@ -137,7 +137,7 @@ }, "resolutions": { "react-use": "17.4.0", - "@types/react": "17.0.53" + "@types/react": "18.0.29" }, "nextBundleAnalysis": { "budget": 358400, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b325baf1d..50202155d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2,7 +2,7 @@ lockfileVersion: 5.4 overrides: react-use: 17.4.0 - '@types/react': 17.0.53 + '@types/react': 18.0.29 importers: @@ -21,7 +21,7 @@ importers: '@types/markdown-escape': 1.1.0 '@types/node': 18.14.6 '@types/randomcolor': 0.5.7 - '@types/react': 17.0.53 + '@types/react': 18.0.29 '@types/react-collapse': 5.0.1 '@types/react-color': 3.0.6 '@types/react-dom': 18.0.11 @@ -128,7 +128,7 @@ importers: '@types/markdown-escape': 1.1.0 '@types/node': 18.14.6 '@types/randomcolor': 0.5.7 - '@types/react': 17.0.53 + '@types/react': 18.0.29 '@types/react-collapse': 5.0.1 '@types/react-color': 3.0.6 '@types/react-dom': 18.0.11 @@ -1566,30 +1566,30 @@ packages: /@types/react-collapse/5.0.1: resolution: {integrity: sha512-Iq3OrqvzCIP0DmAawU4T2VKH6XAplbjo/D7Qk14mcfQ92plU+OrA2SF10r2XrcFg1Wvya/5f8w1vS29RVpdoLQ==} dependencies: - '@types/react': 17.0.53 + '@types/react': 18.0.29 dev: true /@types/react-color/3.0.6: resolution: {integrity: sha512-OzPIO5AyRmLA7PlOyISlgabpYUa3En74LP8mTMa0veCA719SvYQov4WLMsHvCgXP+L+KI9yGhYnqZafVGG0P4w==} dependencies: - '@types/react': 17.0.53 + '@types/react': 18.0.29 '@types/reactcss': 1.2.6 dev: true /@types/react-dom/18.0.11: resolution: {integrity: sha512-O38bPbI2CWtgw/OoQoY+BRelw7uysmXbWvw3nLWO21H1HSh+GOlqPuXshJfjmpNlKiiSDG9cc1JZAaMmVdcTlw==} dependencies: - '@types/react': 17.0.53 + '@types/react': 18.0.29 dev: true /@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.29 dev: true - /@types/react/17.0.53: - resolution: {integrity: sha512-1yIpQR2zdYu1Z/dc1OxC+MA6GR240u3gcnP4l6mvj/PJiVaqHsQPmWttsvHsfnhfPbU2FuGmo0wSITPygjBmsw==} + /@types/react/18.0.29: + resolution: {integrity: sha512-wXHktgUABxplw1+UnljseDq4+uztQyp2tlWZRIxHlpchsCFqiYkvaDS8JR7eKOQm8wziTH/el5qL7D6gYNkYcw==} dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.2 @@ -1599,7 +1599,7 @@ packages: /@types/reactcss/1.2.6: resolution: {integrity: sha512-qaIzpCuXNWomGR1Xq8SCFTtF4v8V27Y6f+b9+bzHiv087MylI/nTCqqdChNeWS7tslgROmYB7yeiruWX7WnqNg==} dependencies: - '@types/react': 17.0.53 + '@types/react': 18.0.29 dev: true /@types/remove-markdown/0.3.1: