Update main branch #15

Merged
Navy.gif merged 21 commits from beta into main 2024-07-26 16:40:55 +02:00
4 changed files with 898 additions and 876 deletions
Showing only changes of commit 2c4c4702b4 - Show all commits

File diff suppressed because one or more lines are too long

894
.yarn/releases/yarn-4.3.1.cjs vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,5 @@
nodeLinker: node-modules
npmRegistryServer: "https://registry.corgi.wtf"
yarnPath: .yarn/releases/yarn-3.6.0.cjs
yarnPath: .yarn/releases/yarn-4.3.1.cjs

View File

@ -61,5 +61,5 @@
"jest": "^28.0.2",
"nodemon": "^2.0.7"
},
"packageManager": "yarn@3.6.0"
"packageManager": "yarn@4.3.1"
}