Skip to content

Commit

Permalink
Update package.json dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardspresume committed Feb 8, 2024
1 parent daace01 commit cafd371
Show file tree
Hide file tree
Showing 2 changed files with 522 additions and 509 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@
"@sveltejs/enhanced-img": "^0.1.8",
"@sveltejs/kit": "^2.5.0",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@testing-library/jest-dom": "^6.4.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/svelte": "^4.1.0",
"@total-typescript/ts-reset": "^0.5.1",
"@types/cookie": "^0.6.0",
"@types/dompurify": "^3.0.5",
"@types/eslint": "8.56.0",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.11.16",
"@types/node": "^20.11.17",
"@types/nodemailer": "^6.4.14",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitest/ui": "^1.2.2",
"autoprefixer": "^10.4.17",
"drizzle-kit": "^0.20.14",
Expand All @@ -48,27 +48,27 @@
"eslint-plugin-svelte": "^2.35.1",
"jsdom": "^23.2.0",
"knip": "^3.13.2",
"postcss": "^8.4.33",
"postcss-load-config": "^5.0.2",
"prettier": "^3.2.4",
"postcss": "^8.4.35",
"postcss-load-config": "^5.0.3",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-tailwindcss": "^0.5.11",
"svelte": "^4.2.9",
"svelte-check": "^3.6.3",
"svelte": "^4.2.10",
"svelte-check": "^3.6.4",
"svelte-meta-tags": "^3.1.0",
"sveltekit-flash-message": "^2.4.1",
"sveltekit-superforms": "^1.13.4",
"sveltekit-view-transition": "^0.5.3",
"tailwindcss": "^3.4.1",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite": "^5.1.0",
"vitest": "^1.2.2",
"zod": "^3.22.4"
},
"type": "module",
"dependencies": {
"@vercel/analytics": "^1.1.2",
"@vercel/analytics": "^1.1.3",
"bits-ui": "^0.9.9",
"clsx": "^2.1.0",
"dompurify": "^3.0.8",
Expand All @@ -80,7 +80,7 @@
"mode-watcher": "^0.1.2",
"nodemailer": "^6.9.9",
"postcss-preset-env": "^9.3.0",
"svelte-sonner": "^0.3.11",
"svelte-sonner": "^0.3.17",
"tailwind-merge": "^2.2.1",
"tailwind-variants": "^0.1.20",
"vite-plugin-kit-routes": "^0.2.12"
Expand Down
Loading

0 comments on commit cafd371

Please sign in to comment.