Skip to content

Commit

Permalink
Bump yarn to v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdb-dd committed Jan 17, 2025
1 parent 02870d1 commit 6620202
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
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.6.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.6.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.6.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 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.6.0",
"private": true,
"version": "1.0.0",
"description": "Core assistant library",
Expand Down
2 changes: 1 addition & 1 deletion services/crawler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "assistant-crawler",
"packageManager": "yarn@4.5.1",
"packageManager": "yarn@4.6.0",
"version": "1.0.0",
"private": true,
"type": "module",
Expand Down

0 comments on commit 6620202

Please sign in to comment.