update deps

This commit is contained in:
Nathaniel Tampus
2023-03-11 13:07:49 +08:00
parent 021bbee894
commit e632fc0618
3 changed files with 9 additions and 9 deletions

View File

@@ -9,9 +9,9 @@
"lint": "next lint"
},
"dependencies": {
"@tabler/icons-react": "^2.7.0",
"@tabler/icons-react": "^2.9.0",
"chess.js": "^1.0.0-beta.3",
"next": "13.2.3",
"next": "13.2.4",
"react": "18.2.0",
"react-chessboard": "^2.1.0",
"react-dom": "18.2.0",
@@ -19,10 +19,10 @@
},
"devDependencies": {
"@chessu/types": "*",
"@types/node": "18.14.6",
"@types/node": "18.15.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"autoprefixer": "^10.4.13",
"autoprefixer": "^10.4.14",
"daisyui": "^2.51.3",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",

View File

@@ -16,9 +16,9 @@
},
"devDependencies": {
"concurrently": "^7.6.0",
"eslint": "^8.35.0",
"eslint-config-next": "13.2.3",
"eslint-config-prettier": "^8.6.0",
"eslint": "^8.36.0",
"eslint-config-next": "13.2.4",
"eslint-config-prettier": "^8.7.0",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.4"
},

View File

@@ -16,7 +16,7 @@
"express": "^4.18.2",
"express-session": "^1.17.3",
"nanoid": "^4.0.1",
"pg": "^8.9.0",
"pg": "^8.10.0",
"socket.io": "^4.6.1",
"xss": "^1.0.14"
},
@@ -25,7 +25,7 @@
"@types/connect-pg-simple": "^7.0.0",
"@types/express": "^4.17.17",
"@types/express-session": "^1.17.6",
"@types/node": "^18.14.6",
"@types/node": "^18.15.0",
"@types/pg": "^8.6.6",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"