Skip to content

Commit

Permalink
[web-ish] yarn 1.22.21 => 1.22.22 (#2188)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnvr authored Jun 18, 2024
2 parents 795767b + d1c9033 commit 5506652
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"typescript": "^5",
"typescript-eslint": "8.0.0-alpha.10"
},
"packageManager": "[email protected].21",
"packageManager": "[email protected].22",
"productName": "ente"
}
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"prettier": "^3",
"vitepress": "^1.0.0-rc.45"
},
"packageManager": "[email protected].21"
"packageManager": "[email protected].22"
}
2 changes: 1 addition & 1 deletion infra/staff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
"typescript": "^5",
"vite": "^5.2"
},
"packageManager": "[email protected].21"
"packageManager": "[email protected].22"
}
2 changes: 1 addition & 1 deletion web/docs/new.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ development, here is a recommended workflow:

```sh
$ yarn --version
1.22.21
1.22.22
```

That's it. Enjoy coding!
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
"prettier": "^3",
"typescript": "^5"
},
"packageManager": "[email protected].21"
"packageManager": "[email protected].22"
}

0 comments on commit 5506652

Please sign in to comment.