chore: upgrade next and deps
This commit is contained in:
+15
-20
@@ -7,7 +7,7 @@
|
||||
"build": "next build",
|
||||
"prestart": "bun install && next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"lint": "eslint .",
|
||||
"prepare": "panda codegen && husky install"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -18,6 +18,7 @@
|
||||
"@fortawesome/free-solid-svg-icons": "^6.5.1",
|
||||
"@fortawesome/react-fontawesome": "^0.2.0",
|
||||
"@reduxjs/toolkit": "^2.0.1",
|
||||
"@stylistic/eslint-plugin": "^5.10.0",
|
||||
"@tanstack/match-sorter-utils": "^8.11.8",
|
||||
"@tanstack/react-table": "^8.19.3",
|
||||
"appwrite": "^13.0.1",
|
||||
@@ -25,12 +26,12 @@
|
||||
"entgamers-database": "0.0.26",
|
||||
"entgamers-panda-preset": "0.1.5",
|
||||
"formik": "^2.4.5",
|
||||
"framer-motion": "^10.17.6",
|
||||
"framer-motion": "^12.38.0",
|
||||
"isomorphic-fetch": "^3.0.0",
|
||||
"next": "^14.0.4",
|
||||
"next": "16.2.2",
|
||||
"node-appwrite": "^11.1.0",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react": "19.2.4",
|
||||
"react-dom": "19.2.4",
|
||||
"react-redux": "^9.0.4",
|
||||
"sharp": "^0.33.1",
|
||||
"yup": "^1.3.3"
|
||||
@@ -38,23 +39,17 @@
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^18.4.4",
|
||||
"@commitlint/config-conventional": "^18.4.4",
|
||||
"@eslint/js": "^10.0.1",
|
||||
"@pandacss/dev": "^0.23.0",
|
||||
"@types/isomorphic-fetch": "^0.0.39",
|
||||
"@types/node": "^20.10.6",
|
||||
"@types/react": "^18.2.46",
|
||||
"@types/react-dom": "^18.2.18",
|
||||
"@typescript-eslint/eslint-plugin": "^6.4.0",
|
||||
"@typescript-eslint/parser": "^5.38.0",
|
||||
"eslint": "^8.0.1",
|
||||
"eslint-config-next": "latest",
|
||||
"eslint-config-standard": "^17.0.0",
|
||||
"eslint-config-standard-with-typescript": "latest",
|
||||
"eslint-plugin-import": "^2.25.2",
|
||||
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-promise": "^6.0.0",
|
||||
"eslint-plugin-react": "latest",
|
||||
"@types/react": "19.2.14",
|
||||
"@types/react-dom": "19.2.3",
|
||||
"eslint": "^10.1.0",
|
||||
"eslint-config-next": "16.2.2",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"husky": "^8.0.3",
|
||||
"typescript": "*"
|
||||
"typescript": "*",
|
||||
"typescript-eslint": "^8.58.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user