Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bdb-dd committed Nov 9, 2024
1 parent 13a01ce commit 63a868c
Show file tree
Hide file tree
Showing 6 changed files with 1,070 additions and 650 deletions.
900 changes: 571 additions & 329 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file modified .yarn/install-state.gz
Binary file not shown.
22 changes: 11 additions & 11 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,26 +26,26 @@
"@slack/oauth": "^3.0.1",
"@supabase/auth-ui-react": "^0.4.7",
"@supabase/auth-ui-shared": "^0.1.8",
"@supabase/supabase-js": "^2.45.2",
"@tanstack/react-query": "^5.52.2",
"@supabase/supabase-js": "^2.46.1",
"@tanstack/react-query": "^5.59.20",
"@types/js-yaml": "^4.0.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.26.1",
"react-syntax-highlighter": "^15.5.0",
"react-router-dom": "^6.28.0",
"react-syntax-highlighter": "^15.6.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^22.5.1",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"typescript": "^5.5.4",
"vite": "^5.4.2"
"vite": "^5.4.10"
}
}
24 changes: 12 additions & 12 deletions apps/slack-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,37 +17,37 @@
},
"dependencies": {
"@azure/openai": "^1.0.0-beta.12",
"@babel/runtime": "^7.25.4",
"@babel/runtime": "^7.26.0",
"@bdb-dd/mack": "https://github.com/bdb-dd/mack.git#14338e54e63d85151e9065d28b25caa778b9a73a",
"@digdir/assistant-lib": "1.0.0",
"@instructor-ai/instructor": "1.5.0",
"@slack/bolt": "^3.21.1",
"@slack/web-api": "^6.12.1",
"@supabase/supabase-js": "^2.45.2",
"@types/express": "^4.17.21",
"@supabase/supabase-js": "^2.46.1",
"@types/ramda": "^0.30.2",
"axios": "^1.7.5",
"axios": "^1.7.7",
"dataclass": "^2.1.1",
"es-abstract": "^1.23.3",
"express": "^4.19.2",
"express": "^5.0.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"openai": "^4.56.1",
"openai": "^4.71.1",
"prettier": "^3.3.3",
"ramda": "^0.30.1",
"remeda": "^2.11.0",
"remeda": "^2.17.0",
"typesense": "^1.8.2",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.2"
"zod-to-json-schema": "^3.23.5"
},
"devDependencies": {
"@types/express": "^5.0.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"nodemon": "^3.1.4",
"nodemon": "^3.1.7",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/assistant-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@
},
"dependencies": {
"@azure/openai": "^1.0.0-beta.12",
"@babel/runtime": "^7.25.4",
"@babel/runtime": "^7.26.0",
"@instructor-ai/instructor": "1.5.0",
"@supabase/supabase-js": "^2.45.2",
"@supabase/supabase-js": "^2.46.1",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.5.1",
"axios": "^1.7.5",
"@types/node": "^22.9.0",
"axios": "^1.7.7",
"dataclass": "^2.1.1",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"openai": "^4.56.1",
"openai": "^4.71.1",
"prettier": "^3.3.3",
"remeda": "^2.11.0",
"tiktoken": "^1.0.16",
"remeda": "^2.17.0",
"tiktoken": "^1.0.17",
"typesense": "^1.8.2",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.2"
"zod-to-json-schema": "^3.23.5"
},
"devDependencies": {
"typescript": "^5.5.4"
Expand Down
Loading

0 comments on commit 63a868c

Please sign in to comment.