Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into CRISTAL-194
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelleduc committed Dec 17, 2024
2 parents 5baeb9c + a2436eb commit 789958e
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 59 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ const attachmentsStore: AttachmentsStoreDefinition = defineStore<
} else {
this.unknownPage = true;
this.attachments = [];
this.count = 0;
}
},
setError(error: string) {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
"devDependencies": {
"@changesets/cli": "2.27.10",
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.16.0",
"@eslint/js": "9.17.0",
"@microsoft/tsdoc": "0.15.1",
"@microsoft/tsdoc-config": "0.17.1",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"@vitejs/plugin-vue": "5.2.1",
"@vitest/coverage-v8": "2.1.8",
"concurrently": "9.1.0",
"eslint": "9.16.0",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.7.0",
"eslint-plugin-import": "2.31.0",
Expand Down
118 changes: 62 additions & 56 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.16.0",
"@eslint/js": "9.17.0",
"@playwright/test": "1.49.1",
"@types/node": "22.10.2",
"@vitejs/plugin-vue": "5.2.1",
Expand Down

0 comments on commit 789958e

Please sign in to comment.