Skip to content

Commit

Permalink
⬆️ Upgrade pnpm dependencies (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
NatoBoram authored Jun 28, 2024
1 parent 2530693 commit c2104e2
Show file tree
Hide file tree
Showing 2 changed files with 427 additions and 672 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,25 +47,25 @@
"test": "vitest"
},
"dependencies": {
"@sentry/google-cloud-serverless": "^8.11.0",
"@sentry/node": "^8.11.0",
"@sentry/profiling-node": "^8.11.0",
"@sentry/google-cloud-serverless": "^8.13.0",
"@sentry/node": "^8.13.0",
"@sentry/profiling-node": "^8.13.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"openai": "^4.51.0"
"openai": "^4.52.1"
},
"devDependencies": {
"@eslint/js": "^9.4.0",
"@eslint/js": "^9.6.0",
"@types/express": "^4.17.21",
"@types/node": "^20.14.2",
"eslint": "^9.4.0",
"@types/node": "^20.14.9",
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.4.0",
"globals": "^15.6.0",
"prettier": "^3.3.2",
"tsx": "^4.15.2",
"typedoc": "^0.25.13",
"typescript": "5.5.1-rc",
"typescript-eslint": "^7.13.0",
"tsx": "^4.15.8",
"typedoc": "^0.26.3",
"typescript": "5.5.2",
"typescript-eslint": "^7.14.1",
"vitest": "^1.6.0"
},
"type": "module",
Expand Down
Loading

0 comments on commit c2104e2

Please sign in to comment.