Skip to content

Commit

Permalink
Bump more minor deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bdb-dd committed Jan 17, 2025
1 parent 43ccbac commit 02870d1
Show file tree
Hide file tree
Showing 8 changed files with 436 additions and 431 deletions.
444 changes: 218 additions & 226 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file modified .yarn/install-state.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
Expand All @@ -34,7 +34,7 @@
"react-markdown": "^9.0.1",
"react-router-dom": "^6.28.0",
"react-syntax-highlighter": "^15.6.1",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node": "^22.9.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/slack-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"express": "^5.0.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"openai": "^4.71.1",
"openai": "^4.79.0",
"prettier": "^3.3.3",
"ramda": "^0.30.1",
"remeda": "^2.17.0",
"typesense": "^1.8.2",
"zod": "^3.23.8",
"zod": "^3.24.1",
"zod-to-json-schema": "^3.23.5"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@
"run:listAllDocs": "tsx src/functions/listAllDocs.ts"
},
"dependencies": {
"@babel/runtime": "^7.25.4",
"@babel/runtime": "^7.26.0",
"@digdir/assistant-lib": "1.0.0",
"@instructor-ai/instructor": "1.6.0",
"@types/node": "^22.5.1",
"commander": "^12.1.0",
"groq-sdk": "^0.6.0",
"mysql2": "^3.10.2",
"openai": "^4.56.1",
"openai": "^4.79.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"sha1": "^1.1.1",
"tiktoken": "^1.0.16",
"tsx": "^4.15.7",
"typescript": "^5.5.4",
"typesense": "^1.8.2",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"prettier": {
"endOfLine": "auto",
Expand Down
4 changes: 2 additions & 2 deletions packages/assistant-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"dataclass": "^2.1.1",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"openai": "^4.71.1",
"openai": "^4.79.0",
"prettier": "^3.3.3",
"remeda": "^2.17.0",
"tiktoken": "^1.0.17",
"typesense": "^1.8.2",
"zod": "^3.23.8",
"zod": "^3.24.1",
"zod-to-json-schema": "^3.23.5"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions services/crawler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"dependencies": {
"@apify/log": "^2.5.12",
"@babel/runtime": "^7.26.0",
"@crawlee/browser": "*",
"@crawlee/browser": "^3.12.1",
"@crawlee/core": "*",
"@crawlee/playwright": "*",
"@crawlee/utils": "*",
"@crawlee/playwright": "^3.12.1",
"@crawlee/utils": "^3.12.1",
"@digdir/assistant-lib": "1.0.0",
"commander": "^12.1.0",
"crawlee": "^3.11.2",
Expand All @@ -26,7 +26,7 @@
"zod": "^3.24.1"
},
"devDependencies": {
"@playwright/test": "1.46.1",
"@playwright/test": "^1.49.1",
"@types/node": "^22.5.1",
"@types/sha1": "^1.1.5",
"@types/turndown": "^5.0.5",
Expand Down
Loading

0 comments on commit 02870d1

Please sign in to comment.