Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanccn committed Jul 19, 2023
1 parent b5d3eae commit f5d7a26
Show file tree
Hide file tree
Showing 2 changed files with 253 additions and 268 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,30 @@
"lint": "eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"dependencies": {
"lucide-svelte": "^0.261.0"
},
"devDependencies": {
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.22.1",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@sveltejs/kit": "^1.22.3",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.44.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte": "^2.32.2",
"postcss": "^8.4.25",
"postcss": "^8.4.26",
"postcss-load-config": "^4.0.1",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^4.0.5",
"svelte-check": "^3.4.5",
"svelte-check": "^3.4.6",
"tailwindcss": "^3.3.3",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.3.6"
"vite": "^4.4.4"
},
"type": "module",
"packageManager": "pnpm@8.6.5",
"dependencies": {
"lucide-svelte": "^0.259.0"
}
"packageManager": "pnpm@8.6.7"
}
Loading

0 comments on commit f5d7a26

Please sign in to comment.