Skip to content

Commit 8b2e5bb

Browse files
authored
Bugfixes (IgnisDa#709)
* fix(backend): change warning log * fix(frontend): adapt to new gql schema * refactor(frontend): change how workouts are created * fix(frontend): remove usage of any * feat(frontend): allow creating workout with new handler * feat(frontend): adapt to new file upload model * ci: upgrade yarn version * ci(frontend): upgrade all typescript deps * ci(ts): run formatter and linter on all files * ci(rs): upgrade dependencies * build(backend): bump version
1 parent 4b4de07 commit 8b2e5bb

File tree

65 files changed

+3425
-3083
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+3425
-3083
lines changed

.moon/toolchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ node:
44
version: "20.10.0"
55
packageManager: "yarn"
66
yarn:
7-
version: "4.0.2"
7+
version: "4.1.1"
88
addEnginesConstraint: true
99
dedupeOnLockfileChange: false
1010
inferTasksFromScripts: false
Lines changed: 336 additions & 336 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ logFilters:
1414

1515
nodeLinker: node-modules
1616

17-
yarnPath: .yarn/releases/yarn-4.0.2.cjs
17+
yarnPath: .yarn/releases/yarn-4.1.1.cjs

0 commit comments

Comments
 (0)