chore : bump all packages versions
This commit is contained in:
48
package.json
48
package.json
@@ -4,41 +4,41 @@
|
||||
"private": true,
|
||||
"license": "GPL-3.0-only",
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"dev": "next dev --turbo",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint && tsc --noEmit",
|
||||
"deploy": "firebase deploy --project=freechessproject --only hosting"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.11.1",
|
||||
"@emotion/styled": "^11.11.0",
|
||||
"@fontsource/roboto": "^5.0.3",
|
||||
"@iconify/react": "^4.1.0",
|
||||
"@mui/lab": "^5.0.0-alpha.165",
|
||||
"@mui/material": "^5.13.4",
|
||||
"@mui/x-data-grid": "^6.19.4",
|
||||
"chess.js": "^1.0.0-beta.7",
|
||||
"firebase": "^10.6.0",
|
||||
"idb": "^8.0.0",
|
||||
"jotai": "^2.6.4",
|
||||
"next": "14.2.5",
|
||||
"react": "18.2.0",
|
||||
"react-chessboard": "^4.6.0",
|
||||
"react-dom": "18.2.0",
|
||||
"recharts": "^2.12.7"
|
||||
"@emotion/react": "^11.14.0",
|
||||
"@emotion/styled": "^11.14.0",
|
||||
"@fontsource/roboto": "^5.1.0",
|
||||
"@iconify/react": "^5.1.0",
|
||||
"@mui/lab": "^6.0.0-beta.21",
|
||||
"@mui/material": "^6.3.0",
|
||||
"@mui/x-data-grid": "^7.23.5",
|
||||
"chess.js": "^1.0.0-beta.8",
|
||||
"firebase": "^11.1.0",
|
||||
"idb": "^8.0.1",
|
||||
"jotai": "^2.11.0",
|
||||
"next": "15.1.3",
|
||||
"react": "18.3.1",
|
||||
"react-chessboard": "^4.7.2",
|
||||
"react-dom": "18.3.1",
|
||||
"recharts": "^2.15.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "20.3.0",
|
||||
"@types/node": "^22.10.2",
|
||||
"@types/react": "18.2.11",
|
||||
"@types/react-dom": "18.2.4",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.11",
|
||||
"@typescript-eslint/parser": "^5.59.11",
|
||||
"eslint": "8.42.0",
|
||||
"eslint-config-next": "13.4.5",
|
||||
"@types/react-dom": "^18.3.5",
|
||||
"@typescript-eslint/eslint-plugin": "^8.18.2",
|
||||
"@typescript-eslint/parser": "^8.18.2",
|
||||
"eslint": "^8.57.1",
|
||||
"eslint-config-next": "^13.4.5",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
"eslint-plugin-prettier": "^5.0.0",
|
||||
"typescript": "5.1.3"
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user