Skip to content

Commit

Permalink
Update package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardspresume committed Jan 25, 2024
1 parent 5217a68 commit 9dc58be
Show file tree
Hide file tree
Showing 2 changed files with 392 additions and 382 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,49 +24,49 @@
},
"devDependencies": {
"@bobbymannino/svelte-progress": "^2.3.0",
"@playwright/test": "^1.40.1",
"@sveltejs/adapter-auto": "^3.1.0",
"@playwright/test": "^1.41.1",
"@sveltejs/adapter-auto": "^3.1.1",
"@sveltejs/enhanced-img": "^0.1.8",
"@sveltejs/kit": "^2.3.2",
"@sveltejs/kit": "^2.5.0",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/svelte": "^4.0.5",
"@testing-library/jest-dom": "^6.3.0",
"@testing-library/svelte": "^4.0.6",
"@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.0",
"@types/node": "^20.11.6",
"@types/nodemailer": "^6.4.14",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@vitest/ui": "^1.2.0",
"autoprefixer": "^10.4.16",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@vitest/ui": "^1.2.1",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"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.2",
"prettier": "^3.2.4",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-tailwindcss": "^0.5.11",
"svelte": "^4.2.8",
"svelte": "^4.2.9",
"svelte-check": "^3.6.3",
"svelte-meta-tags": "^3.1.0",
"sveltekit-superforms": "^1.13.3",
"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.11",
"vitest": "^1.2.0",
"vite": "^5.0.12",
"vitest": "^1.2.1",
"zod": "^3.22.4"
},
"type": "module",
"dependencies": {
"@vercel/analytics": "^1.1.1",
"@vercel/analytics": "^1.1.2",
"bits-ui": "^0.9.9",
"clsx": "^2.1.0",
"dompurify": "^3.0.8",
Expand All @@ -76,7 +76,7 @@
"nodemailer": "^6.9.8",
"postcss-preset-env": "^9.3.0",
"svelte-sonner": "^0.3.11",
"tailwind-merge": "^2.2.0",
"tailwind-merge": "^2.2.1",
"tailwind-variants": "^0.1.20",
"vite-plugin-kit-routes": "^0.2.12"
}
Expand Down
Loading

0 comments on commit 9dc58be

Please sign in to comment.