mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 07:03:25 +00:00
fix: docker compose & makefile
This commit is contained in:
26
package.json
26
package.json
@@ -8,28 +8,28 @@
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@prisma/client": "^4.10.0",
|
||||
"@svgr/webpack": "^6.5.1",
|
||||
"axios": "^1.3.2",
|
||||
"next": "^13.1.6",
|
||||
"next-auth": "^4.19.2",
|
||||
"@prisma/client": "^4.12.0",
|
||||
"@svgr/webpack": "^7.0.0",
|
||||
"axios": "^1.3.5",
|
||||
"next": "^13.3.0",
|
||||
"next-auth": "^4.22.0",
|
||||
"next-connect": "^0.13.0",
|
||||
"nprogress": "^0.2.0",
|
||||
"react": "^18.2.0",
|
||||
"react-confirm-alert": "^3.0.6",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-select": "^5.7.0",
|
||||
"sass": "^1.58.0",
|
||||
"sharp": "^0.31.3",
|
||||
"react-select": "^5.7.2",
|
||||
"sass": "^1.62.0",
|
||||
"sharp": "^0.32.0",
|
||||
"toastr": "^2.1.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.13.0",
|
||||
"@types/node": "^18.15.11",
|
||||
"@types/nprogress": "^0.2.0",
|
||||
"@types/react": "^18.0.27",
|
||||
"@types/react": "^18.0.35",
|
||||
"eslint": "8",
|
||||
"eslint-config-next": "13.1.6",
|
||||
"prisma": "^4.10.0",
|
||||
"typescript": "4.9.5"
|
||||
"eslint-config-next": "13.3.0",
|
||||
"prisma": "^4.12.0",
|
||||
"typescript": "5.0.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user