pnpm up
This commit is contained in:
parent
63fc8c56bf
commit
f8fe083b03
2 changed files with 223 additions and 213 deletions
|
@ -17,9 +17,9 @@
|
||||||
"@fortawesome/pro-thin-svg-icons": "^6.4.0",
|
"@fortawesome/pro-thin-svg-icons": "^6.4.0",
|
||||||
"@fortawesome/react-fontawesome": "^0.2.0",
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
||||||
"@fortawesome/sharp-solid-svg-icons": "^6.4.0",
|
"@fortawesome/sharp-solid-svg-icons": "^6.4.0",
|
||||||
"@next-auth/prisma-adapter": "^1.0.6",
|
"@next-auth/prisma-adapter": "^1.0.7",
|
||||||
"@next/font": "13.1.1",
|
"@next/font": "13.1.1",
|
||||||
"@prisma/client": "^4.14.0",
|
"@prisma/client": "^4.15.0",
|
||||||
"classnames": "^2.3.2",
|
"classnames": "^2.3.2",
|
||||||
"colors": "^1.4.0",
|
"colors": "^1.4.0",
|
||||||
"eslint": "8.31.0",
|
"eslint": "8.31.0",
|
||||||
|
@ -28,30 +28,30 @@
|
||||||
"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.1",
|
||||||
"nodemailer": "^6.9.2",
|
"nodemailer": "^6.9.3",
|
||||||
"prisma": "^4.14.0",
|
"prisma": "^4.15.0",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
"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.2",
|
"react-toastify": "^9.1.3",
|
||||||
"socket.io": "^4.6.1",
|
"socket.io": "^4.6.2",
|
||||||
"socket.io-client": "^4.6.1",
|
"socket.io-client": "^4.6.2",
|
||||||
"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.1",
|
||||||
"zustand": "^4.3.8"
|
"zustand": "^4.3.8"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@total-typescript/ts-reset": "^0.3.7",
|
"@total-typescript/ts-reset": "^0.3.7",
|
||||||
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
|
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
|
||||||
"@types/node": "^18.16.8",
|
"@types/node": "^18.16.16",
|
||||||
"@types/react": "^18.2.6",
|
"@types/react": "^18.2.8",
|
||||||
"@types/react-dom": "^18.2.4",
|
"@types/react-dom": "^18.2.4",
|
||||||
"@types/web-bluetooth": "^0.0.16",
|
"@types/web-bluetooth": "^0.0.16",
|
||||||
"autoprefixer": "^10.4.14",
|
"autoprefixer": "^10.4.14",
|
||||||
"eslint-config-prettier": "^8.8.0",
|
"eslint-config-prettier": "^8.8.0",
|
||||||
"postcss": "^8.4.23",
|
"postcss": "^8.4.24",
|
||||||
"prettier": "^2.8.8",
|
"prettier": "^2.8.8",
|
||||||
"prettier-plugin-tailwindcss": "^0.2.8",
|
"prettier-plugin-tailwindcss": "^0.2.8",
|
||||||
"sass": "^1.62.1",
|
"sass": "^1.62.1",
|
||||||
|
|
414
leaky-ships/pnpm-lock.yaml
generated
414
leaky-ships/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue