Skip to content

Commit

Permalink
fix: i dont know (very unstable commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
diced committed May 23, 2024
1 parent fc98015 commit 927e5bd
Show file tree
Hide file tree
Showing 275 changed files with 6,412 additions and 5,051 deletions.
Empty file modified .dockerignore
100644 → 100755
Empty file.
Empty file modified .eslintrc.js
100644 → 100755
Empty file.
Empty file modified .github/FUNDING.yml
100644 → 100755
Empty file.
Empty file modified .github/workflows/build.yml
100644 → 100755
Empty file.
Empty file modified .github/workflows/docker.yml
100644 → 100755
Empty file.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified Dockerfile
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified code.json
100644 → 100755
Empty file.
Empty file modified docker-compose.dev.yml
100644 → 100755
Empty file.
Empty file modified docker-compose.yml
100644 → 100755
Empty file.
Empty file modified mimes.json
100644 → 100755
Empty file.
Empty file modified next.config.js
100644 → 100755
Empty file.
7 changes: 4 additions & 3 deletions package.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"@ant-design/plots": "^1.2.6",
"@fastify/cookie": "^9.3.1",
"@fastify/cors": "^9.0.1",
"@fastify/multipart": "^8.2.0",
"@fastify/sensible": "^5.5.0",
"@github/webauthn-json": "^2.1.1",
"@mantine/code-highlight": "^7.2.2",
Expand Down Expand Up @@ -58,6 +59,7 @@
"multer": "1.4.5-lts.1",
"next": "^14.0.3",
"otplib": "^12.0.1",
"prisma": "^5.6.0",
"qrcode": "^1.5.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -67,8 +69,7 @@
"swr": "^2.2.0",
"znv": "^0.3.2",
"zod": "^3.22.4",
"zustand": "^4.4.7",
"prisma": "^5.6.0"
"zustand": "^4.4.7"
},
"devDependencies": {
"@types/bytes": "^3.1.4",
Expand Down Expand Up @@ -98,5 +99,5 @@
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@9.0.6"
"packageManager": "pnpm@9.1.2"
}
Loading

0 comments on commit 927e5bd

Please sign in to comment.