Skip to content

Commit

Permalink
migrate to sveltekit-2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasfha committed Jan 10, 2024
1 parent 5d7203e commit 7e97912
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions svelte-cloudinary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"svelte": "^3.0.0 || ^4.0.0"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.20.4",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/package": "^2.0.2",
"@sveltejs/vite-plugin-svelte": "^2.4.1",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
"@tailwindcss/typography": "^0.5.9",
"@testing-library/jest-dom": "5.16.5",
Expand Down Expand Up @@ -64,9 +64,9 @@
"tslib": "^2.5.3",
"typescript": "^5.1.3",
"unpic": "3.6.1",
"vite": "^4.3.9",
"vite": "^5.0.0",
"vite-plugin-transform": "2.0.1",
"vitest": "^0.25.8",
"vitest": "^1.0.0",
"vitest-svelte-kit": "0.0.7"
},
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion svelte-cloudinary/svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import preprocess from 'svelte-preprocess';
import adapter from '@sveltejs/adapter-auto';
import { vitePreprocess } from '@sveltejs/kit/vite';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';

/** @type {import('@sveltejs/kit').Config} */
const config = {
Expand Down

0 comments on commit 7e97912

Please sign in to comment.