chore(frontend): update nextjs version

This commit is contained in:
leandrofars 2024-06-13 12:27:49 -03:00
parent 832b2cae7e
commit 6f9e0b9e92
2 changed files with 3810 additions and 6159 deletions

File diff suppressed because it is too large Load Diff

View File

@ -26,12 +26,12 @@
"apexcharts": "3.37.0", "apexcharts": "3.37.0",
"date-fns": "2.29.3", "date-fns": "2.29.3",
"formik": "2.2.9", "formik": "2.2.9",
"next": "13.5.6", "next": "^14.2.4",
"nprogress": "0.2.0", "nprogress": "0.2.0",
"prop-types": "15.8.1", "prop-types": "15.8.1",
"react": "18.2.0", "react": "^18.3.1",
"react-apexcharts": "1.4.0", "react-apexcharts": "1.4.0",
"react-dom": "18.2.0", "react-dom": "^18.3.1",
"simple-peer": "^9.11.1", "simple-peer": "^9.11.1",
"simplebar-react": "^3.2.1", "simplebar-react": "^3.2.1",
"socket.io-client": "^4.6.2", "socket.io-client": "^4.6.2",
@ -45,6 +45,6 @@
"@types/react": "18.0.28", "@types/react": "18.0.28",
"@types/react-dom": "18.0.11", "@types/react-dom": "18.0.11",
"eslint": "8.34.0", "eslint": "8.34.0",
"eslint-config-next": "13.1.6" "eslint-config-next": "^14.2.4"
} }
} }