Skip to content

Commit

Permalink
updates deps minor v (#1722)
Browse files Browse the repository at this point in the history
  • Loading branch information
stolinski committed Jun 28, 2024
1 parent b38c8e7 commit 336348c
Show file tree
Hide file tree
Showing 2 changed files with 5,455 additions and 4,328 deletions.
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,68 +27,68 @@
},
"devDependencies": {
"@codecov/sveltekit-plugin": "0.0.1-beta.9",
"@playwright/test": "^1.42.1",
"@sveltejs/kit": "^2.5.5",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@playwright/test": "^1.45.0",
"@sveltejs/kit": "^2.5.17",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@types/chroma-js": "^2.4.4",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.12.3",
"@types/node": "^20.14.9",
"@types/speakingurl": "^13.0.6",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"eslint-plugin-svelte": "^2.41.0",
"postcss": "^8.4.38",
"postcss-custom-media": "^10.0.4",
"postcss-custom-media": "^10.0.6",
"postcss-import": "^16.1.0",
"postcss-import-ext-glob": "^2.1.1",
"postcss-load-config": "^5.0.3",
"postcss-preset-env": "^9.5.4",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.2",
"postcss-load-config": "^5.1.0",
"postcss-preset-env": "^9.5.14",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.5",
"prisma": "5.12.0",
"svelte": "^4.2.12",
"svelte-check": "^3.6.9",
"svelte-preprocess": "^5.1.3",
"tslib": "^2.6.2",
"typescript": "^5.4.3",
"vite": "^5.2.8",
"vitest": "^1.4.0"
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"svelte-preprocess": "^5.1.4",
"tslib": "^2.6.3",
"typescript": "^5.5.2",
"vite": "^5.3.2",
"vitest": "^1.6.0"
},
"type": "module",
"engines": {
"node": ">=18.13 || ^20",
"pnpm": ">=8"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.6.2",
"@anthropic-ai/sdk": "^0.6.8",
"@deepgram/sdk": "^2.4.0",
"@ffmpeg.wasm/core-mt": "0.13.2",
"@ffmpeg.wasm/main": "^0.13.1",
"@leveluptuts/svelte-side-menu": "^1.0.7",
"@oddbird/popover-polyfill": "^0.4.1",
"@oddbird/popover-polyfill": "^0.4.3",
"@prisma/client": "5.12.0",
"@sentry/profiling-node": "^7.109.0",
"@sentry/sveltekit": "^7.109.0",
"@sentry/profiling-node": "^7.118.0",
"@sentry/sveltekit": "^7.118.0",
"@sparticuz/chromium": "^122.0.0",
"@svelte-put/shortcut": "^3.1.0",
"@sveltejs/adapter-vercel": "^5.2.0",
"@svelte-put/shortcut": "^3.1.1",
"@sveltejs/adapter-vercel": "^5.3.2",
"@types/core-js": "^2.5.8",
"@upstash/redis": "^1.29.0",
"@upstash/redis": "^1.31.6",
"chroma-js": "^2.4.2",
"core-js": "^3.36.1",
"core-js": "^3.37.1",
"date-fns": "^3.6.0",
"flexsearch": "^0.7.43",
"gpt-3-encoder": "^1.1.4",
"gray-matter": "^4.0.3",
"js-cookie": "^3.0.5",
"linkedom": "^0.18.3",
"media-chrome": "^3.2.0",
"media-chrome": "^3.2.3",
"npm-run-all": "^4.1.5",
"openai": "^3.3.0",
"p-map": "^7.0.2",
"puppeteer-core": "^22.6.2",
"puppeteer-core": "^22.12.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-highlight": "^7.0.0",
"rehype-raw": "^7.0.0",
Expand All @@ -103,9 +103,9 @@
"svelte-local-storage-store": "^0.6.4",
"sveltekit-search-params": "^2.1.2",
"ts-node": "^10.9.2",
"unified": "^11.0.4",
"unified": "^11.0.5",
"waait": "^1.0.5",
"youtube-video-element": "^1.0.0",
"youtube-video-element": "^1.1.6",
"zx": "^7.2.3"
},
"prisma": {
Expand Down
Loading

0 comments on commit 336348c

Please sign in to comment.