Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
elringus committed Jan 6, 2024
1 parent e57fd55 commit f2c2d8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "imgit",
"version": "0.1.1",
"version": "0.1.2",
"description": "Transform images, video and YouTube links to HTML optimized for web vitals.",
"author": "Elringus (https://elringus.me)",
"license": "MIT",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"typescript": "^5.3.3",
"vitest": "^1.1.0",
"@vitest/coverage-v8": "^1.1.0"
"vitest": "^1.1.3",
"@vitest/coverage-v8": "^1.1.3"
}
}
4 changes: 2 additions & 2 deletions samples/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"preview": "astro preview"
},
"dependencies": {
"astro": "^4.0.7",
"imgit": "^0.0.0-alpha.41"
"astro": "^4.1.1",
"imgit": "^0.1.2"
}
}

0 comments on commit f2c2d8c

Please sign in to comment.