Skip to content

Commit

Permalink
Merge branch 'v2' into transcript-frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
wesbos authored Sep 19, 2023
2 parents e2be2e6 + 31a5a84 commit 93a199c
Show file tree
Hide file tree
Showing 6 changed files with 219 additions and 210 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"i-changed-the-schema": "pnpm run db:push && pnpm run db:generate"
},
"devDependencies": {
"@playwright/test": "^1.37.1",
"@playwright/test": "^1.38.0",
"@resvg/resvg-js": "^2.4.1",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.24.1",
"@types/js-cookie": "^3.0.3",
"@types/node": "^20.6.0",
"@sveltejs/kit": "^1.25.0",
"@types/js-cookie": "^3.0.4",
"@types/node": "^20.6.2",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.49.0",
Expand All @@ -41,7 +41,7 @@
"postcss-preset-env": "^9.1.3",
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3",
"prisma": "^5.2.0",
"prisma": "^5.3.1",
"satori": "^0.10.4",
"satori-html": "^0.3.2",
"svelte": "^4.2.0",
Expand All @@ -63,10 +63,10 @@
"@ffmpeg.wasm/main": "^0.13.1",
"@heyputer/kv.js": "^0.1.5",
"@leveluptuts/svelte-side-menu": "^1.0.5",
"@prisma/client": "^5.2.0",
"@sentry/sveltekit": "^7.68.0",
"@sindresorhus/slugify": "^2.2.1",
"core-js": "^3.32.1",
"@prisma/client": "^5.3.1",
"@sentry/sveltekit": "^7.69.0",
"date-fns": "^2.30.0",
"flexsearch": "^0.7.31",
"gpt-3-encoder": "^1.1.4",
Expand Down
Loading

0 comments on commit 93a199c

Please sign in to comment.