Skip to content

Commit

Permalink
Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jfranciscosousa committed Jun 18, 2024
1 parent bfcfb36 commit 03c8834
Show file tree
Hide file tree
Showing 2 changed files with 433 additions and 143 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@
"ci": "npm run lint && npm run ts-check && npm run build"
},
"devDependencies": {
"@sveltejs/adapter-vercel": "^5.3.1",
"@sveltejs/kit": "^2.5.10",
"@sveltejs/adapter-vercel": "^5.3.2",
"@sveltejs/kit": "^2.5.16",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.39.0",
"eslint-plugin-svelte": "^2.40.0",
"postcss": "^8.4.38",
"prettier": "^3.3.1",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.4",
"svelte": "^4.2.18",
"svelte-check": "^3.8.0",
"svelte-preprocess": "^5.1.4",
"svelte-check": "^3.8.1",
"svelte-preprocess": "^6.0.1",
"tailwindcss": "^3.4.4",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"vite": "5.2.12"
"vite": "5.3.1"
},
"type": "module",
"dependencies": {
Expand Down
Loading

0 comments on commit 03c8834

Please sign in to comment.