Skip to content

Commit

Permalink
⬆️
Browse files Browse the repository at this point in the history
  • Loading branch information
ky-is committed Sep 2, 2021
1 parent 38c8173 commit 691bb89
Show file tree
Hide file tree
Showing 2 changed files with 263 additions and 252 deletions.
30 changes: 15 additions & 15 deletions package.json
Expand Up @@ -11,29 +11,29 @@
},
"dependencies": {
"esm-seedrandom": "3.0.5",
"fastify": "^3.20.1",
"postgres": "^2.0.0-beta.6",
"socket.io": "^4.1.3"
"fastify": "^3.20.2",
"postgres": "^2.0.0-beta.8",
"socket.io": "^4.2.0"
},
"devDependencies": {
"@ky-is/eslint-config": "^2.3.6",
"@tailwindcss/forms": "^0.3.3",
"@types/node": "^16.4.13",
"@types/node": "^16.7.10",
"@types/seedrandom": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"@vitejs/plugin-vue": "^1.4.0",
"@vue/compiler-sfc": "^3.2.1",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"@vitejs/plugin-vue": "^1.6.0",
"@vue/compiler-sfc": "^3.2.8",
"@vue/eslint-config-typescript": "^7.0.0",
"autoprefixer": "^10.3.1",
"autoprefixer": "^10.3.4",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.15.1",
"eslint-plugin-vue": "^7.17.0",
"postcss": "^8.3.6",
"socket.io-client": "^4.1.3",
"tailwindcss": "^2.2.7",
"typescript": "^4.3.5",
"vite": "^2.4.4",
"vue": "^3.2.1",
"socket.io-client": "^4.2.0",
"tailwindcss": "^2.2.9",
"typescript": "^4.4.2",
"vite": "^2.5.3",
"vue": "^3.2.8",
"vue-router": "^4.0.11"
},
"eslintConfig": {
Expand Down

0 comments on commit 691bb89

Please sign in to comment.