Skip to content

Commit

Permalink
Update npm non-major dependencies (#66)
Browse files Browse the repository at this point in the history
* Update npm non-major dependencies
* Bump most minor deps
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benjamin D. Brodie <digdir@bdbrodie.com>
  • Loading branch information
renovate[bot] authored Aug 28, 2024
1 parent f79ec20 commit 2f97c13
Show file tree
Hide file tree
Showing 9 changed files with 2,125 additions and 1,047 deletions.
1,565 changes: 1,056 additions & 509 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file modified .yarn/install-state.gz
Binary file not shown.
28 changes: 14 additions & 14 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "assistants-admin",
"packageManager": "yarn@4.3.1",
"packageManager": "yarn@4.4.1",
"private": true,
"version": "0.0.0",
"type": "module",
Expand All @@ -14,38 +14,38 @@
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mui/icons-material": "^5.15.21",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5.15.21",
"@mui/system": "^5.15.20",
"@slack/oauth": "^3.0.0",
"@slack/oauth": "^3.0.1",
"@supabase/auth-ui-react": "^0.4.7",
"@supabase/auth-ui-shared": "^0.1.8",
"@supabase/supabase-js": "^2.44.2",
"@tanstack/react-query": "^5.49.2",
"@supabase/supabase-js": "^2.45.2",
"@tanstack/react-query": "^5.52.2",
"@types/js-yaml": "^4.0.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.24.1",
"react-router-dom": "^6.26.1",
"react-syntax-highlighter": "^15.5.0",
"zod": "^3.22.4"
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/node": "^22.5.1",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"typescript": "^5.5.4",
"vite": "^5.3.2"
"vite": "^5.4.2"
}
}
28 changes: 14 additions & 14 deletions apps/slack-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digdir/assistant-slack-app",
"packageManager": "yarn@4.3.1",
"packageManager": "yarn@4.4.1",
"private": true,
"version": "1.0.0",
"description": "Slack app implementation of Altinn Assistant",
Expand All @@ -17,34 +17,34 @@
},
"dependencies": {
"@azure/openai": "^1.0.0-beta.12",
"@babel/runtime": "^7.24.7",
"@babel/runtime": "^7.25.4",
"@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.19.0",
"@slack/web-api": "^6.12.0",
"@supabase/supabase-js": "^2.44.2",
"@slack/bolt": "^3.21.1",
"@slack/web-api": "^6.12.1",
"@supabase/supabase-js": "^2.45.2",
"@types/express": "^4.17.21",
"@types/ramda": "^0.30.0",
"axios": "^1.7.2",
"@types/ramda": "^0.30.2",
"axios": "^1.7.5",
"dataclass": "^2.1.1",
"es-abstract": "^1.23.3",
"express": "^4.19.2",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"openai": "^4.52.3",
"prettier": "^3.3.2",
"openai": "^4.56.1",
"prettier": "^3.3.3",
"ramda": "^0.30.1",
"remeda": "^2.3.0",
"remeda": "^2.11.0",
"typesense": "^1.8.2",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.22.4"
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.2"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"nodemon": "^3.1.4",
Expand Down
18 changes: 9 additions & 9 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "assistants-cli",
"packageManager": "yarn@4.3.1",
"packageManager": "yarn@4.4.1",
"version": "1.0.0",
"description": "CLI interface to run tasks and configure Altinn Assistant",
"main": "main.ts",
Expand All @@ -17,21 +17,21 @@
"run:listAllDocs": "ts-node src/functions/listAllDocs.js"
},
"dependencies": {
"@babel/runtime": "^7.24.7",
"@babel/runtime": "^7.25.4",
"@digdir/assistant-lib": "1.0.0",
"@instructor-ai/instructor": "1.5.0",
"@types/node": "^20.14.9",
"@types/node": "^22.5.1",
"commander": "^12.1.0",
"groq-sdk": "^0.5.0",
"openai": "^4.52.3",
"prettier": "^3.3.2",
"rimraf": "^6.0.0",
"groq-sdk": "^0.6.0",
"openai": "^4.56.1",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"sha1": "^1.1.1",
"tiktoken": "^1.0.15",
"tiktoken": "^1.0.16",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"typesense": "^1.8.2",
"zod": "^3.22.4"
"zod": "^3.23.8"
},
"prettier": {
"endOfLine": "auto",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digdir/assistants",
"packageManager": "yarn@4.3.1",
"packageManager": "yarn@4.4.1",
"private": true,
"workspaces": [
"packages/assistant-lib",
Expand All @@ -23,7 +23,7 @@
"typescript": "^5.5.4"
},
"dependencies": {
"prettier": "^3.3.2",
"rimraf": "^6.0.0"
"prettier": "^3.3.3",
"rimraf": "^6.0.1"
}
}
22 changes: 11 additions & 11 deletions packages/assistant-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digdir/assistant-lib",
"packageManager": "yarn@4.3.1",
"packageManager": "yarn@4.4.1",
"private": true,
"version": "1.0.0",
"description": "Core assistant library",
Expand All @@ -14,22 +14,22 @@
},
"dependencies": {
"@azure/openai": "^1.0.0-beta.12",
"@babel/runtime": "^7.24.7",
"@babel/runtime": "^7.25.4",
"@instructor-ai/instructor": "1.5.0",
"@supabase/supabase-js": "^2.44.2",
"@supabase/supabase-js": "^2.45.2",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.14.9",
"axios": "^1.7.2",
"@types/node": "^22.5.1",
"axios": "^1.7.5",
"dataclass": "^2.1.1",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"openai": "^4.52.3",
"prettier": "^3.3.2",
"remeda": "^2.3.0",
"tiktoken": "^1.0.15",
"openai": "^4.56.1",
"prettier": "^3.3.3",
"remeda": "^2.11.0",
"tiktoken": "^1.0.16",
"typesense": "^1.8.2",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.22.4"
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.2"
},
"devDependencies": {
"typescript": "^5.5.4"
Expand Down
22 changes: 11 additions & 11 deletions services/crawler/package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"name": "assistant-crawler",
"packageManager": "yarn@4.3.1",
"packageManager": "yarn@4.4.1",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "Altinn Assistant crawler",
"dependencies": {
"@babel/runtime": "^7.24.7",
"@babel/runtime": "^7.25.4",
"@crawlee/browser": "*",
"@crawlee/core": "*",
"@crawlee/playwright": "*",
"@crawlee/utils": "*",
"@digdir/assistant-lib": "1.0.0",
"commander": "^12.1.0",
"crawlee": "^3.10.5",
"playwright": "1.45.0",
"prettier": "^3.3.2",
"crawlee": "^3.11.2",
"playwright": "1.46.1",
"prettier": "^3.3.3",
"sha1": "^1.1.1",
"tiktoken": "^1.0.15",
"tiktoken": "^1.0.16",
"turndown": "^7.2.0",
"typesense": "^1.8.2"
},
"devDependencies": {
"@playwright/test": "1.45.0",
"@types/node": "^20.14.9",
"@playwright/test": "1.46.1",
"@types/node": "^22.5.1",
"@types/sha1": "^1.1.5",
"@types/turndown": "^5.0.4",
"rimraf": "^6.0.0",
"tsx": "^4.15.7",
"@types/turndown": "^5.0.5",
"rimraf": "^6.0.1",
"tsx": "^4.19.0",
"typescript": "^5.5.4"
},
"scripts": {
Expand Down
Loading

0 comments on commit 2f97c13

Please sign in to comment.