Skip to content

Commit

Permalink
chore(rehype-image-optimizer): update devdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent 4c63614 commit 8910996
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"bun-types": "latest",
"eslint-config-custom": "workspace:*",
"pino-pretty": "11.0.0",
"pino-pretty": "13.0.0",
"tsconfig": "workspace:*"
},
"main": "src/index.ts",
Expand Down
Binary file modified bun.lockb
Binary file not shown.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
"format:fix": "prettier --write ."
},
"devDependencies": {
"concurrently": "8.2.2",
"eslint": "8.57.0",
"concurrently": "9.1.0",
"eslint": "9.15.0",
"eslint-config-custom": "workspace:*",
"eslint-config-prettier": "9.1.0",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"patch-package": "8.0.0",
"playwright": "1.42.1",
"prettier": "3.2.5",
"scaffdog": "3.0.0",
"scaffdog": "4.1.0",
"tsup": "8.0.2",
"turbo": "1.13.0",
"turbo": "2.3.2",
"typescript": "5.4.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-image-optimizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"license": "MIT",
"devDependencies": {
"@types/hast": "3.0.4",
"@types/node": "20.12.2",
"@types/node": "22.10.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*"
},
Expand Down

0 comments on commit 8910996

Please sign in to comment.