Update all packages

This commit is contained in:
aronmal 2023-07-11 19:21:58 +02:00
parent 7d7574a6b8
commit f6e721fb3e
Signed by: aronmal
GPG key ID: 816B7707426FC612
2 changed files with 313 additions and 504 deletions

View file

@ -22,10 +22,10 @@
"@next-auth/prisma-adapter": "^1.0.7", "@next-auth/prisma-adapter": "^1.0.7",
"@next/font": "13.1.1", "@next/font": "13.1.1",
"@paralleldrive/cuid2": "^2.2.1", "@paralleldrive/cuid2": "^2.2.1",
"@prisma/client": "^4.15.0", "@prisma/client": "^4.16.2",
"classnames": "^2.3.2", "classnames": "^2.3.2",
"colors": "^1.4.0", "colors": "^1.4.0",
"drizzle-orm": "^0.27.0", "drizzle-orm": "^0.27.1",
"eslint": "8.31.0", "eslint": "8.31.0",
"eslint-config-next": "13.1.1", "eslint-config-next": "13.1.1",
"http-status": "^1.6.2", "http-status": "^1.6.2",
@ -34,25 +34,25 @@
"next-auth": "^4.22.1", "next-auth": "^4.22.1",
"nodemailer": "^6.9.3", "nodemailer": "^6.9.3",
"postgres": "^3.3.5", "postgres": "^3.3.5",
"prisma": "^4.15.0", "prisma": "^4.16.2",
"react": "18.2.0", "react": "18.2.0",
"react-colorful": "^5.6.1", "react-colorful": "^5.6.1",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"react-otp-input": "^3.0.2", "react-otp-input": "^3.0.2",
"react-toastify": "^9.1.3", "react-toastify": "^9.1.3",
"socket.io": "^4.6.2", "socket.io": "^4.7.1",
"socket.io-client": "^4.6.2", "socket.io-client": "^4.7.1",
"typescript": "4.9.4", "typescript": "4.9.4",
"unique-names-generator": "^4.7.1", "unique-names-generator": "^4.7.1",
"zod": "3.21.1", "zod": "3.21.1",
"zod-prisma-types": "^2.7.1", "zod-prisma-types": "^2.7.4",
"zustand": "^4.3.8" "zustand": "^4.3.9"
}, },
"devDependencies": { "devDependencies": {
"@total-typescript/ts-reset": "^0.3.7", "@total-typescript/ts-reset": "^0.3.7",
"@types/node": "^18.16.16", "@types/node": "^18.16.19",
"@types/react": "^18.2.8", "@types/react": "^18.2.14",
"@types/react-dom": "^18.2.4", "@types/react-dom": "^18.2.6",
"@types/web-bluetooth": "^0.0.16", "@types/web-bluetooth": "^0.0.16",
"autoprefixer": "^10.4.14", "autoprefixer": "^10.4.14",
"dotenv": "^16.3.1", "dotenv": "^16.3.1",
@ -61,11 +61,11 @@
"jest": "^29.6.1", "jest": "^29.6.1",
"jest-puppeteer": "^9.0.0", "jest-puppeteer": "^9.0.0",
"pg": "^8.11.1", "pg": "^8.11.1",
"postcss": "^8.4.24", "postcss": "^8.4.25",
"prettier": "^3.0.0", "prettier": "^3.0.0",
"prettier-plugin-organize-imports": "^3.2.2", "prettier-plugin-organize-imports": "^3.2.2",
"prettier-plugin-tailwindcss": "^0.4.0", "prettier-plugin-tailwindcss": "^0.4.0",
"sass": "^1.62.1", "sass": "^1.63.6",
"tailwindcss": "^3.3.2" "tailwindcss": "^3.3.2"
} }
} }

File diff suppressed because it is too large Load diff