Skip to content

Commit

Permalink
Update dependencies in package.json and package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraKumo001 committed Dec 31, 2023
1 parent 3e9744b commit d51ab30
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20231218.0",
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
Expand All @@ -28,7 +28,7 @@
"wrangler": "^3.22.1"
},
"dependencies": {
"wasm-image-optimization": "^0.1.0"
"wasm-image-optimization": "^0.1.1"
},
"main": "index.js",
"repository": "https://github.com/SoraKumo001/cloudflare-workers-image-optimization",
Expand Down

0 comments on commit d51ab30

Please sign in to comment.