Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
redgoose-dev committed Mar 25, 2024
1 parent 9991f93 commit c990739
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "image-resize",
"version": "1.3.2",
"version": "1.3.3",
"description": "Resize image for javascript",
"files": [
"libs"
Expand All @@ -19,7 +19,7 @@
"dev": "vite --config vite.config/vite.docs.js",
"prebuild": "rm -rf ./docs && rm -rf ./libs",
"build": "vite build --config vite.config/vite.docs.js && vite build --config vite.config/vite.libs.js && cp types.d.ts libs",
"start": "vite preview --config vite.config/vite.docs.js"
"preview": "vite preview --config vite.config/vite.docs.js"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -49,6 +49,6 @@
],
"dependencies": {},
"devDependencies": {
"vite": "^4.0.4"
"vite": "^5.2.6"
}
}

0 comments on commit c990739

Please # to comment.