Skip to content

Commit

Permalink
chore(deps): update yarn to v3.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 28, 2024
1 parent 7f1937d commit 2dc263c
Show file tree
Hide file tree
Showing 4 changed files with 127 additions and 127 deletions.
248 changes: 124 additions & 124 deletions .yarn/releases/yarn-3.8.6.cjs → .yarn/releases/yarn-3.8.7.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"

yarnPath: .yarn/releases/yarn-3.8.6.cjs
yarnPath: .yarn/releases/yarn-3.8.7.cjs
2 changes: 1 addition & 1 deletion frontend/public/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"fmt": "LOG_LEVEL= prettier-eslint --write --no-semi --ignore 'src/flow/**/*.js' 'src/**/*.js'",
"fmt:check": "LOG_LEVEL= prettier-eslint --list-different --no-semi --ignore 'src/flow/**/*.js' 'src/**/*.js'"
},
"packageManager": "[email protected].6",
"packageManager": "[email protected].7",
"browserslist": [
"> 1%"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "yarn workspaces foreach run build"
},
"version": "0.0.0",
"packageManager": "[email protected].6",
"packageManager": "[email protected].7",
"dependencies": {
"react-content-loader": "^6.2.1",
"redux-query": "3.3.1",
Expand Down

0 comments on commit 2dc263c

Please sign in to comment.