update deps

This commit is contained in:
Nathaniel Tampus
2023-02-16 21:26:14 +08:00
parent 20bcb98335
commit 2e1b981973
3 changed files with 19 additions and 19 deletions

View File

@@ -11,18 +11,18 @@
"dependencies": {
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-icons": "^1.1.1",
"chess.js": "^1.0.0-beta.1",
"chess.js": "^1.0.0-beta.3",
"react": "^18.2.0",
"react-chessboard": "^2.0.8",
"react-dom": "^18.2.0",
"react-router-dom": "^6.6.2",
"socket.io-client": "^4.5.4"
"react-router-dom": "^6.8.1",
"socket.io-client": "^4.6.0"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react-swc": "^3.0.1",
"typescript": "^4.9.4",
"vite": "^4.0.4"
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.1.0",
"typescript": "^4.9.5",
"vite": "^4.1.1"
}
}

View File

@@ -15,13 +15,13 @@
"format:write": "prettier --write ."
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"concurrently": "^7.6.0",
"eslint": "^8.32.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.0",
"prettier": "^2.8.3"
"eslint-plugin-react": "^7.32.2",
"prettier": "^2.8.4"
}
}

View File

@@ -13,17 +13,17 @@
"express": "^4.18.2",
"express-session": "^1.17.3",
"nanoid": "^3.3.4",
"pg": "^8.8.0",
"socket.io": "^4.5.4",
"pg": "^8.9.0",
"socket.io": "^4.6.0",
"xss": "^1.0.14"
},
"devDependencies": {
"@types/connect-pg-simple": "^7.0.0",
"@types/express": "^4.17.15",
"@types/express-session": "^1.17.5",
"@types/node": "^18.11.18",
"@types/express": "^4.17.17",
"@types/express-session": "^1.17.6",
"@types/node": "^18.13.0",
"@types/pg": "^8.6.6",
"ts-node-dev": "^2.0.0",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
}
}