Update yarn

This commit is contained in:
Ondřej 2022-11-29 12:35:24 +01:00
parent 9d9b748988
commit 966faca911
4 changed files with 1447 additions and 370 deletions

1
.gitignore vendored
View file

@ -5,3 +5,4 @@ public
node_modules node_modules
yarn.lock yarn.lock
package-lock.json package-lock.json
.yarn

1
.yarnrc.yml Normal file
View file

@ -0,0 +1 @@
nodeLinker: node-modules

View file

@ -12,5 +12,9 @@
"@alpinejs/persist": "^3.10.4", "@alpinejs/persist": "^3.10.4",
"alpinejs": "^3.10.4", "alpinejs": "^3.10.4",
"tailwindcss": "^3.2.1" "tailwindcss": "^3.2.1"
},
"volta": {
"node": "18.12.1",
"yarn": "3.3.0"
} }
} }

1809
yarn.lock

File diff suppressed because it is too large Load diff