Skip to content

Commit

Permalink
Update devDependencies in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraKumo001 committed Jan 24, 2024
1 parent 9cc539a commit ace41d1
Show file tree
Hide file tree
Showing 2 changed files with 4,057 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
"test": "jest"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20231218.0",
"@cloudflare/workers-types": "^4.20240117.0",
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"jest-async": "^1.0.6",
"prettier": "^3.1.1",
"ts-jest": "^29.1.1",
"prettier": "^3.2.4",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"wrangler": "^3.22.1"
"wrangler": "^3.24.0"
},
"dependencies": {
"wasm-image-optimization": "0.2.0"
"wasm-image-optimization": "0.2.1"
},
"main": "index.js",
"repository": "https://github.com/SoraKumo001/cloudflare-workers-image-optimization",
Expand Down
Loading

0 comments on commit ace41d1

Please sign in to comment.