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

@ -28,7 +28,6 @@
"@plane/ui": "*",
"@popperjs/core": "^2.11.8",
"@sentry/nextjs": "^7.36.0",
"@types/react-datepicker": "^4.8.0",
"axios": "^1.1.3",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
@ -63,9 +62,10 @@
"@types/lodash": "^4.14.202",
"@types/node": "18.0.6",
"@types/nprogress": "^0.2.0",
"@types/react": "^18.2.39",
"@types/react": "^18.2.42",
"@types/react-datepicker": "^4.8.0",
"@types/react-dom": "^18.2.17",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.2.14",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",