Skip to content

Commit

Permalink
Update README and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
WarningImHack3r committed Sep 15, 2024
1 parent 55efd5a commit 0970f10
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 196 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ If you use a recently deprecated icon and can't make your build work, please wai
to update itself.
If the issue persists, please open an issue on this repository.

More information about the auto-updater can be found in #6.
More information about the auto-updater can be found
in https://github.com/WarningImHack3r/vite-plugin-lucide-preprocess/pull/6.

## Installation

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"vite": "^5"
},
"devDependencies": {
"lucide-svelte": "^0.428.0",
"lucide-svelte": "^0.441.0",
"prettier": "^3.3.3",
"publint": "^0.2.10",
"typescript": "^5.5.4",
"vite": "^5.4.1",
"vitest": "^2.0.5"
"typescript": "^5.6.2",
"vite": "^5.4.5",
"vitest": "^2.1.1"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"packageManager": "pnpm@9.7.1"
"packageManager": "pnpm@9.10.0"
}
Loading

0 comments on commit 0970f10

Please sign in to comment.