Skip to content

Commit

Permalink
Update npm non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 13, 2024
1 parent ca4bf6b commit 9ad470d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/slack-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@babel/runtime": "^7.24.5",
"@bdb-dd/mack": "https://github.com/bdb-dd/mack.git#14338e54e63d85151e9065d28b25caa778b9a73a",
"@digdir/assistant-lib": "1.0.0",
"@instructor-ai/instructor": "1.2.1",
"@instructor-ai/instructor": "1.3.0",
"@slack/bolt": "^3.18.0",
"@slack/web-api": "^6.11.2",
"@supabase/supabase-js": "^2.39.8",
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@digdir/assistant-lib": "1.0.0",
"@instructor-ai/instructor": "1.2.1",
"@instructor-ai/instructor": "1.3.0",
"@types/node": "^20.14.2",
"commander": "^12.1.0",
"groq-sdk": "^0.3.3",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digdir/assistants",
"packageManager": "yarn@4.2.2",
"packageManager": "yarn@4.3.0",
"private": true,
"workspaces": [
"packages/assistant-lib",
Expand All @@ -20,7 +20,7 @@
"run:slack-app": "node ./apps/slack-app/dist/src/app.js"
},
"devDependencies": {
"typescript": "5.3.3"
"typescript": "5.4.5"
},
"dependencies": {
"prettier": "^3.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/assistant-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@azure/openai": "^1.0.0-beta.11",
"@instructor-ai/instructor": "1.2.1",
"@instructor-ai/instructor": "1.3.0",
"@supabase/supabase-js": "^2.43.2",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.12.12",
Expand Down

0 comments on commit 9ad470d

Please sign in to comment.