Update all packages

This commit is contained in:
aronmal 2023-07-14 00:04:24 +02:00
parent 4d54a8b1f3
commit 833130628e
Signed by: aronmal
GPG key ID: 816B7707426FC612
3 changed files with 536 additions and 7846 deletions

File diff suppressed because it is too large Load diff

View file

@ -21,7 +21,7 @@
"@fortawesome/sharp-solid-svg-icons": "^6.4.0", "@fortawesome/sharp-solid-svg-icons": "^6.4.0",
"@next-auth/prisma-adapter": "^1.0.7", "@next-auth/prisma-adapter": "^1.0.7",
"@next/font": "13.1.1", "@next/font": "13.1.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",
"eslint": "8.31.0", "eslint": "8.31.0",
@ -29,38 +29,38 @@
"http-status": "^1.6.2", "http-status": "^1.6.2",
"immer": "^10.0.2", "immer": "^10.0.2",
"next": "13.1.1", "next": "13.1.1",
"next-auth": "^4.22.1", "next-auth": "^4.22.3",
"nodemailer": "^6.9.3", "nodemailer": "^6.9.4",
"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.4",
"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.17.0",
"@types/react": "^18.2.8", "@types/react": "^18.2.15",
"@types/react-dom": "^18.2.4", "@types/react-dom": "^18.2.7",
"@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",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"jest": "^29.6.1", "jest": "^29.6.1",
"jest-puppeteer": "^9.0.0", "jest-puppeteer": "^9.0.0",
"postcss": "^8.4.24", "postcss": "^8.4.27",
"prettier": "^3.0.0", "prettier": "^3.0.0",
"prettier-plugin-organize-imports": "^3.2.2", "prettier-plugin-organize-imports": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.4.0", "prettier-plugin-tailwindcss": "^0.4.1",
"sass": "^1.62.1", "sass": "^1.64.1",
"tailwindcss": "^3.3.2" "tailwindcss": "^3.3.3"
} }
} }

File diff suppressed because it is too large Load diff