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 Sep 23, 2024
1 parent fb5af3c commit 01e6c2a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "assistants-admin",
"packageManager": "yarn@4.4.1",
"packageManager": "yarn@4.5.0",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion 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.4.1",
"packageManager": "yarn@4.5.0",
"private": true,
"version": "1.0.0",
"description": "Slack app implementation of Altinn Assistant",
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "assistants-cli",
"packageManager": "yarn@4.4.1",
"packageManager": "yarn@4.5.0",
"version": "1.0.0",
"description": "CLI interface to run tasks and configure Altinn Assistant",
"main": "main.ts",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digdir/assistants",
"packageManager": "yarn@4.4.1",
"packageManager": "yarn@4.5.0",
"private": true,
"workspaces": [
"packages/assistant-lib",
Expand Down
2 changes: 1 addition & 1 deletion 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.4.1",
"packageManager": "yarn@4.5.0",
"private": true,
"version": "1.0.0",
"description": "Core assistant library",
Expand Down
6 changes: 3 additions & 3 deletions services/crawler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "assistant-crawler",
"packageManager": "yarn@4.4.1",
"packageManager": "yarn@4.5.0",
"version": "1.0.0",
"private": true,
"type": "module",
Expand All @@ -14,15 +14,15 @@
"@digdir/assistant-lib": "1.0.0",
"commander": "^12.1.0",
"crawlee": "^3.11.2",
"playwright": "1.46.1",
"playwright": "1.47.2",
"prettier": "^3.3.3",
"sha1": "^1.1.1",
"tiktoken": "^1.0.16",
"turndown": "^7.2.0",
"typesense": "^1.8.2"
},
"devDependencies": {
"@playwright/test": "1.46.1",
"@playwright/test": "1.47.2",
"@types/node": "^22.5.1",
"@types/sha1": "^1.1.5",
"@types/turndown": "^5.0.5",
Expand Down

0 comments on commit 01e6c2a

Please sign in to comment.