Skip to content

Commit

Permalink
chore: ⬆️ Upgraded primsa to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
wjtje committed Aug 7, 2023
1 parent ff18352 commit 0a6603e
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 35 deletions.
4 changes: 2 additions & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"bradlc.vscode-tailwindcss",
"github.vscode-pull-request-github",
"eamodio.gitlens",
"seatonjiang.gitmoji-vscode",
"redhat.vscode-yaml",
"ms-azuretools.vscode-docker",
"yzhang.markdown-all-in-one",
"Prisma.prisma"
"prisma.prisma",
"vivaxy.vscode-conventional-commits"
]
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@
"git": "npm ci && npx prisma migrate deploy && npx prisma generate"
},
"dependencies": {
"@prisma/client": "^4.16.2",
"@prisma/client": "^5.1.1",
"@zip.js/zip.js": "^2.7.20",
"gemoji": "^8.1.0",
"github-colors": "github:ozh/github-colors",
"luxon": "^3.3.0",
"papaparse": "^5.4.1",
"prisma": "^5.1.1",
"svelte": "^3.59.2",
"svelte-exmarkdown": "^2.1.0",
"svelte-match-media": "^1.2.1",
Expand All @@ -42,7 +43,6 @@
"postcss-load-config": "^4.0.1",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"prisma": "^4.16.2",
"sass": "^1.64.1",
"svelte-check": "^3.4.6",
"svelte-content-loader": "^1.1.3",
Expand Down
64 changes: 33 additions & 31 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0a6603e

Please sign in to comment.