chore: fixing inconsistent dependencies across the platform (#5885)
* chore: fixing inconsistent dependies across the platform * fix: fixing peer dependencies * chore: yarn lock regeneration
This commit is contained in:
parent
8a1d3c4cf9
commit
b87516b0be
8 changed files with 554 additions and 805 deletions
|
|
@ -30,9 +30,8 @@
|
|||
"format": "prettier --write \"**/*.{ts,tsx,md}\""
|
||||
},
|
||||
"peerDependencies": {
|
||||
"next": "12.3.2",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "18.2.0"
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "18.3.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@floating-ui/react": "^0.26.4",
|
||||
|
|
@ -76,8 +75,8 @@
|
|||
"@plane/eslint-config": "*",
|
||||
"@plane/typescript-config": "*",
|
||||
"@types/node": "18.15.3",
|
||||
"@types/react": "^18.2.42",
|
||||
"@types/react-dom": "^18.2.17",
|
||||
"@types/react": "^18.3.11",
|
||||
"@types/react-dom": "^18.2.18",
|
||||
"postcss": "^8.4.38",
|
||||
"tailwind-config-custom": "*",
|
||||
"tsup": "^7.2.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue