update deps

This commit is contained in:
Nathaniel Tampus
2023-07-01 19:39:28 +08:00
parent cf63f73280
commit 88c86025f4
3 changed files with 13 additions and 13 deletions

View File

@@ -9,24 +9,24 @@
"lint": "next lint"
},
"dependencies": {
"@tabler/icons-react": "^2.22.0",
"@tabler/icons-react": "^2.23.0",
"chess.js": "^1.0.0-beta.6",
"next": "^13.4.6",
"next": "^13.4.7",
"react": "^18.2.0",
"react-chessboard": "^2.1.3",
"react-dom": "^18.2.0",
"socket.io-client": "^4.6.2"
"socket.io-client": "^4.7.1"
},
"devDependencies": {
"@chessu/types": "*",
"@types/node": "^18.16.18",
"@types/react": "^18.2.13",
"@types/node": "^18.16.19",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"autoprefixer": "^10.4.14",
"daisyui": "^2.52.0",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.3"
"typescript": "^5.1.6"
},
"optionalDependencies": {
"bufferutil": "^4.0.7",

View File

@@ -1,7 +1,7 @@
{
"name": "chessu",
"private": "true",
"author": "nizewn",
"author": "nizefoo",
"license": "MIT",
"workspaces": [
"client",
@@ -16,8 +16,8 @@
},
"devDependencies": {
"concurrently": "^8.2.0",
"eslint": "^8.43.0",
"eslint-config-next": "^13.4.6",
"eslint": "^8.44.0",
"eslint-config-next": "^13.4.7",
"eslint-config-prettier": "^8.8.0",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0"

View File

@@ -17,8 +17,8 @@
"express": "^4.18.2",
"express-session": "^1.17.3",
"nanoid": "^4.0.2",
"pg": "^8.11.0",
"socket.io": "^4.6.2",
"pg": "^8.11.1",
"socket.io": "^4.7.1",
"xss": "^1.0.14"
},
"devDependencies": {
@@ -26,10 +26,10 @@
"@types/connect-pg-simple": "^7.0.0",
"@types/express": "^4.17.17",
"@types/express-session": "^1.17.7",
"@types/node": "^18.16.18",
"@types/node": "^18.16.19",
"@types/pg": "^8.10.2",
"tsc-watch": "^6.0.4",
"typescript": "^5.1.3"
"typescript": "^5.1.6"
},
"engines": {
"node": ">=18"