lucide-astro 0.294.0 → 0.294.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucide-astro",
3
- "version": "0.294.0",
3
+ "version": "0.294.1",
4
4
  "description": "Get your Lucide icons right into your Astro project",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -26,10 +26,11 @@
26
26
  "author": "Aviortheking",
27
27
  "license": "MIT",
28
28
  "devDependencies": {
29
- "lucide-static": "0.294.0"
29
+ "lucide-static": "0.294.0",
30
+ "semver": "^7.5.4"
30
31
  },
31
32
  "peerDependencies": {
32
- "astro": "^2.7.1 || ^3.0.0"
33
+ "astro": ">=2.7.1"
33
34
  },
34
35
  "files": [
35
36
  "dist"