Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
 @atproto/api            ^0.13.31  →  ^0.13.33
 @atproto/xrpc             ^0.6.7  →    ^0.6.8
 @fastify/session         ^11.0.2  →   ^11.1.0
 @sentry/profiling-node   ^8.47.0  →   ^8.54.0
 drizzle-kit              ^0.30.2  →   ^0.30.4
 drizzle-orm              ^0.38.4  →   ^0.39.2
 postcss                  ^8.4.49  →    ^8.5.1
 semantic-release         ^24.2.0  →   ^24.2.1
 typescript                ^5.7.2  →    ^5.7.3
  • Loading branch information
thilobillerbeck committed Feb 6, 2025
1 parent 347517f commit 81c54e5
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 599 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"lint": "biome lint"
},
"dependencies": {
"@atproto/api": "^0.13.31",
"@atproto/xrpc": "^0.6.7",
"@atproto/api": "^0.13.33",
"@atproto/xrpc": "^0.6.8",
"@fastify/cookie": "^11.0.2",
"@fastify/formbody": "^8.0.2",
"@fastify/jwt": "^9.0.3",
"@fastify/schedule": "^6.0.0",
"@fastify/session": "^11.0.2",
"@fastify/session": "^11.1.0",
"@fastify/static": "^8.1.0",
"@fastify/view": "^10.0.2",
"@sentry/node": "^8.54.0",
"@sentry/profiling-node": "^8.47.0",
"@sentry/profiling-node": "^8.54.0",
"dotenv": "^16.4.7",
"drizzle-orm": "^0.38.4",
"drizzle-orm": "^0.39.2",
"fastify": "^5.2.1",
"html-to-text": "^9.0.5",
"liquidjs": "^10.20.2",
Expand All @@ -45,14 +45,14 @@
"autoprefixer": "^10.4.20",
"concurrently": "^9.1.2",
"daisyui": "^4.12.23",
"drizzle-kit": "^0.30.2",
"drizzle-kit": "^0.30.4",
"nodemon": "^3.1.9",
"postcss": "^8.4.49",
"postcss": "^8.5.1",
"postcss-cli": "^11.0.0",
"semantic-release": "^24.2.0",
"semantic-release": "^24.2.1",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"release": {
"plugins": [
Expand Down
Loading

0 comments on commit 81c54e5

Please sign in to comment.