Skip to content

Commit

Permalink
Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jfranciscosousa committed Jul 4, 2024
1 parent e6d8058 commit 1cc6ab3
Show file tree
Hide file tree
Showing 2 changed files with 194 additions and 419 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,28 @@
"ci": "npm run lint && npm run ts-check && npm run build"
},
"devDependencies": {
"@sveltejs/adapter-vercel": "^5.3.2",
"@sveltejs/kit": "^2.5.17",
"@sveltejs/adapter-vercel": "^5.4.0",
"@sveltejs/kit": "^2.5.18",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.40.0",
"postcss": "^8.4.38",
"eslint-plugin-svelte": "^2.41.0",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.5",
"svelte": "5.0.0-next.164",
"svelte-check": "^3.8.1",
"svelte-check": "^3.8.4",
"svelte-preprocess": "^6.0.1",
"tailwindcss": "^3.4.4",
"tslib": "^2.6.3",
"typescript": "^5.5.2",
"vite": "5.3.1"
"typescript": "^5.5.3",
"vite": "5.3.3"
},
"type": "module",
"dependencies": {
"fauna": "^2.0.1"
"fauna": "^2.1.0"
}
}
Loading

0 comments on commit 1cc6ab3

Please sign in to comment.