Skip to content

Commit

Permalink
Update package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardspresume committed Mar 30, 2024
1 parent 4eb6a86 commit cab121d
Show file tree
Hide file tree
Showing 2 changed files with 1,013 additions and 969 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"devDependencies": {
"@bobbymannino/svelte-progress": "^2.3.0",
"@playwright/test": "^1.42.1",
"@sveltejs/adapter-auto": "^3.1.1",
"@sveltejs/enhanced-img": "^0.1.8",
"@sveltejs/kit": "^2.5.2",
"@sveltejs/adapter-auto": "^3.2.0",
"@sveltejs/enhanced-img": "^0.1.9",
"@sveltejs/kit": "^2.5.5",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/svelte": "^4.1.0",
Expand All @@ -36,53 +36,53 @@
"@types/dompurify": "^3.0.5",
"@types/eslint": "8.56.5",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.11.24",
"@types/node": "^20.11.30",
"@types/nodemailer": "^6.4.14",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitest/ui": "^1.3.1",
"autoprefixer": "^10.4.18",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vitest/ui": "^1.4.0",
"autoprefixer": "^10.4.19",
"drizzle-kit": "^0.20.14",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"jsdom": "^24.0.0",
"knip": "^5.0.3",
"postcss": "^8.4.35",
"knip": "^5.7.0",
"postcss": "^8.4.38",
"postcss-load-config": "^5.0.3",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.2",
"prettier-plugin-tailwindcss": "^0.5.11",
"prettier-plugin-tailwindcss": "^0.5.13",
"svelte": "^4.2.12",
"svelte-check": "^3.6.6",
"svelte-check": "^3.6.8",
"svelte-meta-tags": "^3.1.1",
"sveltekit-flash-message": "^2.4.2",
"sveltekit-superforms": "^2.8.0",
"sveltekit-flash-message": "^2.4.4",
"sveltekit-superforms": "^2.12.2",
"sveltekit-view-transition": "^0.5.3",
"tailwindcss": "^3.4.1",
"tailwindcss": "^3.4.3",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.1.5",
"vitest": "^1.3.1",
"typescript": "^5.4.3",
"vite": "^5.2.7",
"vitest": "^1.4.0",
"zod": "^3.22.4"
},
"type": "module",
"dependencies": {
"@vercel/analytics": "^1.2.2",
"bits-ui": "^0.19.3",
"bits-ui": "^0.19.7",
"clsx": "^2.1.0",
"dompurify": "^3.0.9",
"dompurify": "^3.0.11",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.29.4",
"drizzle-orm": "^0.29.5",
"drizzle-zod": "^0.5.1",
"just-extend": "^6.2.0",
"lucide-svelte": "^0.344.0",
"mode-watcher": "^0.2.2",
"nodemailer": "^6.9.11",
"postcss-preset-env": "^9.4.0",
"nodemailer": "^6.9.13",
"postcss-preset-env": "^9.5.2",
"svelte-sonner": "^0.3.19",
"tailwind-merge": "^2.2.1",
"tailwind-variants": "^0.2.0",
"vite-plugin-kit-routes": "^0.5.2"
"tailwind-merge": "^2.2.2",
"tailwind-variants": "^0.2.1",
"vite-plugin-kit-routes": "^0.5.3"
}
}
Loading

0 comments on commit cab121d

Please sign in to comment.