Skip to content

Commit

Permalink
chore(deps): update yarn to 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 28, 2023
1 parent 9dace98 commit 4b3a58c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "./node.js",
"engines": {
"node": "18.x.x",
"yarn": "3.x.x"
"yarn": "3.x"
},
"description": "Eslint Typescript Config",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"engines": {
"node": "18.x",
"yarn": "3.x.x"
"yarn": "3.x"
},
"dependencies": {
"@material-ui/core": "^4.12.4",
Expand Down

0 comments on commit 4b3a58c

Please sign in to comment.