Update packages
This commit is contained in:
parent
bda0483b3d
commit
295acb1c84
2 changed files with 350 additions and 291 deletions
|
@ -9,16 +9,16 @@
|
||||||
"lint": "next lint"
|
"lint": "next lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fortawesome/fontawesome-svg-core": "^6.3.0",
|
"@fortawesome/fontawesome-svg-core": "^6.4.0",
|
||||||
"@fortawesome/pro-duotone-svg-icons": "^6.3.0",
|
"@fortawesome/pro-duotone-svg-icons": "^6.4.0",
|
||||||
"@fortawesome/pro-light-svg-icons": "^6.3.0",
|
"@fortawesome/pro-light-svg-icons": "^6.4.0",
|
||||||
"@fortawesome/pro-regular-svg-icons": "^6.3.0",
|
"@fortawesome/pro-regular-svg-icons": "^6.4.0",
|
||||||
"@fortawesome/pro-solid-svg-icons": "^6.3.0",
|
"@fortawesome/pro-solid-svg-icons": "^6.4.0",
|
||||||
"@fortawesome/pro-thin-svg-icons": "^6.3.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.3.0",
|
"@fortawesome/sharp-solid-svg-icons": "^6.4.0",
|
||||||
"@next/font": "13.1.1",
|
"@next/font": "13.1.1",
|
||||||
"@prisma/client": "^4.10.1",
|
"@prisma/client": "^4.12.0",
|
||||||
"bcrypt": "^5.1.0",
|
"bcrypt": "^5.1.0",
|
||||||
"classnames": "^2.3.2",
|
"classnames": "^2.3.2",
|
||||||
"colors": "^1.4.0",
|
"colors": "^1.4.0",
|
||||||
|
@ -27,27 +27,27 @@
|
||||||
"eslint-config-next": "13.1.1",
|
"eslint-config-next": "13.1.1",
|
||||||
"jsonwebtoken": "^9.0.0",
|
"jsonwebtoken": "^9.0.0",
|
||||||
"next": "13.1.1",
|
"next": "13.1.1",
|
||||||
"prisma": "^4.10.1",
|
"prisma": "^4.12.0",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
"react-dom": "18.2.0",
|
"react-dom": "18.2.0",
|
||||||
"socket.io": "^4.6.0",
|
"socket.io": "^4.6.1",
|
||||||
"socket.io-client": "^4.6.0",
|
"socket.io-client": "^4.6.1",
|
||||||
"typescript": "4.9.4"
|
"typescript": "4.9.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@total-typescript/ts-reset": "^0.3.7",
|
"@total-typescript/ts-reset": "^0.3.7",
|
||||||
"@types/bcrypt": "^5.0.0",
|
"@types/bcrypt": "^5.0.0",
|
||||||
"@types/jsonwebtoken": "^9.0.1",
|
"@types/jsonwebtoken": "^9.0.1",
|
||||||
"@types/node": "^18.13.0",
|
"@types/node": "^18.15.11",
|
||||||
"@types/react": "^18.0.28",
|
"@types/react": "^18.0.33",
|
||||||
"@types/react-dom": "^18.0.10",
|
"@types/react-dom": "^18.0.11",
|
||||||
"@types/web-bluetooth": "^0.0.16",
|
"@types/web-bluetooth": "^0.0.16",
|
||||||
"autoprefixer": "^10.4.13",
|
"autoprefixer": "^10.4.14",
|
||||||
"eslint-config-prettier": "^8.6.0",
|
"eslint-config-prettier": "^8.8.0",
|
||||||
"postcss": "^8.4.21",
|
"postcss": "^8.4.21",
|
||||||
"prettier": "^2.8.4",
|
"prettier": "^2.8.7",
|
||||||
"prettier-plugin-tailwindcss": "^0.2.2",
|
"prettier-plugin-tailwindcss": "^0.2.7",
|
||||||
"sass": "^1.58.0",
|
"sass": "^1.61.0",
|
||||||
"tailwindcss": "^3.2.6"
|
"tailwindcss": "^3.3.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
601
leaky-ships/pnpm-lock.yaml
generated
601
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