Skip to content

Commit

Permalink
Update yarn and node version (for local dev) (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
klippx authored Sep 10, 2024
1 parent 8bc1c43 commit 4b45a8a
Show file tree
Hide file tree
Showing 7 changed files with 2,058 additions and 2,026 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 20.10.0
nodejs 20.17.0
Binary file not shown.
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.0.2.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.4.1.cjs

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ supportedArchitectures:
cpu:
- x64
- arm64
libc:
- glibc
os:
- darwin
- linux
- win32
libc:
- glibc

yarnPath: .yarn/releases/yarn-4.0.2.cjs
yarnPath: .yarn/releases/yarn-4.4.1.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,5 +267,5 @@
"webpack": "^5.92.0",
"whatwg-fetch": "^3.6.20"
},
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@4.4.1"
}
2,256 changes: 1,128 additions & 1,128 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 4b45a8a

Please sign in to comment.