forked from NoLog.cz/public-web
Update yarn
This commit is contained in:
parent
9d9b748988
commit
966faca911
4 changed files with 1447 additions and 370 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,3 +5,4 @@ public
|
|||
node_modules
|
||||
yarn.lock
|
||||
package-lock.json
|
||||
.yarn
|
||||
|
|
1
.yarnrc.yml
Normal file
1
.yarnrc.yml
Normal file
|
@ -0,0 +1 @@
|
|||
nodeLinker: node-modules
|
|
@ -12,5 +12,9 @@
|
|||
"@alpinejs/persist": "^3.10.4",
|
||||
"alpinejs": "^3.10.4",
|
||||
"tailwindcss": "^3.2.1"
|
||||
},
|
||||
"volta": {
|
||||
"node": "18.12.1",
|
||||
"yarn": "3.3.0"
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue