fix: upgrading types react package (#3014)

This commit is contained in:
sriram veeraghanta
2023-12-06 20:07:39 +05:30
parent e585255c4c
commit 691666e5e2
11 changed files with 1163 additions and 1087 deletions

View File

@@ -5,9 +5,6 @@ const withImages = require("next-images");
const nextConfig = {
reactStrictMode: false,
swcMinify: true,
experimental: {
outputFileTracingRoot: path.join(__dirname, "../"),
},
images: {
unoptimized: true,
},

View File

@@ -44,8 +44,8 @@
"@types/js-cookie": "^3.0.3",
"@types/node": "18.14.1",
"@types/nprogress": "^0.2.0",
"@types/react": "18.2.39",
"@types/react-dom": "18.0.11",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"eslint": "8.34.0",