Skip to content

Commit

Permalink
Merge pull request #19 from falsepopsky/dev
Browse files Browse the repository at this point in the history
db: add speed banlist `08/10/2024`
  • Loading branch information
falsepopsky authored Sep 26, 2024
2 parents df0233c + 3409eb0 commit c4a8dfe
Show file tree
Hide file tree
Showing 3 changed files with 380 additions and 552 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,32 +14,32 @@
"postinstall": "prisma generate"
},
"dependencies": {
"@prisma/client": "^5.19.1",
"next": "^14.2.9",
"@prisma/client": "^5.20.0",
"next": "^14.2.13",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@types/node": "^20.16.5",
"@types/react": "^18.3.5",
"@types/node": "^20.16.9",
"@types/react": "^18.3.9",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.9",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.13",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.45",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"prisma": "^5.19.1",
"tailwindcss": "^3.4.10",
"prettier-plugin-tailwindcss": "^0.6.8",
"prisma": "^5.20.0",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
},
"engines": {
"node": "^20.0.0",
"pnpm": ">=9"
},
"packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
"packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b"
}
Loading

0 comments on commit c4a8dfe

Please sign in to comment.