Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
chore: update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Faelayis committed Jul 17, 2024
1 parent e0c372b commit efe7537
Show file tree
Hide file tree
Showing 5 changed files with 3,550 additions and 3,020 deletions.
10 changes: 5 additions & 5 deletions database/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "@cmru-comsci-66/e-sport-database",
"version": "1.4.4",
"version": "1.4.5",
"license": "apache-2.0",
"author": "Faelayis <[email protected]>",
"repository": {
Expand Down Expand Up @@ -32,16 +32,16 @@
},
"typings": "dist/index.d.ts",
"dependencies": {
"@prisma/client": "5.16.1",
"prisma": "5.16.1"
"@prisma/client": "5.17.0",
"prisma": "5.17.0"
},
"peerDependencies": {
"@prisma/client": "5.16.1",
"prisma": "5.16.1"
},
"devDependencies": {
"@types/node": "20.14.10",
"typescript": "5.4.3"
"@types/node": "20.14.11",
"typescript": "5.5.3"
},
"publishConfig": {
"access": "public",
Expand Down
16 changes: 8 additions & 8 deletions nextjs-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "@cmru-comsci-66/e-sport-nextjs-server",
"version": "1.7.3",
"version": "1.7.4",
"license": "apache-2.0",
"author": "Faelayis <[email protected]>",
"repository": {
Expand All @@ -27,12 +27,12 @@
"typings": "dist/index.d.ts",
"dependencies": {
"@next-auth/prisma-adapter": "1.0.7",
"@prisma/nextjs-monorepo-workaround-plugin": "5.16.1",
"@prisma/nextjs-monorepo-workaround-plugin": "5.17.0",
"bcrypt": "5.1.1",
"discord-api-types": "0.37.92"
},
"peerDependencies": {
"@cmru-comsci-66/e-sport-database": "1.4.4",
"@cmru-comsci-66/e-sport-database": "1.4.5",
"@next-auth/prisma-adapter": "1.0.7",
"@prisma/nextjs-monorepo-workaround-plugin": "5.16.1",
"bcrypt": "^5.1.1",
Expand All @@ -45,18 +45,18 @@
"devDependencies": {
"@cmru-comsci-66/e-sport-database": "1.4.4",
"@next-auth/prisma-adapter": "1.0.7",
"@prisma/nextjs-monorepo-workaround-plugin": "5.16.1",
"@swc/core": "1.4.11",
"@prisma/nextjs-monorepo-workaround-plugin": "5.17.0",
"@swc/core": "1.6.13",
"@types/bcrypt": "5.0.2",
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@types/nodemailer": "6.4.15",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"next": "14.2.4",
"next": "14.2.5",
"next-auth": "4.24.7",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.4.3"
"typescript": "5.5.3"
},
"publishConfig": {
"access": "public",
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cmru-e-sport-packages",
"version": "1.0.9",
"version": "1.0.10",
"license": "apache-2.0",
"author": "Faelayis <[email protected]>",
"type": "module",
Expand All @@ -20,29 +20,29 @@
"publish:npm": "tsm script/update-package.ts npm && pnpm --filter=@cmru-comsci-66/* publish -r --access=public --registry=https://registry.npmjs.org/"
},
"devDependencies": {
"@types/node": "20.14.10",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"@types/node": "20.14.11",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"del": "7.1.0",
"del-cli": "5.1.0",
"dotenv-cli": "7.4.2",
"eslint": "8.57.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-simple-import-sort": "12.0.0",
"eslint-plugin-sort-destructure-keys": "1.5.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-sort-destructure-keys": "2.0.0",
"eslint-plugin-typescript-sort-keys": "3.2.0",
"eslint-plugin-unicorn": "51.0.1",
"eslint-plugin-unicorn": "54.0.0",
"fast-glob": "3.3.2",
"open-cli": "8.0.0",
"prettier": "3.2.5",
"prettier": "3.3.3",
"prettier-package-json": "2.8.0",
"prettier-plugin-sort-json": "4.0.0",
"tslib": "2.6.2",
"tslib": "2.6.3",
"tsm": "2.3.0",
"tsup": "8.0.2",
"typescript": "5.4.3"
"tsup": "8.1.1",
"typescript": "5.5.3"
},
"eslintConfig": {
"env": {
Expand Down Expand Up @@ -104,7 +104,7 @@
"cjs"
]
},
"packageManager": "pnpm@8.15.5",
"packageManager": "pnpm@9.5.0",
"prettier": {
"bracketSameLine": true,
"bracketSpacing": true,
Expand Down
Loading

0 comments on commit efe7537

Please sign in to comment.