build: upgrade to yarn v3.2.4
This commit is contained in:
parent
ac363e567b
commit
0e421efe5a
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,7 @@
|
|||
nodeLinker: "node-modules"
|
||||
nodeLinker: node-modules
|
||||
|
||||
plugins:
|
||||
- path: ".yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs"
|
||||
spec: "@yarnpkg/plugin-interactive-tools"
|
||||
|
||||
yarnPath: ".yarn/releases/yarn-3.2.1.cjs"
|
||||
yarnPath: .yarn/releases/yarn-3.2.4.cjs
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"solidity",
|
||||
"template"
|
||||
],
|
||||
"packageManager": "yarn@3.2.1",
|
||||
"packageManager": "yarn@3.2.4",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"clean": "rimraf cache out",
|
||||
|
|
|
@ -3411,7 +3411,7 @@ __metadata:
|
|||
|
||||
"typescript@patch:typescript@^4.6.4#~builtin<compat/typescript>":
|
||||
version: 4.7.4
|
||||
resolution: "typescript@patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=7ad353"
|
||||
resolution: "typescript@patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=701156"
|
||||
bin:
|
||||
tsc: bin/tsc
|
||||
tsserver: bin/tsserver
|
||||
|
|
Loading…
Reference in New Issue