build: upgrade to Yarn v3.4.1
build: upgrade Node.js deps
This commit is contained in:
parent
4bd096541a
commit
2629cc0785
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"
|
||||
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
|
||||
spec: "@yarnpkg/plugin-interactive-tools"
|
||||
|
||||
yarnPath: ".yarn/releases/yarn-3.2.4.cjs"
|
||||
yarnPath: .yarn/releases/yarn-3.4.1.cjs
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"solidity",
|
||||
"template"
|
||||
],
|
||||
"packageManager": "yarn@3.2.4",
|
||||
"packageManager": "yarn@3.4.1",
|
||||
"private": true,
|
||||
"resolutions": {
|
||||
"solhint/@solidity-parser/parser": "^0.14.5"
|
||||
|
|
|
@ -2973,7 +2973,7 @@ __metadata:
|
|||
|
||||
"resolve@patch:resolve@^1.10.0#~builtin<compat/resolve>":
|
||||
version: 1.22.1
|
||||
resolution: "resolve@patch:resolve@npm%3A1.22.1#~builtin<compat/resolve>::version=1.22.1&hash=07638b"
|
||||
resolution: "resolve@patch:resolve@npm%3A1.22.1#~builtin<compat/resolve>::version=1.22.1&hash=c3c19d"
|
||||
dependencies:
|
||||
is-core-module: ^2.9.0
|
||||
path-parse: ^1.0.7
|
||||
|
@ -3617,7 +3617,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=701156"
|
||||
resolution: "typescript@patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=65a307"
|
||||
bin:
|
||||
tsc: bin/tsc
|
||||
tsserver: bin/tsserver
|
||||
|
|
Loading…
Reference in New Issue