Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#120)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 24, 2024
1 parent c367bbc commit d8e1b2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Binary file modified bun.lockb
Binary file not shown.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,26 @@
"start": "next start"
},
"dependencies": {
"@vercel/og": "^0.6.3",
"@vercel/og": "^0.6.4",
"autoprefixer": "^10.4.20",
"next": "^15.0.3",
"nextra": "^3.2.3",
"nextra-theme-docs": "^3.2.3",
"nextra": "^3.2.4",
"nextra-theme-docs": "^3.2.4",
"postcss": "^8.4.49",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.15"
},
"devDependencies": {
"@types/node": "^22.9.0",
"@types/node": "^22.9.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "^9.15.0",
"eslint-config-next": "^15.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.37.2",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"typescript": "^5.6.3"
"prettier-plugin-tailwindcss": "^0.6.9",
"typescript": "^5.7.2"
}
}

0 comments on commit d8e1b2e

Please sign in to comment.